DBA Data[Home] [Help]

APPS.WMS_ENGINE_PVT dependencies on STANDARD

Line 60: -- p_api_version_number standard input parameter

56: -- in the locator. If p_suggest_serial is passed as fnd_api.g_false
57: -- (default), the engine will not give serial numbers in the output.
58: --
59: -- Input Parameters
60: -- p_api_version_number standard input parameter
61: -- p_init_msg_lst standard input parameter
62: -- p_commit standard input parameter
63: -- p_validation_level standard input parameter
64: -- p_transaction_temp_id equals to the move order line id

Line 61: -- p_init_msg_lst standard input parameter

57: -- (default), the engine will not give serial numbers in the output.
58: --
59: -- Input Parameters
60: -- p_api_version_number standard input parameter
61: -- p_init_msg_lst standard input parameter
62: -- p_commit standard input parameter
63: -- p_validation_level standard input parameter
64: -- p_transaction_temp_id equals to the move order line id
65: -- for the detailing request

Line 62: -- p_commit standard input parameter

58: --
59: -- Input Parameters
60: -- p_api_version_number standard input parameter
61: -- p_init_msg_lst standard input parameter
62: -- p_commit standard input parameter
63: -- p_validation_level standard input parameter
64: -- p_transaction_temp_id equals to the move order line id
65: -- for the detailing request
66: -- p_reservations reservations for the demand source

Line 63: -- p_validation_level standard input parameter

59: -- Input Parameters
60: -- p_api_version_number standard input parameter
61: -- p_init_msg_lst standard input parameter
62: -- p_commit standard input parameter
63: -- p_validation_level standard input parameter
64: -- p_transaction_temp_id equals to the move order line id
65: -- for the detailing request
66: -- p_reservations reservations for the demand source
67: -- as the transaction source

Line 85: -- x_return_status standard output parameters

81: -- 'Y' is passed in patchset 'J' onwards for Inventory Moves
82: -- when the lpn_request_context is 1
83: --
84: -- Output Parameters
85: -- x_return_status standard output parameters
86: -- x_msg_count standard output parameters
87: -- x_msg_data standard output parameters
88: --
89: -- Version : Current version 1.0

Line 86: -- x_msg_count standard output parameters

82: -- when the lpn_request_context is 1
83: --
84: -- Output Parameters
85: -- x_return_status standard output parameters
86: -- x_msg_count standard output parameters
87: -- x_msg_data standard output parameters
88: --
89: -- Version : Current version 1.0
90: PROCEDURE create_suggestions

Line 87: -- x_msg_data standard output parameters

83: --
84: -- Output Parameters
85: -- x_return_status standard output parameters
86: -- x_msg_count standard output parameters
87: -- x_msg_data standard output parameters
88: --
89: -- Version : Current version 1.0
90: PROCEDURE create_suggestions
91: (p_api_version IN NUMBER,