DBA Data[Home] [Help]

APPS.INV_AUTODETAIL dependencies on STANDARD

Line 36: -- p_api_version_number standard input parameter

32: -- in the locator. If p_suggest_serial is passed as fnd_api.g_false
33: -- (default), the engine will not give serial numbers in the output.
34: --
35: -- Input Parameters
36: -- p_api_version_number standard input parameter
37: -- p_init_msg_lst standard input parameter
38: -- p_commit standard input parameter
39: -- p_validation_level standard input parameter
40: -- p_transaction_temp_id equals to the move order line id

Line 37: -- p_init_msg_lst standard input parameter

33: -- (default), the engine will not give serial numbers in the output.
34: --
35: -- Input Parameters
36: -- p_api_version_number standard input parameter
37: -- p_init_msg_lst standard input parameter
38: -- p_commit standard input parameter
39: -- p_validation_level standard input parameter
40: -- p_transaction_temp_id equals to the move order line id
41: -- for the detailing request

Line 38: -- p_commit standard input parameter

34: --
35: -- Input Parameters
36: -- p_api_version_number standard input parameter
37: -- p_init_msg_lst standard input parameter
38: -- p_commit standard input parameter
39: -- p_validation_level standard input parameter
40: -- p_transaction_temp_id equals to the move order line id
41: -- for the detailing request
42: -- p_reservations reservations for the demand source

Line 39: -- p_validation_level standard input parameter

35: -- Input Parameters
36: -- p_api_version_number standard input parameter
37: -- p_init_msg_lst standard input parameter
38: -- p_commit standard input parameter
39: -- p_validation_level standard input parameter
40: -- p_transaction_temp_id equals to the move order line id
41: -- for the detailing request
42: -- p_reservations reservations for the demand source
43: -- as the transaction source

Line 49: -- x_return_status standard output parameters

45: -- p_suggest_serial whether or not the engine should suggest
46: -- serial numbers in the detailing
47: --
48: -- Output Parameters
49: -- x_return_status standard output parameters
50: -- x_msg_count standard output parameters
51: -- x_msg_data standard output parameters
52: --
53: PROCEDURE create_suggestions

Line 50: -- x_msg_count standard output parameters

46: -- serial numbers in the detailing
47: --
48: -- Output Parameters
49: -- x_return_status standard output parameters
50: -- x_msg_count standard output parameters
51: -- x_msg_data standard output parameters
52: --
53: PROCEDURE create_suggestions
54: (p_api_version IN NUMBER,

Line 51: -- x_msg_data standard output parameters

47: --
48: -- Output Parameters
49: -- x_return_status standard output parameters
50: -- x_msg_count standard output parameters
51: -- x_msg_data standard output parameters
52: --
53: PROCEDURE create_suggestions
54: (p_api_version IN NUMBER,
55: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,