DBA Data[Home] [Help]

APPS.AP_WFAPPROVAL_PKG dependencies on AP_INV_APRVL_HIST_S

Line 523: SELECT AP_INV_APRVL_HIST_S.nextval

519:
520: --Now set the environment
521: fnd_client_info.set_org_context(l_org_id);
522:
523: SELECT AP_INV_APRVL_HIST_S.nextval
524: INTO l_hist_id
525: FROM dual;
526:
527: --insert into the history table

Line 578: SELECT AP_INV_APRVL_HIST_S.nextval

574: l_hist_id NUMBER;
575: l_amount ap_invoices_all.invoice_amount%TYPE;
576: BEGIN
577: --insert into the history table
578: SELECT AP_INV_APRVL_HIST_S.nextval
579: INTO l_hist_id
580: FROM dual;
581:
582: SELECT invoice_amount