DBA Data[Home] [Help]

APPS.WMS_ENGINE_PVT dependencies on STANDARD

Line 61: -- p_api_version_number standard input parameter

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

Line 62: -- p_init_msg_lst standard input parameter

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

Line 63: -- p_commit standard input parameter

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

Line 64: -- p_validation_level standard input parameter

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

Line 86: -- x_return_status standard output parameters

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

Line 87: -- x_msg_count standard output parameters

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

Line 88: -- x_msg_data standard output parameters

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