DBA Data[Home] [Help]

APPS.PA_RBS_MAPPING dependencies on PJI_PJP_FP_CURR_WRAP

Line 1858: Pji_Pjp_Fp_Curr_Wrap.print_time( ' l_process = ' || l_process );

1854:
1855:
1856: l_process := Pji_Pjp_Sum_Main.g_process || TO_CHAR(p_worker_id);
1857: l_extraction_type := Pji_Process_Util.GET_PROCESS_PARAMETER(l_process, 'EXTRACTION_TYPE');
1858: Pji_Pjp_Fp_Curr_Wrap.print_time( ' l_process = ' || l_process );
1859: Pji_Pjp_Fp_Curr_Wrap.print_time( ' l_extraction_type = ' || l_extraction_type );
1860:
1861: IF g_debug_mode = 'Y' THEN
1862: PA_DEBUG.set_curr_function( p_function => 'map_rbs_actuals'

Line 1859: Pji_Pjp_Fp_Curr_Wrap.print_time( ' l_extraction_type = ' || l_extraction_type );

1855:
1856: l_process := Pji_Pjp_Sum_Main.g_process || TO_CHAR(p_worker_id);
1857: l_extraction_type := Pji_Process_Util.GET_PROCESS_PARAMETER(l_process, 'EXTRACTION_TYPE');
1858: Pji_Pjp_Fp_Curr_Wrap.print_time( ' l_process = ' || l_process );
1859: Pji_Pjp_Fp_Curr_Wrap.print_time( ' l_extraction_type = ' || l_extraction_type );
1860:
1861: IF g_debug_mode = 'Y' THEN
1862: PA_DEBUG.set_curr_function( p_function => 'map_rbs_actuals'
1863: ,p_debug_mode => g_debug_mode );

Line 2089: Pji_Pjp_Fp_Curr_Wrap.print_time( ' # rows inserted = ' || SQL%ROWCOUNT );

2085: FROM pa_rbs_txn_accum_map
2086: WHERE struct_version_id = rbv2.rbs_version_id
2087: );
2088:
2089: Pji_Pjp_Fp_Curr_Wrap.print_time( ' # rows inserted = ' || SQL%ROWCOUNT );
2090:
2091: END IF;
2092:
2093: