DBA Data[Home] [Help]

APPS.WMS_ITEM_LOAD dependencies on WMS_DISPATCHED_TASKS

Line 2102: l_task_execute_rec WMS_DISPATCHED_TASKS%ROWTYPE;

2098: l_number_of_rows NUMBER;
2099: l_crossdock VARCHAR2(3);
2100: l_mo_line_id NUMBER;
2101: l_error_code NUMBER;
2102: l_task_execute_rec WMS_DISPATCHED_TASKS%ROWTYPE;
2103: l_emp_id NUMBER;
2104: -- Variables used to determine the drop type when calling Suggestions_PUB
2105: l_drop_type VARCHAR2(3);
2106: l_txn_source_type_id NUMBER;

Line 3527: wms_dispatched_tasks wdt

3523: CURSOR mmtt_suggestions_cursor IS
3524: SELECT mmtt.transaction_temp_id
3525: FROM mtl_material_transactions_temp mmtt,
3526: mtl_txn_request_lines mtrl,
3527: wms_dispatched_tasks wdt
3528: WHERE mmtt.organization_id = p_organization_id
3529: AND mmtt.transaction_temp_id = wdt.transaction_temp_id
3530: AND wdt.task_type = 2
3531: AND wdt.organization_id = p_organization_id