DBA Data[Home] [Help]

APPS.WMS_UT_PKG dependencies on STANDARD

Line 1612: , 'Standard' -- shipment_priority_code

1608: , 1000 -- price_list_id
1609: , sysdate -- request_date
1610: , invoice_to_contact_id -- invoice_to_contact_id
1611: , ship_to_contact_id -- ship_to_contact_id
1612: , 'Standard' -- shipment_priority_code
1613: , null -- shipping_method_code DHL
1614: , NULL -- freight_terms_code
1615: , NULL -- fob_point_code
1616: , 1 -- accounting_rule_id

Line 1695: , 'Standard' -- shipment_priority_code

1691: , c_item_id -- inventory_item_id
1692: , c_item_id -- item_id
1693: , SYSDATE -- schedule_date
1694: , ship_to_contact_id -- ship_to_contact_id
1695: , 'Standard' -- shipment_priority_code
1696: , null -- shipping_method_code DHL
1697: , 1000 -- price_list_id
1698: , 1 -- accounting_rule_id
1699: , '-2' -- invoicing_rule_id

Line 1709: , 'S' -- tax exempt: 'Standard'

1705: , 'INSERT' --OE_GLOBALS.G_OPR_CREATE --'INSERT' -- operation_code
1706: , l_request_id
1707: , 1000 -- salesrep_id
1708: , 4 -- payment term : '30 Net'
1709: , 'S' -- tax exempt: 'Standard'
1710: , invoice_to_id -- invoice_to_org_id
1711: , invoice_to_contact_id -- invoice_to_contact_id
1712: , p_org_id -- ship_from_org_id
1713: , oe_order_lines_s.nextval -- line_id

Line 1746: OE_STANDARD_WF.RESET_APPS_CONTEXT_OFF;

1742: IF l_so_orders IS NOT NULL AND (l_so_orders.count > 0) THEN
1743: fnd_msg_pub.initialize;
1744: oe_msg_pub.initialize;
1745:
1746: OE_STANDARD_WF.RESET_APPS_CONTEXT_OFF;
1747:
1748: print_debug('Importing orders............... ' || l_orig_sys_tbl.first || '-' || l_orig_sys_tbl.last);
1749: OE_BULK_ORDER_PVT.Process_Batch(
1750: p_batch_id => l_request_id