DBA Data[Home] [Help]

APPS.JAI_OM_TAX_PROCESSING_PKG dependencies on WSH_UTIL_CORE

Line 265: ln_ship_from_location_id := WSH_UTIL_CORE.Org_To_Location(p_rec_new.ship_from_org_id, TRUE);

261: FETCH cur_get_org_hdr INTO tab_ooh ;
262: CLOSE cur_get_org_hdr ;
263:
264: v_source_header_type_id := tab_ooh.order_type_id;
265: ln_ship_from_location_id := WSH_UTIL_CORE.Org_To_Location(p_rec_new.ship_from_org_id, TRUE);
266:
267: OPEN c_ja_in_so_lines_tax_amt;
268: FETCH c_ja_in_so_lines_tax_amt INTO v_line_tax_amount;
269: CLOSE c_ja_in_so_lines_tax_amt;