DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_SV dependencies on HR_ALL_ORGANIZATION_UNITS

Line 1055: from hr_all_organization_units haou,

1051: select haou.location_id,
1052: hla.location_code
1053: into x_deliver_to_location_id,
1054: x_deliver_to_location
1055: from hr_all_organization_units haou,
1056: hr_locations_all hla
1057: where haou.organization_id = x_to_organization_id
1058: and haou.location_id = hla.location_id;
1059: