DBA Data[Home] [Help]

APPS.PER_PERHDCNT_XMLP_PKG dependencies on PER_ORGANIZATION_STRUCTURES

Line 53: from per_organization_structures

49:
50:
51: select name
52: into cp_organization_hierarchy_name
53: from per_organization_structures
54: where organization_structure_id = P_ORGANIZATION_STRUCTURE_ID;
55:
56: /*srw.message('004','Organization Name = '||cp_top_org_name);*/null;
57: