DBA Data[Home] [Help]

APPS.JAI_PA_PDIA_AFTER_T1 dependencies on FND_PROFILE

Line 30: ln_conc_request_id number := to_number(fnd_profile.value ('CONC_REQUEST_ID'));

26:
27: r_new pa_draft_invoices_all%rowtype;
28: r_old pa_draft_invoices_all%rowtype;
29:
30: ln_conc_request_id number := to_number(fnd_profile.value ('CONC_REQUEST_ID'));
31:
32: ln_reg_id number;
33:
34: /*-----------------------------------------DEBUG WRAPPER PROCEDURE -----------------------------*/