DBA Data[Home] [Help]

APPS.GHR_MTO_PKG dependencies on PER_ORG_STRUCTURE_VERSIONS

Line 157: per_org_structure_versions b

153: org_pos_fl varchar2,
154: org_str_id number) is
155: select a.organization_id_child org_pos_id
156: from per_org_structure_elements a,
157: per_org_structure_versions b
158: where a.org_structure_version_id = b.org_structure_version_id
159: and a.org_structure_version_id = org_str_id
160: and child_fl = 'Y'
161: and org_pos_fl = 'O'