DBA Data[Home] [Help]

APPS.WMS_LMS_EXPECTED_RES dependencies on WMS_DISPATCHED_TASKS

Line 1104: wms_dispatched_tasks wdt

1100: FND_GLOBAL.USER_ID,
1101: SYSDATE
1102: from
1103: mtl_material_transactions_temp mmtt,
1104: wms_dispatched_tasks wdt
1105: where
1106: mmtt.organization_id = p_org_id
1107: and
1108: (

Line 1533: wms_dispatched_tasks wdt

1529: FND_GLOBAL.USER_ID,
1530: SYSDATE
1531: from
1532: mtl_material_transactions_temp mmtt,
1533: wms_dispatched_tasks wdt
1534: where
1535: mmtt.organization_id = p_org_id
1536: and
1537: (

Line 1731: wms_dispatched_tasks wdt

1727: SYSDATE
1728: from
1729: mtl_material_transactions_temp mmtt1,
1730: mtl_material_transactions_temp mmtt2,
1731: wms_dispatched_tasks wdt
1732: where
1733: mmtt1.organization_id = p_org_id
1734: and mmtt2.organization_id = p_org_id
1735: and