EBS中取profile值的用法

2021-06-19 11:44:24 字數 655 閱讀 7075

fnd_profile.value的用法:

select fnd_profile.value('gl_set_of_books_id')

from dual

select fnd_profile.value('mfg_organization_id')

from dual   --取子庫

select fnd_profile.value('gl_set_of_bks_id')

from dual--取帳套  (此方式在r12中已不能使用,需要用gl_access_set_id再查詢出ledger_id)

可用'fnd_profile.get' function 檢視以下一些引數

取得set of book id

select fnd_profile.value('gl_set_of_bks_id') from dual

取得master_id

select fnd_profile.value('so_organization_id') from dual;

取得當前org_id

select to_number(fnd_profile.value('org_id')) from dual;

org_id = :$profiles$.org_id;也可用此來取得,在定義報表引數時來定義

EBS中的OPP服務

在ebs中,當生成pdf格式的檔案時,xml publisher就會在後台呼叫opp output post processor 這個程序,這個程序是由aq處理的,如果由於aq失敗就會出現錯誤,不會生成檔案。所以在ebs中report builder編寫的報表在生成xml資料後的處理由opp服務,此...

取陣列中的最值

第乙個引數null,這個是因為沒有物件去呼叫這個方法,所以直接傳遞null過去 math.max 方法,支援傳遞多個引數,比如 math.max 1,4,2,3,7,5,6 但是它不支援直接傳遞乙個陣列作為引數,比如 math.max 1,4,2,3,7,5,6 先將陣列進行排序,可以按照從大到小的...

ORACLE 中 PROFILE的管理

session per user 2 cpu per session 1000 idle time 60 使用者在資料庫終止前,可以讓連線空閒多長時間 分鐘 connect time 480 六 限制引數 0 unlimited 取消資源限制 default 缺剩資源限制,即使用default資源限...