DBA Data[Home] [Help]

APPS.WMS_LMS_EXPECTED_RES dependencies on MTL_SUPPLY

Line 78: -- The expected work is queried from mtl_supply table for these work sources.

74: --1. Receiving Inbound
75: -- o Expected Purchase Order Receipts to be received in the given time frame
76: -- o Expected ASN material to be received in the given time frame
77: -- o Expected Internal Transfers to be received in the given time frame
78: -- The expected work is queried from mtl_supply table for these work sources.
79: BEGIN
80:
81: IF g_debug=1 THEN
82: debug('Before populating work for Inbound(PO,REQ,SHIPMENT) ','POPULATE_EXPECTED_WORK');

Line 134: from mtl_supply ms,

130: SYSDATE,
131: FND_GLOBAL.LOGIN_ID,
132: FND_GLOBAL.USER_ID,
133: SYSDATE
134: from mtl_supply ms,
135: wms_els_parameters wep,
136: mtl_units_of_measure_vl mum
137: where to_organization_id = p_org_id
138: and wep.organization_id = to_organization_id