DBA Data[Home] [Help]

APPS.AHL_MM_MTL_MGT_PVT dependencies on INV_PPENGINE_PVT

Line 911: 'Calling INV_PPENGINE_PVT.CREATE_SUGGESTIONS');

907: LOOP
908:
909: IF (l_log_statement >= l_log_current_level) THEN
910: FND_LOG.string(l_log_statement, L_DEBUG,
911: 'Calling INV_PPENGINE_PVT.CREATE_SUGGESTIONS');
912: END IF;
913:
914: -- Creates pick suggestions and also suggests serial numbers
915: -- The program will use WMS pick/put rules/strategies, if Oracle WMS is installed

Line 917: INV_PPENGINE_PVT.CREATE_SUGGESTIONS (p_api_version => 1.0

913:
914: -- Creates pick suggestions and also suggests serial numbers
915: -- The program will use WMS pick/put rules/strategies, if Oracle WMS is installed
916: -- otherwise, rules in mtl_picking_rules will be used.
917: INV_PPENGINE_PVT.CREATE_SUGGESTIONS (p_api_version => 1.0
918: , p_init_msg_list => FND_API.G_FALSE
919: , p_commit => FND_API.G_FALSE
920: , p_validation_level => FND_API.G_VALID_LEVEL_FULL
921: , x_return_status => x_return_status