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 345: , standard_operation_id

341: , lpn_id
342: , transfer_lpn_id
343: , content_lpn_id
344: , cartonization_id
345: , standard_operation_id
346: , wms_task_type
347: , task_priority
348: , container_item_id
349: , operation_plan_id

Line 547: , standard_operation_id

543: , lpn_id
544: , transfer_lpn_id
545: , content_lpn_id
546: , cartonization_id
547: , standard_operation_id
548: , wms_task_type
549: , task_priority
550: , container_item_id
551: , operation_plan_id

Line 905: l_mmtt_rec.standard_operation_id := null;

901: l_mmtt_rec.secondary_transaction_quantity := p_sec_qty ; --12747184
902: l_mmtt_rec.transaction_temp_id := l_new_temp_id;
903: l_mmtt_rec.move_order_line_id := null;
904: l_mmtt_rec.operation_plan_id := null;
905: l_mmtt_rec.standard_operation_id := null;
906: l_mmtt_rec.cartonization_id := null;
907: l_mmtt_rec.trx_source_line_id := null;
908: l_mmtt_rec.transaction_source_id := null;
909: l_mmtt_rec.demand_source_line := null;