DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_SV dependencies on HR_LOCATIONS_ALL

Line 1060: hr_locations_all hla

1056: hla.location_code
1057: into x_deliver_to_location_id,
1058: x_deliver_to_location
1059: from hr_all_organization_units haou,
1060: hr_locations_all hla
1061: where haou.organization_id = x_to_organization_id
1062: and haou.location_id = hla.location_id;
1063:
1064: