DBA Data[Home] [Help]

APPS.PA_RBS_UTILS dependencies on PA_PLANNING_RESOURCE_UTILS

Line 76: Pa_Planning_resource_utils.Get_Resource_Name

72: --If the p_resource_type_code = NAMED_PERSON
73: --Then call to Get_Resource_Name to get the
74: --element_name
75: IF p_resource_type_code = 'NAMED_PERSON' THEN
76: Pa_Planning_resource_utils.Get_Resource_Name
77: ( P_Res_Type_Code => 'NAMED_PERSON',
78: P_Person_Id => p_resource_source_id,
79: P_Bom_Resource_Id => null,
80: P_Job_Id => null,

Line 100: Pa_Planning_resource_utils.Get_Resource_Name

96: --If the p_resource_type_code = JOB
97: --Then call to Get_Resource_Name to get the
98: --element_name
99: IF p_resource_type_code = 'JOB' THEN
100: Pa_Planning_resource_utils.Get_Resource_Name
101: ( P_Res_Type_Code => 'JOB',
102: P_Person_Id => null,
103: P_Bom_Resource_Id => null,
104: P_Job_Id => p_resource_source_id,

Line 142: Pa_Planning_resource_utils.Get_Resource_Name

138: --If the p_resource_type_code = BOM_LABOR
139: --Then call to Get_Resource_Name to get the
140: --element_name
141: IF p_resource_type_code = 'BOM_LABOR' THEN
142: Pa_Planning_resource_utils.Get_Resource_Name
143: ( P_Res_Type_Code => 'BOM_LABOR',
144: P_Person_Id => null,
145: P_Bom_Resource_Id => p_resource_source_id,
146: P_Job_Id => null,

Line 166: Pa_Planning_resource_utils.Get_Resource_Name

162: --If the p_resource_type_code = BOM_EQUIPMENT
163: --Then call to Get_Resource_Name to get the
164: --element_name
165: IF p_resource_type_code = 'BOM_EQUIPMENT' THEN
166: Pa_Planning_resource_utils.Get_Resource_Name
167: ( P_Res_Type_Code => 'BOM_EQUIPMENT',
168: P_Person_Id => null,
169: P_Bom_Resource_Id => p_resource_source_id,
170: P_Job_Id => null,

Line 190: Pa_Planning_resource_utils.Get_Resource_Name

186: --If the p_resource_type_code = ITEM_CATEGORY
187: --Then call to Get_Resource_Name to get the
188: --element_name
189: IF p_resource_type_code = 'ITEM_CATEGORY' THEN
190: Pa_Planning_resource_utils.Get_Resource_Name
191: ( P_Res_Type_Code => 'ITEM_CATEGORY',
192: P_Person_Id => null,
193: P_Bom_Resource_Id => null,
194: P_Job_Id => null,

Line 214: Pa_Planning_resource_utils.Get_Resource_Name

210: --If the p_resource_type_code = INVENTORY_ITEM
211: --Then call to Get_Resource_Name to get the
212: --element_name
213: IF p_resource_type_code = 'INVENTORY_ITEM' THEN
214: Pa_Planning_resource_utils.Get_Resource_Name
215: ( P_Res_Type_Code => 'INVENTORY_ITEM',
216: P_Person_Id => null,
217: P_Bom_Resource_Id => null,
218: P_Job_Id => null,

Line 253: Pa_Planning_resource_utils.Get_Resource_Name

249: --If the p_resource_type_code = RESOURCE_CLASS
250: --Then call to Get_Resource_Name to get the
251: --element_name
252: IF p_resource_type_code = 'RESOURCE_CLASS' THEN
253: Pa_Planning_resource_utils.Get_Resource_Name
254: ( P_Res_Type_Code => 'RESOURCE_CLASS',
255: P_Person_Id => null,
256: P_Bom_Resource_Id => null,
257: P_Job_Id => null,

Line 361: l_element_name := Pa_Planning_Resource_Utils.Ret_Organization_Name

357: --Then call to Ret_Organization_Name to get the
358: --element_name
359: IF p_resource_type_code = 'ORGANIZATION' THEN
360: BEGIN
361: l_element_name := Pa_Planning_Resource_Utils.Ret_Organization_Name
362: (P_Organization_Id => p_resource_source_id);
363: EXCEPTION
364: WHEN OTHERS THEN
365: l_element_name := Null;

Line 374: l_element_name := Pa_Planning_Resource_Utils.Ret_Role_Name

370: --Then call to Ret_Role_Name to get the
371: --element_name
372: IF p_resource_type_code = 'ROLE' THEN
373: BEGIN
374: l_element_name := Pa_Planning_Resource_Utils.Ret_Role_Name
375: (P_Role_Id => p_resource_source_id);
376: EXCEPTION
377: WHEN OTHERS THEN
378: l_element_name := Null;