DBA Data[Home] [Help]

APPS.CSI_CZ_INT dependencies on STANDARD

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

119: -- Function: Checks whether a config item is independently configurable or not.
120: -- Version : Current version 1.0
121: -- Initial version 1.0
122: -- Parameters:
123: -- IN: p_api_version (required), standard IN parameter
124: -- p_config_hdr_id (required), config_hdr_id of an instance
125: -- IN: p_config_hdr_id (required), config_hdr_id of an instance
126: -- p_config_hdr_id (required), config_hdr_id of an instance
127: -- p_config_rev_nbr (required), config_rev_nbr of an instance

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

127: -- p_config_rev_nbr (required), config_rev_nbr of an instance
128: -- p_config_item_id (required), config_item_id of an instance item
129: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE,
130: -- FND_API.G_FALSE,NULL
131: -- x_return_status, standard out parameter (see generate_config_trees)
132: -- x_msg_count, standard out parameter
133: -- x_msg_data, standard out parameter
134:
135: PROCEDURE IS_CONFIGURABLE(p_api_version IN NUMBER

Line 132: -- x_msg_count, standard out parameter

128: -- p_config_item_id (required), config_item_id of an instance item
129: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE,
130: -- FND_API.G_FALSE,NULL
131: -- x_return_status, standard out parameter (see generate_config_trees)
132: -- x_msg_count, standard out parameter
133: -- x_msg_data, standard out parameter
134:
135: PROCEDURE IS_CONFIGURABLE(p_api_version IN NUMBER
136: ,p_config_hdr_id IN NUMBER

Line 133: -- x_msg_data, standard out parameter

129: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE,
130: -- FND_API.G_FALSE,NULL
131: -- x_return_status, standard out parameter (see generate_config_trees)
132: -- x_msg_count, standard out parameter
133: -- x_msg_data, standard out parameter
134:
135: PROCEDURE IS_CONFIGURABLE(p_api_version IN NUMBER
136: ,p_config_hdr_id IN NUMBER
137: ,p_config_rev_nbr IN NUMBER