DBA Data[Home] [Help]

APPS.WMS_ITEM_LOAD dependencies on WMS_ATF_RUNTIME_PUB_APIS

Line 80: wms_atf_runtime_pub_apis.validate_operation

76: -- org/LPN/item/revision.
77: IF (l_debug = 1) THEN
78: print_debug('Call validate_operation API for the given LPN/item/revision');
79: END IF;
80: wms_atf_runtime_pub_apis.validate_operation
81: (x_return_status => x_return_status,
82: x_msg_data => x_msg_data,
83: x_msg_count => x_msg_count,
84: x_error_code => l_error_code,

Line 283: wms_atf_runtime_pub_apis.validate_operation

279: -- org/LPN/item/revision/lot.
280: IF (l_debug = 1) THEN
281: print_debug('Call validate_operation API for the given LPN/item/revision/lot');
282: END IF;
283: wms_atf_runtime_pub_apis.validate_operation
284: (x_return_status => x_return_status,
285: x_msg_data => x_msg_data,
286: x_msg_count => x_msg_count,
287: x_error_code => l_error_code,

Line 989: wms_atf_runtime_pub_apis.validate_operation

985: -- to be loaded
986: IF (l_debug = 1) THEN
987: print_debug('Call validate_operation API for the given MOL');
988: END IF;
989: wms_atf_runtime_pub_apis.validate_operation
990: (x_return_status => x_return_status,
991: x_msg_data => x_msg_data,
992: x_msg_count => x_msg_count,
993: x_error_code => l_error_code,

Line 1412: wms_atf_runtime_pub_apis.validate_operation

1408: print_debug('MOL quantity: ' || l_mo_lines_tb(l_table_index).prim_qty);
1409: END IF;
1410: l_progress := '320';
1411:
1412: wms_atf_runtime_pub_apis.validate_operation
1413: (x_return_status => x_return_status,
1414: x_msg_data => x_msg_data,
1415: x_msg_count => x_msg_count,
1416: x_error_code => l_error_code,

Line 2400: wms_atf_runtime_pub_apis.validate_operation

2396: -- that is tied to the move order line is valid
2397: IF (l_debug = 1) THEN
2398: print_debug('Call validate_operation API for the given MMTT');
2399: END IF;
2400: wms_atf_runtime_pub_apis.validate_operation
2401: (x_return_status => x_return_status,
2402: x_msg_data => x_msg_data,
2403: x_msg_count => x_msg_count,
2404: x_error_code => l_error_code,

Line 2451: IF (l_load_flag = WMS_ATF_RUNTIME_PUB_APIS.G_FULL_LOAD) THEN

2447: -- If the MMTT line is valid, then call activate_operation_instance.
2448: -- Since we passed in an MMTT source task ID into validate_operation,
2449: -- the procedure should either return No Load or Full Load for
2450: -- the MMTT suggestion line.
2451: IF (l_load_flag = WMS_ATF_RUNTIME_PUB_APIS.G_FULL_LOAD) THEN
2452: IF (l_debug = 1) THEN
2453: print_debug('Call the activate_operation_instance API');
2454: END IF;
2455:

Line 2462: wms_atf_runtime_pub_apis.activate_operation_instance

2458:
2459: -- Set the current move order line ID in the WDT task record
2460: l_task_execute_rec.move_order_line_id := l_mo_line_id;
2461:
2462: wms_atf_runtime_pub_apis.activate_operation_instance
2463: (x_return_status => x_return_status,
2464: x_msg_data => x_msg_data,
2465: x_msg_count => x_msg_count,
2466: x_error_code => l_error_code,

Line 3123: wms_atf_runtime_pub_apis.complete_operation_instance

3119: print_debug('Call complete_operation_instance for MMTT: ' || l_mmtt_temp_id);
3120: END IF;
3121: l_progress := '340';
3122:
3123: wms_atf_runtime_pub_apis.complete_operation_instance
3124: (x_return_status => x_return_status,
3125: x_msg_data => x_msg_data,
3126: x_msg_count => x_msg_count,
3127: x_error_code => l_error_code,

Line 3581: wms_atf_runtime_pub_apis.cleanup_operation_instance

3577: print_debug('Call cleanup_operation_instance for MMTT: ' || l_mmtt_temp_id);
3578: END IF;
3579: l_progress := '40';
3580:
3581: wms_atf_runtime_pub_apis.cleanup_operation_instance
3582: (p_source_task_id => l_mmtt_temp_id,
3583: p_activity_type_id => WMS_GLOBALS.G_OP_ACTIVITY_INBOUND,
3584: x_return_status => x_return_status,
3585: x_msg_data => x_msg_data,