DBA Data[Home] [Help]

APPS.PQH_DE_OPR_GRP dependencies on PER_HIERARCHY_API

Line 288: Per_hierarchy_api.CREATE_HIERARCHY

284: Begin
285:
286: If p_Type = 'P' and P_Trntype = 'I' Then
287:
288: Per_hierarchy_api.CREATE_HIERARCHY
289: (P_HIERARCHY_ID => l_Hierarchy_id ,
290: P_BUSINESS_GROUP_ID => p_Business_group_Id,
291: P_NAME => P_Description ,
292: P_TYPE => 'OPERATION_PLAN' ,

Line 331: Per_Hierarchy_api.Delete_Hierarchy

327: P_EFFECTIVE_DATE => P_Effective_Date);
328:
329: if(l_version_count < 2) then
330: l_object_version_number := c2rec.hovn;
331: Per_Hierarchy_api.Delete_Hierarchy
332: (P_Hierarchy_Id => C2rec.Hierarchy_id,
333: P_Object_Version_Number => l_Object_Version_Number);
334: End if;
335: End Loop;

Line 525: Per_hierarchy_api.CREATE_HIERARCHY

521: If P_Type = 'H' Then
522:
523: For Hierarchy_Rec in Hierarchy
524: Loop
525: Per_hierarchy_api.CREATE_HIERARCHY
526: (P_HIERARCHY_ID => l_Hierarchy_id ,
527: P_BUSINESS_GROUP_ID => p_Business_group_Id,
528: P_NAME => P_Name ,
529: P_TYPE => Hierarchy_rec.Type ,