DBA Data[Home] [Help]

APPS.AHL_AVF_PRIM_VSTS_PVT dependencies on FND_GLOBAL

Line 1908: fnd_file.put_line(fnd_file.log, 'fnd_global.USER_ID -> '|| fnd_global.USER_ID);

1904:
1905: -- 2. Dump all input parameters
1906: fnd_file.put_line(fnd_file.log, '*************API input parameters**************');
1907: fnd_file.put_line(fnd_file.log, 'p_snapshot_id -> '|| p_snapshot_id);
1908: fnd_file.put_line(fnd_file.log, 'fnd_global.USER_ID -> '|| fnd_global.USER_ID);
1909: fnd_file.put_line(fnd_file.log, 'fnd_global.RESP_ID -> '||fnd_global.RESP_ID);
1910: fnd_file.put_line(fnd_file.log, 'fnd_global.PROG_APPL_ID -> '|| fnd_global.PROG_APPL_ID);
1911: fnd_file.put_line(fnd_file.log, 'mo_global.get_current_org_id -> '|| mo_global.get_current_org_id());
1912:

Line 1909: fnd_file.put_line(fnd_file.log, 'fnd_global.RESP_ID -> '||fnd_global.RESP_ID);

1905: -- 2. Dump all input parameters
1906: fnd_file.put_line(fnd_file.log, '*************API input parameters**************');
1907: fnd_file.put_line(fnd_file.log, 'p_snapshot_id -> '|| p_snapshot_id);
1908: fnd_file.put_line(fnd_file.log, 'fnd_global.USER_ID -> '|| fnd_global.USER_ID);
1909: fnd_file.put_line(fnd_file.log, 'fnd_global.RESP_ID -> '||fnd_global.RESP_ID);
1910: fnd_file.put_line(fnd_file.log, 'fnd_global.PROG_APPL_ID -> '|| fnd_global.PROG_APPL_ID);
1911: fnd_file.put_line(fnd_file.log, 'mo_global.get_current_org_id -> '|| mo_global.get_current_org_id());
1912:
1913: SELECT create_visit_flag, add_planned_reqs_flag, cancel_visit_flag

Line 1910: fnd_file.put_line(fnd_file.log, 'fnd_global.PROG_APPL_ID -> '|| fnd_global.PROG_APPL_ID);

1906: fnd_file.put_line(fnd_file.log, '*************API input parameters**************');
1907: fnd_file.put_line(fnd_file.log, 'p_snapshot_id -> '|| p_snapshot_id);
1908: fnd_file.put_line(fnd_file.log, 'fnd_global.USER_ID -> '|| fnd_global.USER_ID);
1909: fnd_file.put_line(fnd_file.log, 'fnd_global.RESP_ID -> '||fnd_global.RESP_ID);
1910: fnd_file.put_line(fnd_file.log, 'fnd_global.PROG_APPL_ID -> '|| fnd_global.PROG_APPL_ID);
1911: fnd_file.put_line(fnd_file.log, 'mo_global.get_current_org_id -> '|| mo_global.get_current_org_id());
1912:
1913: SELECT create_visit_flag, add_planned_reqs_flag, cancel_visit_flag
1914: INTO l_create_visit_flag, l_add_planned_reqs_flag, l_cancel_visit_flag