DBA Data[Home] [Help]

APPS.JAI_PA_PDIA_AFTER_T1 dependencies on FND_PROFILE

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

22:
23: r_new pa_draft_invoices_all%rowtype;
24: r_old pa_draft_invoices_all%rowtype;
25:
26: ln_conc_request_id number := to_number(fnd_profile.value ('CONC_REQUEST_ID'));
27:
28: ln_reg_id number;
29:
30: /*-----------------------------------------DEBUG WRAPPER PROCEDURE -----------------------------*/