DBA Data[Home] [Help]

APPS.OKE_CHG_REQUESTS_PKG dependencies on OKE_CHG_LOGS

Line 11: FROM oke_chg_logs

7:
8: CURSOR c IS
9: SELECT wf_item_type
10: , wf_item_key
11: FROM oke_chg_logs
12: WHERE chg_log_id = X_Last_Chg_Log_ID;
13: crec c%rowtype;
14:
15: BEGIN