DBA Data[Home] [Help]

APPS.AHL_WARRANTY_UTILS_PVT dependencies on MO_GLOBAL

Line 375: fnd_file.put_line(fnd_file.log, 'mo_global.get_current_org_id -> '|| mo_global.get_current_org_id());

371: fnd_file.put_line(fnd_file.log, '*************API input parameters**************');
372: fnd_file.put_line(fnd_file.log, 'fnd_global.USER_ID -> '|| fnd_global.USER_ID);
373: fnd_file.put_line(fnd_file.log, 'fnd_global.RESP_ID -> '||fnd_global.RESP_ID);
374: fnd_file.put_line(fnd_file.log, 'fnd_global.PROG_APPL_ID -> '|| fnd_global.PROG_APPL_ID);
375: fnd_file.put_line(fnd_file.log, 'mo_global.get_current_org_id -> '|| mo_global.get_current_org_id());
376:
377: OPEN get_active_cont_ids;
378: FETCH get_active_cont_ids BULK COLLECT INTO l_warranty_contract_id_tbl;
379: CLOSE get_active_cont_ids;

Line 535: fnd_file.put_line(fnd_file.log, 'mo_global.get_current_org_id -> '|| mo_global.get_current_org_id());

531: fnd_file.put_line(fnd_file.log, '*************API input parameters**************');
532: fnd_file.put_line(fnd_file.log, 'fnd_global.USER_ID -> '|| fnd_global.USER_ID);
533: fnd_file.put_line(fnd_file.log, 'fnd_global.RESP_ID -> '||fnd_global.RESP_ID);
534: fnd_file.put_line(fnd_file.log, 'fnd_global.PROG_APPL_ID -> '|| fnd_global.PROG_APPL_ID);
535: fnd_file.put_line(fnd_file.log, 'mo_global.get_current_org_id -> '|| mo_global.get_current_org_id());
536:
537: -- Bulk collect
538: OPEN disable_templates_csr;
539: FETCH disable_templates_csr BULK COLLECT INTO csrTbl;