DBA Data[Home] [Help]

APPS.HRSPINE dependencies on HR_LEGAL_ENTITIES

Line 1175: from hr_legal_entities

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