DBA Data[Home] [Help]

APPS.MSC_ATP_PROC dependencies on HR_ORGANIZATION_INFORMATION

Line 3987: from hr_organization_information

3983: END IF;
3984:
3985: select ORG_INFORMATION3, ORG_INFORMATION4
3986: into x_atp_sources.supplier_id(counter), x_atp_sources.supplier_site_id(counter)
3987: from hr_organization_information
3988: where organization_id = x_atp_sources.organization_id(counter)
3989: and ORG_INFORMATION_CONTEXT = 'Customer/Supplier Association';
3990: exception
3991: when no_data_found THEN