月結各模組關閉情況查詢

2022-01-31 00:58:50 字數 1283 閱讀 8947

/* formatted on 2018/3/15 9:57:59 (qp5 v5.256.13226.35538) */

--庫存模組

select oap.status "關閉狀態"

, oap.period_name "所屬期間"

, oap.organization_id 組織id

, (select name

from hr_organization_units x

where x.organization_id = oap.organization_id)

"組織名稱"

, oap.last_update_date "執行關閉日期"

, (select hre.full_name

from hr_employees_all_v hre, fnd_user fu

where hre.employee_id = fu.employee_id

and fu.user_id = oap.last_updated_by)

"執行關閉人"

, oap.created_by

from org_acct_periods_v oap

where 1 = 1

and oap.period_number = 6

--月份

and (oap.period_year = 2012)-- 年份

and oap.organization_id<> 0

order by oap.organization_id, oap.period_name desc, oap.status desc;

--其他模組

select gps.period_name "所屬期間"

"模組名稱"

, gps.ledger_id "分類賬套"

, gps.show_status "期間狀態"

, (select hre.full_name

from hr_employees_all_v hre, fnd_user fu

where hre.employee_id = fu.employee_id

and fu.user_id = gps.last_updated_by)

"執行關閉人"

, gps.last_update_date "最後次操作時間"

from gl_period_statuses_v gps

where 1 = 1

--nd gps.ledger_id = 2021

and gps.closing_status != 'n'

DCMTK各模組說明

各模組說明 these are the modules of the public dcmtk toolkit version 3.6.0 config module for configuring compilation of dcmtk 關於dcmtk編譯的設定 ofstd general pu...

OpenCV各模組介紹

opencv 3 就要正式發布了,但是很多讀者還在用 opencv 2,甚至 opencv 1。你們一定想知道,是否有必要公升級到 3,以及如何提前進行準備。opencv 3 的改動在哪?c 風格的api很快將會消失,完全被c 的api替代,更加簡潔 不易出錯。讀者如果想借助opencv最新的功能,...

執行計畫中各字段各模組描述

在sql語句的執行計畫中,包含很多欄位項和很多模組,其不同字段代表了不同的含義且在不同的情形下某些字段 模組顯示或不顯示,下面的描述給出了執行計畫中各字段的含義以及各模組的描述。執行計畫中各字段的描述 1 基本字段 總是可用的 id 執行計畫中每乙個操作 行 的識別符號。如果數字前面帶有星號,意味著...