DBA Data[Home] [Help]

APPS.JAI_AP_TDS_ETDS_PKG dependencies on HR_LEGAL_ENTITIES

Line 5061: FROM hr_legal_entities

5057: */
5058: -- Cursor to check whether the organization is Legal Entity
5059: CURSOR c_le_check(p_organization_id IN NUMBER) IS
5060: SELECT 1
5061: FROM hr_legal_entities
5062: WHERE organization_id = p_organization_id;
5063:
5064: -- gives Location_id linked to Organization/*ETDS FVU3.1 Bug 11896260 -Modified the below query*/
5065: CURSOR c_location_linked_to_org(p_organization_id IN NUMBER,p_deductor_addr_org_id IN NUMBER) IS