DBA Data[Home] [Help]

APPS.OKE_CHG_REQ_UTILS dependencies on OKE_CHG_LOGS_S

Line 90: SELECT oke_chg_logs_s.nextval

86:
87: --
88: -- Get the change log ID; this also serves as the WF Item Key
89: --
90: SELECT oke_chg_logs_s.nextval
91: INTO X_Chg_Log_ID
92: FROM dual;
93:
94: IF ( l_wf_item_type IS NOT NULL and l_wf_process IS NOT NULL) THEN