DBA Data[Home] [Help]

APPS.ZX_TAXWARE_USER_PKG dependencies on HR_ORGANIZATION_UNITS

Line 2060: FROM hr_locations_all lc, hr_organization_units hr

2056: IF arp_ship_from_add_tab(i) is NULL THEN
2057: BEGIN
2058: SELECT lc.loc_information13
2059: INTO arp_ship_from_add_tab(i)
2060: FROM hr_locations_all lc, hr_organization_units hr
2061: WHERE hr.organization_id = l_ship_from_party_id
2062: AND hr.location_id = lc.location_id;
2063:
2064: IF arp_ship_from_add_tab(i) IS NOT NULL THEN