DBA Data[Home] [Help]

APPS.PJI_RM_SUM_MAIN dependencies on PA_DEBUG

Line 1542: pa_debug.set_process('PLSQL'); /* start 4893117*/

1538: l_sum_fail varchar2(255) := 'The process has failed because process ''Update Project Intelligence Data'' is not complete.';
1539: l_sum_refresh_fail varchar2(255) := 'The process has failed because process ''Update Project Intelligence Data'' has not yet been run.';
1540:
1541: begin
1542: pa_debug.set_process('PLSQL'); /* start 4893117*/
1543: IF p_run_mode in ('P') then
1544: pa_debug.log_message('=======Concurrent Program Parameters Start =======', 1);
1545: pa_debug.log_message('Argument => Refresh Schedule ['||p_prtl_schedule||']', 1);
1546: pa_debug.log_message('Argument => Expenditure Organization (schedule) ['||p_organization_id||']', 1);

Line 1544: pa_debug.log_message('=======Concurrent Program Parameters Start =======', 1);

1540:
1541: begin
1542: pa_debug.set_process('PLSQL'); /* start 4893117*/
1543: IF p_run_mode in ('P') then
1544: pa_debug.log_message('=======Concurrent Program Parameters Start =======', 1);
1545: pa_debug.log_message('Argument => Refresh Schedule ['||p_prtl_schedule||']', 1);
1546: pa_debug.log_message('Argument => Expenditure Organization (schedule) ['||p_organization_id||']', 1);
1547: pa_debug.log_message('Argument => Include Sub-Organizations (schedule) ['||p_include_sub_org||']', 1);
1548: pa_debug.log_message('Argument => Refresh Financial ['||p_prtl_financial||']', 1);

Line 1545: pa_debug.log_message('Argument => Refresh Schedule ['||p_prtl_schedule||']', 1);

1541: begin
1542: pa_debug.set_process('PLSQL'); /* start 4893117*/
1543: IF p_run_mode in ('P') then
1544: pa_debug.log_message('=======Concurrent Program Parameters Start =======', 1);
1545: pa_debug.log_message('Argument => Refresh Schedule ['||p_prtl_schedule||']', 1);
1546: pa_debug.log_message('Argument => Expenditure Organization (schedule) ['||p_organization_id||']', 1);
1547: pa_debug.log_message('Argument => Include Sub-Organizations (schedule) ['||p_include_sub_org||']', 1);
1548: pa_debug.log_message('Argument => Refresh Financial ['||p_prtl_financial||']', 1);
1549: pa_debug.log_message('Argument => Project Operating Unit (financial) ['||p_operating_unit||']', 1);

Line 1546: pa_debug.log_message('Argument => Expenditure Organization (schedule) ['||p_organization_id||']', 1);

1542: pa_debug.set_process('PLSQL'); /* start 4893117*/
1543: IF p_run_mode in ('P') then
1544: pa_debug.log_message('=======Concurrent Program Parameters Start =======', 1);
1545: pa_debug.log_message('Argument => Refresh Schedule ['||p_prtl_schedule||']', 1);
1546: pa_debug.log_message('Argument => Expenditure Organization (schedule) ['||p_organization_id||']', 1);
1547: pa_debug.log_message('Argument => Include Sub-Organizations (schedule) ['||p_include_sub_org||']', 1);
1548: pa_debug.log_message('Argument => Refresh Financial ['||p_prtl_financial||']', 1);
1549: pa_debug.log_message('Argument => Project Operating Unit (financial) ['||p_operating_unit||']', 1);
1550: pa_debug.log_message('Argument => From Project (financial) ['||p_from_project||']', 1);

Line 1547: pa_debug.log_message('Argument => Include Sub-Organizations (schedule) ['||p_include_sub_org||']', 1);

1543: IF p_run_mode in ('P') then
1544: pa_debug.log_message('=======Concurrent Program Parameters Start =======', 1);
1545: pa_debug.log_message('Argument => Refresh Schedule ['||p_prtl_schedule||']', 1);
1546: pa_debug.log_message('Argument => Expenditure Organization (schedule) ['||p_organization_id||']', 1);
1547: pa_debug.log_message('Argument => Include Sub-Organizations (schedule) ['||p_include_sub_org||']', 1);
1548: pa_debug.log_message('Argument => Refresh Financial ['||p_prtl_financial||']', 1);
1549: pa_debug.log_message('Argument => Project Operating Unit (financial) ['||p_operating_unit||']', 1);
1550: pa_debug.log_message('Argument => From Project (financial) ['||p_from_project||']', 1);
1551: pa_debug.log_message('Argument => To Project (financial) ['||p_to_project||']', 1);

