DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_TECH_SUMMARY dependencies on PER_ORG_STRUCTURE_VERSIONS

Line 275: ,org_structure_version_id per_org_structure_versions.org_structure_version_id%type);

271:
272: -- Organizations Hierarchy Record
273: TYPE org_hierarchy_rec IS RECORD
274: (name per_organization_structures.name%type
275: ,org_structure_version_id per_org_structure_versions.org_structure_version_id%type);
276:
277: -- Organizations Hierarchy Table
278: TYPE org_hierarchy_tab IS TABLE OF
279: org_hierarchy_rec

Line 284: (org_structure_version_id per_org_structure_versions.org_structure_version_id%type

280: INDEX BY BINARY_INTEGER;
281:
282: -- Organizations Hierarchy Elements Record
283: TYPE org_hierarchy_ele_rec IS RECORD
284: (org_structure_version_id per_org_structure_versions.org_structure_version_id%type
285: ,parent_organization_name hr_all_organization_units.name%type
286: ,child_organization_name hr_all_organization_units.name%type);
287:
288: -- Organizations Hierarchy Elements OC Table