DBA Data[Home] [Help]

APPS.PA_FP_ROLLUP_PKG dependencies on PA_GET_RESOURCE

Line 114: pa_debug.g_err_stage := 'calling pa_get_resource.get_uncateg_resource_info';

110: /* Populating the variable l_uncat_rlm_id which contains the Resource List Member ID if
111: the Resource List attached is uncategorized, else its value is 0. */
112:
113: /* M21-AUG: made call to this procedure parameterized */
114: pa_debug.g_err_stage := 'calling pa_get_resource.get_uncateg_resource_info';
115: IF P_PA_DEBUG_MODE = 'Y' THEN
116: pa_debug.write('POPULATE_LOCAL_VARS: ' || l_module_name,pa_debug.g_err_stage,3);
117: END IF;
118:

Line 119: pa_get_resource.get_uncateg_resource_info(p_resource_list_id => l_uncat_res_list_id

115: IF P_PA_DEBUG_MODE = 'Y' THEN
116: pa_debug.write('POPULATE_LOCAL_VARS: ' || l_module_name,pa_debug.g_err_stage,3);
117: END IF;
118:
119: pa_get_resource.get_uncateg_resource_info(p_resource_list_id => l_uncat_res_list_id
120: ,p_resource_list_member_id => l_uncat_res_list_mem_id
121: ,p_resource_id => l_uncat_res_id
122: ,p_track_as_labor_flag => l_uncat_track_as_labor_flg
123: ,p_err_code => l_err_code