DBA Data[Home] [Help]

APPS.PA_RBS_MAPPING dependencies on PJI_PJP_FP_CURR_WRAP

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

1842:
1843:
1844: l_process := Pji_Pjp_Sum_Main.g_process || TO_CHAR(p_worker_id);
1845: l_extraction_type := Pji_Process_Util.GET_PROCESS_PARAMETER(l_process, 'EXTRACTION_TYPE');
1846: Pji_Pjp_Fp_Curr_Wrap.print_time( ' l_process = ' || l_process );
1847: Pji_Pjp_Fp_Curr_Wrap.print_time( ' l_extraction_type = ' || l_extraction_type );
1848:
1849: IF g_debug_mode = 'Y' THEN
1850: PA_DEBUG.set_curr_function( p_function => 'map_rbs_actuals'

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

1843:
1844: l_process := Pji_Pjp_Sum_Main.g_process || TO_CHAR(p_worker_id);
1845: l_extraction_type := Pji_Process_Util.GET_PROCESS_PARAMETER(l_process, 'EXTRACTION_TYPE');
1846: Pji_Pjp_Fp_Curr_Wrap.print_time( ' l_process = ' || l_process );
1847: Pji_Pjp_Fp_Curr_Wrap.print_time( ' l_extraction_type = ' || l_extraction_type );
1848:
1849: IF g_debug_mode = 'Y' THEN
1850: PA_DEBUG.set_curr_function( p_function => 'map_rbs_actuals'
1851: ,p_debug_mode => g_debug_mode );

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

2065: FROM pa_rbs_txn_accum_map
2066: WHERE struct_version_id = rbv2.rbs_version_id
2067: );
2068:
2069: Pji_Pjp_Fp_Curr_Wrap.print_time( ' # rows inserted = ' || SQL%ROWCOUNT );
2070:
2071: END IF;
2072:
2073: