DBA Data[Home] [Help]

APPS.PER_PERHDSUM_XMLP_PKG dependencies on PER_ORGANIZATION_STRUCTURES

Line 36: from per_organization_structures

32:
33:
34: select name
35: into cp_organization_hierarchy_name
36: from per_organization_structures
37: where organization_structure_id = P_ORGANIZATION_STRUCTURE_ID;
38:
39: /*srw.message('004','Organization Hierarchy = '||cp_organization_hierarchy_name);*/null;
40: