DBA Data[Home] [Help]

APPS.HRSPINE dependencies on HR_LEGAL_ENTITIES

Line 1177: from hr_legal_entities

1173: -- Legal Entity check cursor
1174: --
1175: cursor csr_legal_entity is
1176: select 1
1177: from hr_legal_entities
1178: where organization_id = p_legal_entity
1179: and business_group_id = p_business_group_id;
1180: --
1181: begin