DBA Data[Home] [Help]

APPS.AP_WORKFLOW_PKG dependencies on AP_INV_APRVL_HIST_S

Line 20: SELECT AP_INV_APRVL_HIST_S.nextval

16: l_debug_info VARCHAR2(2000);
17: l_hist_id AP_INV_APRVL_HIST_ALL.APPROVAL_HISTORY_ID%TYPE;
18: l_iteration NUMBER;
19: BEGIN
20: SELECT AP_INV_APRVL_HIST_S.nextval
21: INTO l_hist_id
22: FROM dual;
23: --insert into the history table
24: INSERT INTO AP_INV_APRVL_HIST_ALL