DBA Data[Home] [Help]

APPS.WMS_BULK_PICK dependencies on STANDARD

Line 108: -- Standard call to get message count and if count is 1,

104: retcode := 2;
105: errbuf := l_msg_data;
106: END IF;
107:
108: -- Standard call to get message count and if count is 1,
109: -- get message info.
110: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => l_msg_data);
111: EXCEPTION
112: WHEN fnd_api.g_exc_error THEN

Line 330: , standard_operation_id

326: , lpn_id
327: , transfer_lpn_id
328: , content_lpn_id
329: , cartonization_id
330: , standard_operation_id
331: , wms_task_type
332: , task_priority
333: , container_item_id
334: , operation_plan_id

Line 530: , standard_operation_id

526: , lpn_id
527: , transfer_lpn_id
528: , content_lpn_id
529: , cartonization_id
530: , standard_operation_id
531: , wms_task_type
532: , task_priority
533: , container_item_id
534: , operation_plan_id

Line 864: l_mmtt_rec.standard_operation_id := null;

860: l_mmtt_rec.transaction_quantity := p_txn_qty;
861: l_mmtt_rec.transaction_temp_id := l_new_temp_id;
862: l_mmtt_rec.move_order_line_id := null;
863: l_mmtt_rec.operation_plan_id := null;
864: l_mmtt_rec.standard_operation_id := null;
865: l_mmtt_rec.cartonization_id := null;
866: l_mmtt_rec.trx_source_line_id := null;
867: l_mmtt_rec.transaction_source_id := null;
868: l_mmtt_rec.demand_source_line := null;