DBA Data[Home] [Help]

APPS.PER_OSE_BUS dependencies on PER_OSE_DEL

Line 713: per_ose_del.chk_org_in_hierarchy

709: chk_position_control
710: (p_org_structure_version_id => p_rec.org_structure_version_id
711: ,p_pos_control_enabled_flag => p_rec.position_control_enabled_flag
712: );
713: per_ose_del.chk_org_in_hierarchy
714: (p_org_structure_version_id => p_rec.org_structure_version_id
715: ,p_organization_id => p_rec.organization_id_child
716: ,p_exists_in_hierarchy => l_exists_in_hierarchy
717: );

Line 773: per_ose_del.chk_org_in_hierarchy

769: /*
770: -- we should not be updating parent or child ids for the element - PERWSDPH.fmb does not allow it
771: -- and the form and api behaviour should be consistent.
772:
773: per_ose_del.chk_org_in_hierarchy
774: (p_org_structure_version_id => p_rec.org_structure_version_id
775: ,p_organization_id => p_rec.organization_id_child
776: ,p_exists_in_hierarchy => l_exists_in_hierarchy
777: );