DBA Data[Home] [Help]

APPS.PA_RBS_MAPPING dependencies on PJI_PROCESS_UTIL

Line 1845: l_extraction_type := Pji_Process_Util.GET_PROCESS_PARAMETER(l_process, 'EXTRACTION_TYPE');

1841: x_return_status := FND_API.G_RET_STS_SUCCESS;
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