[Home] [Help]
3120: */
3121: -- Cursor to check whether the organization is Legal Entity
3122: CURSOR c_le_check(p_organization_id IN NUMBER) IS
3123: SELECT 1
3124: FROM hr_legal_entities
3125: WHERE organization_id = p_organization_id;
3126:
3127: -- gives Location_id linked to Organization
3128: CURSOR c_location_linked_to_org(p_organization_id IN NUMBER) IS