DBA Data[Home] [Help]

APPS.JAI_OE_OLA_TRIGGER_PKG dependencies on WSH_UTIL_CORE

Line 3790: ln_location_id := WSH_UTIL_CORE.Org_To_Location(v_warehouse_id, TRUE);

3786:
3787: -- get ln_location_id from WSH API if ln_location_id IS NULL
3788: IF ln_location_id IS NULL
3789: THEN
3790: ln_location_id := WSH_UTIL_CORE.Org_To_Location(v_warehouse_id, TRUE);
3791: END IF;
3792:
3793:
3794: jai_gst_tax_defaultation_pkg.jai_gst_cust_default_taxes (

Line 4586: ln_location_id := WSH_UTIL_CORE.Org_To_Location(ln_organization_Id, TRUE);

4582:
4583: -- get ln_location_id from WSH API if ln_location_id IS NULL
4584: IF ln_location_id IS NULL
4585: THEN
4586: ln_location_id := WSH_UTIL_CORE.Org_To_Location(ln_organization_Id, TRUE);
4587: END IF; -- ln_location_id IS NULL
4588:
4589: -- Get Order Header Information
4590: OPEN cur_get_order_header_info;