DBA Data[Home] [Help]

APPS.PER_OSE_DEL dependencies on PER_ORG_STRUCTURE_ELEMENTS

Line 102: in per_org_structure_elements.org_structure_version_id%TYPE

98: );
99: --
100: Procedure chk_org_in_hierarchy
101: (p_org_structure_version_id
102: in per_org_structure_elements.org_structure_version_id%TYPE
103: ,p_organization_id
104: in per_org_structure_elements.organization_id_child%TYPE
105: ,p_exists_in_hierarchy in out nocopy VARCHAR2
106: );

Line 104: in per_org_structure_elements.organization_id_child%TYPE

100: Procedure chk_org_in_hierarchy
101: (p_org_structure_version_id
102: in per_org_structure_elements.org_structure_version_id%TYPE
103: ,p_organization_id
104: in per_org_structure_elements.organization_id_child%TYPE
105: ,p_exists_in_hierarchy in out nocopy VARCHAR2
106: );
107:
108: end per_ose_del;