DBA Data[Home] [Help]

APPS.CSI_JAVA_INTERFACE_PKG dependencies on STANDARD

Line 261: -- IN: p_api_version (required), standard IN parameter

257: -- Function: Checks whether a config item is independently configurable or not.
258: -- Version : Current version 1.0
259: -- Initial version 1.0
260: -- Parameters:
261: -- IN: p_api_version (required), standard IN parameter
262: -- p_config_hdr_id (required), config_hdr_id of an instance
263: -- IN: p_config_hdr_id (required), config_hdr_id of an instance
264: -- p_config_hdr_id (required), config_hdr_id of an instance
265: -- p_config_rev_nbr (required), config_rev_nbr of an instance

Line 268: -- x_return_status, standard out parameter (see generate_config_trees)

264: -- p_config_hdr_id (required), config_hdr_id of an instance
265: -- p_config_rev_nbr (required), config_rev_nbr of an instance
266: -- p_config_item_id (required), config_item_id of an instance item
267: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE, FND_API.G_FALSE,NULL
268: -- x_return_status, standard out parameter (see generate_config_trees)
269: -- x_msg_count, standard out parameter
270: -- x_msg_data, standard out parameter
271:
272: PROCEDURE IS_CONFIGURABLE(p_api_version IN NUMBER

Line 269: -- x_msg_count, standard out parameter

265: -- p_config_rev_nbr (required), config_rev_nbr of an instance
266: -- p_config_item_id (required), config_item_id of an instance item
267: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE, FND_API.G_FALSE,NULL
268: -- x_return_status, standard out parameter (see generate_config_trees)
269: -- x_msg_count, standard out parameter
270: -- x_msg_data, standard out parameter
271:
272: PROCEDURE IS_CONFIGURABLE(p_api_version IN NUMBER
273: ,p_config_hdr_id IN NUMBER

Line 270: -- x_msg_data, standard out parameter

266: -- p_config_item_id (required), config_item_id of an instance item
267: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE, FND_API.G_FALSE,NULL
268: -- x_return_status, standard out parameter (see generate_config_trees)
269: -- x_msg_count, standard out parameter
270: -- x_msg_data, standard out parameter
271:
272: PROCEDURE IS_CONFIGURABLE(p_api_version IN NUMBER
273: ,p_config_hdr_id IN NUMBER
274: ,p_config_rev_nbr IN NUMBER