Line 1548: pa_debug.log_message('Argument => Refresh Financial ['||p_prtl_financial||']', 1);

1544: pa_debug.log_message('=======Concurrent Program Parameters Start =======', 1);
1545: pa_debug.log_message('Argument => Refresh Schedule ['||p_prtl_schedule||']', 1);
1546: pa_debug.log_message('Argument => Expenditure Organization (schedule) ['||p_organization_id||']', 1);
1547: pa_debug.log_message('Argument => Include Sub-Organizations (schedule) ['||p_include_sub_org||']', 1);
1548: pa_debug.log_message('Argument => Refresh Financial ['||p_prtl_financial||']', 1);
1549: pa_debug.log_message('Argument => Project Operating Unit (financial) ['||p_operating_unit||']', 1);
1550: pa_debug.log_message('Argument => From Project (financial) ['||p_from_project||']', 1);
1551: pa_debug.log_message('Argument => To Project (financial) ['||p_to_project||']', 1);
1552: pa_debug.log_message('=======Concurrent Program Parameters End =======', 1);

Line 1549: pa_debug.log_message('Argument => Project Operating Unit (financial) ['||p_operating_unit||']', 1);

1545: pa_debug.log_message('Argument => Refresh Schedule ['||p_prtl_schedule||']', 1);
1546: pa_debug.log_message('Argument => Expenditure Organization (schedule) ['||p_organization_id||']', 1);
1547: pa_debug.log_message('Argument => Include Sub-Organizations (schedule) ['||p_include_sub_org||']', 1);
1548: pa_debug.log_message('Argument => Refresh Financial ['||p_prtl_financial||']', 1);
1549: pa_debug.log_message('Argument => Project Operating Unit (financial) ['||p_operating_unit||']', 1);
1550: pa_debug.log_message('Argument => From Project (financial) ['||p_from_project||']', 1);
1551: pa_debug.log_message('Argument => To Project (financial) ['||p_to_project||']', 1);
1552: pa_debug.log_message('=======Concurrent Program Parameters End =======', 1);
1553: END IF; /* end 4893117*/

Line 1550: pa_debug.log_message('Argument => From Project (financial) ['||p_from_project||']', 1);

1546: pa_debug.log_message('Argument => Expenditure Organization (schedule) ['||p_organization_id||']', 1);
1547: pa_debug.log_message('Argument => Include Sub-Organizations (schedule) ['||p_include_sub_org||']', 1);
1548: pa_debug.log_message('Argument => Refresh Financial ['||p_prtl_financial||']', 1);
1549: pa_debug.log_message('Argument => Project Operating Unit (financial) ['||p_operating_unit||']', 1);
1550: pa_debug.log_message('Argument => From Project (financial) ['||p_from_project||']', 1);
1551: pa_debug.log_message('Argument => To Project (financial) ['||p_to_project||']', 1);
1552: pa_debug.log_message('=======Concurrent Program Parameters End =======', 1);
1553: END IF; /* end 4893117*/
1554:

Line 1551: pa_debug.log_message('Argument => To Project (financial) ['||p_to_project||']', 1);

1547: pa_debug.log_message('Argument => Include Sub-Organizations (schedule) ['||p_include_sub_org||']', 1);
1548: pa_debug.log_message('Argument => Refresh Financial ['||p_prtl_financial||']', 1);
1549: pa_debug.log_message('Argument => Project Operating Unit (financial) ['||p_operating_unit||']', 1);
1550: pa_debug.log_message('Argument => From Project (financial) ['||p_from_project||']', 1);
1551: pa_debug.log_message('Argument => To Project (financial) ['||p_to_project||']', 1);
1552: pa_debug.log_message('=======Concurrent Program Parameters End =======', 1);
1553: END IF; /* end 4893117*/
1554:
1555: PJI_FM_DEBUG.CONC_REQUEST_HOOK(g_process);

Line 1552: pa_debug.log_message('=======Concurrent Program Parameters End =======', 1);

1548: pa_debug.log_message('Argument => Refresh Financial ['||p_prtl_financial||']', 1);
1549: pa_debug.log_message('Argument => Project Operating Unit (financial) ['||p_operating_unit||']', 1);
1550: pa_debug.log_message('Argument => From Project (financial) ['||p_from_project||']', 1);
1551: pa_debug.log_message('Argument => To Project (financial) ['||p_to_project||']', 1);
1552: pa_debug.log_message('=======Concurrent Program Parameters End =======', 1);
1553: END IF; /* end 4893117*/
1554:
1555: PJI_FM_DEBUG.CONC_REQUEST_HOOK(g_process);
1556: