DBA Data[Home] [Help]

APPS.MSC_ATP_PROC dependencies on HR_ORGANIZATION_INFORMATION

Line 3978: from hr_organization_information

3974: END IF;
3975:
3976: select ORG_INFORMATION3, ORG_INFORMATION4
3977: into x_atp_sources.supplier_id(counter), x_atp_sources.supplier_site_id(counter)
3978: from hr_organization_information
3979: where organization_id = x_atp_sources.organization_id(counter)
3980: and ORG_INFORMATION_CONTEXT = 'Customer/Supplier Association';
3981: exception
3982: when no_data_found THEN