DBA Data[Home] [Help]

APPS.PA_PWP_INVOICE_REL dependencies on FND_GLOBAL

Line 299: G_REQUEST_ID := FND_GLOBAL.CONC_REQUEST_ID();

295: write_log (LOG, 'p_sort -> ' || p_sort);
296: write_log (LOG, '------------------------------------' );
297:
298: --process the parameters
299: G_REQUEST_ID := FND_GLOBAL.CONC_REQUEST_ID();
300: SELECT org_id
301: INTO G_ORG_ID
302: FROM pa_implementations;
303:

Line 304: select fnd_global.user_id into l_user_id from dual;

300: SELECT org_id
301: INTO G_ORG_ID
302: FROM pa_implementations;
303:
304: select fnd_global.user_id into l_user_id from dual;
305: select sysdate into l_date from dual;
306:
307:
308: if (p_proj_num is null) then

Line 540: G_REQUEST_ID := FND_GLOBAL.CONC_REQUEST_ID();

536:
537: end if;
538: -- Submitting the report request .
539:
540: G_REQUEST_ID := FND_GLOBAL.CONC_REQUEST_ID();
541: FND_REQUEST.set_org_id(G_ORG_ID);
542:
543: write_log(LOG , 'Launching process to generate Audit Report');
544: xml_layout := FND_REQUEST.ADD_LAYOUT('PA','PAPWPRIREP','en','US','PDF');