DBA Data[Home] [Help]

APPS.LNS_FUNDING_PUB dependencies on AP_INVOICE_LINES_INTERFACE_S

Line 3907: select AP_INVOICE_LINES_INTERFACE_S.NEXTVAL from dual;

3903: select AP_INVOICES_INTERFACE_S.NEXTVAL from dual;
3904:
3905: -- generating new invoice line id
3906: CURSOR new_inv_ln_id_cur IS
3907: select AP_INVOICE_LINES_INTERFACE_S.NEXTVAL from dual;
3908:
3909: -- get rejection description
3910: CURSOR get_reject_cur(P_CODE VARCHAR2) IS
3911: select description