DBA Data[Home] [Help]

APPS.AR_INVOICE_API_PUB dependencies on JG_ZZ_AR_AUTO_INVOICE

Line 848: IF JG_ZZ_AR_AUTO_INVOICE.is_reg_loc_enabled THEN

844: /*
845: Fixed bug 12562413 and add JL TRANSACTION NUMBERING MECHANISM while execting the
846: Invoice AIP to create transaction
847: */
848: IF JG_ZZ_AR_AUTO_INVOICE.is_reg_loc_enabled THEN
849: ar_invoice_utils.debug (' Calling JL Code Hook');
850: DECLARE
851: temp_customer_trx_id ra_customer_trx_all.customer_trx_id%type;
852: t_code number;

Line 856: JG_ZZ_AR_AUTO_INVOICE.Trx_Num_Upd_Single_API(temp_customer_trx_id);

852: t_code number;
853: t_errmsg varchar2(1024);
854: BEGIN
855: temp_customer_trx_id := AR_INVOICE_API_PUB.g_customer_trx_id;
856: JG_ZZ_AR_AUTO_INVOICE.Trx_Num_Upd_Single_API(temp_customer_trx_id);
857: UPDATE ar_payment_schedules ps
858: SET trx_number = (SELECT ct.trx_number
859: FROM ra_customer_trx ct
860: WHERE ct.customer_trx_id =temp_customer_trx_id)