DBA Data[Home] [Help]

APPS.ZX_TAXWARE_USER_PKG dependencies on HR_ORGANIZATION_UNITS

Line 1891: from hr_locations_all lc, hr_organization_units hr

1887: IF arp_ship_from_add_tab(i) is NULL THEN
1888: BEGIN
1889: select lc.loc_information13
1890: into arp_ship_from_add_tab(i)
1891: from hr_locations_all lc, hr_organization_units hr
1892: where hr.organization_id = l_ship_from_party_id
1893: and hr.location_id = lc.location_id;
1894:
1895: arp_ship_from_add_tab(i) := '1'||arp_ship_from_add_tab(i);