EBS維護常識

2021-10-07 03:10:01 字數 1939 閱讀 3316

值集:

where bank_account_id = :$flex$.ce_bank_account_num_name

order by statement_number

其中:$flex$.ce_bank_account_num_name是取上乙個值集所選的資料。ce_bank_account_num_name為值集名稱

where name not like '%低耗%' and (exists (select null from hr_operating_units ou where ou.organization_id = fnd_profile.value('org_id') and name like '%事業部') or organization_id = fnd_profile.value('org_id'))

其中fnd_profile.value('org_id')是取配置檔案的值。

where book_class='corporate'

and date_ineffective is null

and org_id = :$profiles$.org_id

order by book_type_code

其中:$profiles$.org_id是取配置檔案的值。

注意:fnd_profile.value('org_id')可以在其他地方使用,:$profiles$.org_id只能在系統值集中使用。

取當前登入的使用者的庫存組織

select orgn_code from sy_orgn_usr

where user_id=fnd_profile.value('user_id')

檢視初始化

begin

fnd_client_info.set_org_context(102); --其中102代表ou,不同ou查出不同資料

end;

因為檢視有安全性遮蔽資料所以得用上面代來初始化

職責初始化

select * from fnd_user fur where fur.user_name='cg-setup';--登陸id

select * from fnd_responsibility_tl t where t.responsibility_name=』職責名稱』;

begin

end;

物料之間單位轉換

select gmicuom.uom_conversion(物料id,null,數量,'噸','件',null) from dual;

用在opm的ic_item_mst_b  噸轉成件

這個函式單位引數為漢字。

select inv_convert.inv_um_convert(物料id,小數字數,數量,'tun','ea',null,null) from dual;

用在oa 的mtl_system_items_b噸轉成件

這個函式單位引數為英文。

清除被鎖定的報表(pl/sql包)

select * from v$access va where va.object='cux_ic_inout_pkg'-- cux_ic_inout_pkg是包名

在pl/sql工具選單裡選tools下的session下找到上面的sql語句查出的sid對應的資料,在資料上點右鍵選」killed」就可以了。

以上只適合pl/sql報表

清除正在執行的併發程式

select * from v$session c where c.module ='cux_ap_dealings_account';

alter system kill session 'sid,serial#';

cux_ap_dealings_account是包名稱

ap應付發票解鎖  發票被鎖了發後可以通過pl/sql中「工具」選單下的session選項,在裡面module中找到被鎖了的發票視窗名稱,然後kill掉就可以了。在上面操作之前先找到發票介面對應的名稱。

EBS維護常識

值集 where bank account id flex ce bank account num name order by statement number 其中 flex ce bank account num name是取上乙個值集所選的資料。ce bank account num name...

手機維護小常識

1.使用手機皮套。皮套等於是為手機多加一件外衣,一是能夠減少手機外殼的磨損,二是發生摔倒或遇水時能夠減輕手機所受的傷害。當然這並不表示手機加了皮套後就會水火不侵,您在使用和擺放時仍須謹慎小心,避免手機受損。皮套最好是使用原裝配套的,如果沒有,則需謹慎選擇,以防兩者外形的偏差而影響手機的使用。2.應注...

伺服器硬體維護常識

1.開機順序 一般地說,系統開關機應嚴格遵循以下步驟 開啟總電源。開啟計算機機櫃電源 開啟外部裝置電源 如磁碟陣列,磁帶庫等 待外部裝置自檢完成後,最後開啟主機電源.2.關機順序 進行作業系統的關閉 shutdown h y 0 關閉主機電源.關閉外設電源.如磁碟陣列,磁帶庫等 關閉其他裝置電源和機...