DBA Data[Home] [Help]

APPS.INV_PPENGINE_PVT dependencies on STANDARD

Line 52: -- p_api_version_number standard input parameter

48: -- in the locator. If p_suggest_serial is passed as fnd_api.g_false
49: -- (default), the engine will not give serial numbers in the output.
50: --
51: -- Input Parameters
52: -- p_api_version_number standard input parameter
53: -- p_init_msg_lst standard input parameter
54: -- p_commit standard input parameter
55: -- p_validation_level standard input parameter
56: -- p_transaction_temp_id equals to the move order line id

Line 53: -- p_init_msg_lst standard input parameter

49: -- (default), the engine will not give serial numbers in the output.
50: --
51: -- Input Parameters
52: -- p_api_version_number standard input parameter
53: -- p_init_msg_lst standard input parameter
54: -- p_commit standard input parameter
55: -- p_validation_level standard input parameter
56: -- p_transaction_temp_id equals to the move order line id
57: -- for the detailing request

Line 54: -- p_commit standard input parameter

50: --
51: -- Input Parameters
52: -- p_api_version_number standard input parameter
53: -- p_init_msg_lst standard input parameter
54: -- p_commit standard input parameter
55: -- p_validation_level standard input parameter
56: -- p_transaction_temp_id equals to the move order line id
57: -- for the detailing request
58: -- p_reservations reservations for the demand source

Line 55: -- p_validation_level standard input parameter

51: -- Input Parameters
52: -- p_api_version_number standard input parameter
53: -- p_init_msg_lst standard input parameter
54: -- p_commit standard input parameter
55: -- p_validation_level standard input parameter
56: -- p_transaction_temp_id equals to the move order line id
57: -- for the detailing request
58: -- p_reservations reservations for the demand source
59: -- as the transaction source

Line 68: -- x_return_status standard output parameters

64: -- If the value is 'Y' in Patch set 'J' onwords, Picking rule validation will
65: -- not be called. The Default Value is 'N'
66: --
67: -- Output Parameters
68: -- x_return_status standard output parameters
69: -- x_msg_count standard output parameters
70: -- x_msg_data standard output parameters
71: --
72: -- Version : Current version 1.0

Line 69: -- x_msg_count standard output parameters

65: -- not be called. The Default Value is 'N'
66: --
67: -- Output Parameters
68: -- x_return_status standard output parameters
69: -- x_msg_count standard output parameters
70: -- x_msg_data standard output parameters
71: --
72: -- Version : Current version 1.0
73:

Line 70: -- x_msg_data standard output parameters

66: --
67: -- Output Parameters
68: -- x_return_status standard output parameters
69: -- x_msg_count standard output parameters
70: -- x_msg_data standard output parameters
71: --
72: -- Version : Current version 1.0
73:
74: -- Create_suggestions api is overloaded for Performance bug fix 5264987

Line 121: -- Standard Call to check for call compatibility

117: inv_pp_debug.send_message_to_pipe('enter '||g_pkg_name||'.'||l_api_name);
118: END IF;
119: -- end of debugging section
120: --
121: -- Standard Call to check for call compatibility
122: IF NOT fnd_api.Compatible_API_Call(l_api_version
123: , p_api_version
124: , l_api_name
125: , g_pkg_name) THEN

Line 233: -- Standard check of p_commit

229: END IF;
230: IF l_return_status = fnd_api.g_ret_sts_unexp_error THEN
231: RAISE fnd_api.g_exc_unexpected_error;
232: END IF;
233: -- Standard check of p_commit
234: IF fnd_api.to_boolean(p_commit) THEN
235: COMMIT;
236: END IF;
237: --