DBA Data[Home] [Help]

APPS.CZ_NETWORK_API_PUB dependencies on STANDARD

Line 111: -- IN: p_api_version (required), standard pl/sql api in parameter

107: ------------------------------------------------------------------------------------------
108: -----procedure adds instances to the saved configuration of a container model
109: -- Parameters:
110:
111: -- IN: p_api_version (required), standard pl/sql api in parameter
112: -- p_inventory_item_id (optional), top inventory_item_id of network
113: -- container model
114: -- p_organization_id (optional), organization_id of network container model
115: -- p_config_hdr_id (optional), header id of saved network container config

Line 129: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)

125:
126: -- OUT: x_config_model_rec, new network container output record
127: -- If any error occurs during the execution of this procedure,
128: -- x_config_model_rec will be null.
129: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
130: -- x_msg_count, standard OUT NOCOPY parameter
131: -- x_msg_data, standard OUT NOCOPY parameter
132: /*#
133: * procedure adds instances to the saved configuration of a container model

Line 130: -- x_msg_count, standard OUT NOCOPY parameter

126: -- OUT: x_config_model_rec, new network container output record
127: -- If any error occurs during the execution of this procedure,
128: -- x_config_model_rec will be null.
129: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
130: -- x_msg_count, standard OUT NOCOPY parameter
131: -- x_msg_data, standard OUT NOCOPY parameter
132: /*#
133: * procedure adds instances to the saved configuration of a container model
134: * @param p_api_version api verion

Line 131: -- x_msg_data, standard OUT NOCOPY parameter

127: -- If any error occurs during the execution of this procedure,
128: -- x_config_model_rec will be null.
129: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
130: -- x_msg_count, standard OUT NOCOPY parameter
131: -- x_msg_data, standard OUT NOCOPY parameter
132: /*#
133: * procedure adds instances to the saved configuration of a container model
134: * @param p_api_version api verion
135: * @param p_inventory_item_id top inventory_item_id of network container model

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

178: -- Version : Current version 1.0
179: -- Initial version 1.0
180:
181: -- Parameters:
182: -- IN: p_api_version (required), standard IN parameter
183: -- p_inventory_item_id (required), top inventory_item_id of network
184: -- container model
185: -- p_organization_id (required), organization_id of network container model
186: -- p_appl_param_rec (required), publication applicability parameters

Line 194: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)

190: --
191: -- OUT: x_model_tbl, output array of inventory_item_ids of enclosed models
192: -- IF any error occurs during execution of this procedure, null will be
193: -- returned.
194: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
195: -- x_msg_count, standard OUT NOCOPY parameter
196: -- x_msg_data, standard OUT NOCOPY parameter
197: /*#
198: * retrieves all possible enclosed trackable child models for the network

Line 195: -- x_msg_count, standard OUT NOCOPY parameter

191: -- OUT: x_model_tbl, output array of inventory_item_ids of enclosed models
192: -- IF any error occurs during execution of this procedure, null will be
193: -- returned.
194: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
195: -- x_msg_count, standard OUT NOCOPY parameter
196: -- x_msg_data, standard OUT NOCOPY parameter
197: /*#
198: * retrieves all possible enclosed trackable child models for the network
199: * container model specified by the input inventory_item_id and organization_id

Line 196: -- x_msg_data, standard OUT NOCOPY parameter

192: -- IF any error occurs during execution of this procedure, null will be
193: -- returned.
194: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
195: -- x_msg_count, standard OUT NOCOPY parameter
196: -- x_msg_data, standard OUT NOCOPY parameter
197: /*#
198: * retrieves all possible enclosed trackable child models for the network
199: * container model specified by the input inventory_item_id and organization_id
200: * @param p_api_version api verion

Line 232: -- IN: p_api_version (required), standard IN parameterp_inventory_item_id (required), top inventory_item_id of model

228: -- organization_id is a network container model.
229: -- Version : Current version 1.0
230: -- Initial version 1.0
231: -- Parameters:
232: -- IN: p_api_version (required), standard IN parameterp_inventory_item_id (required), top inventory_item_id of model
233: -- p_inventory_item_id (required), top inventory_item_id of model
234: -- p_organization_id (required), organization_id of model
235: -- p_appl_param_rec (required), publication applicability parameters
236: -- program callers should pass in the same set of applicability

Line 240: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)

236: -- program callers should pass in the same set of applicability
237: -- parameter values as they pass in the Configurator xml initialize
238: -- message.
239: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE,FND_API.G_FALSE,NULL
240: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
241: -- x_msg_count, standard OUT NOCOPY parameter
242: -- x_msg_data, standard OUT NOCOPY parameter
243: /*#
244: * Checks if a model specified by the top inventory_item_id and organization_id is a network container model.

Line 241: -- x_msg_count, standard OUT NOCOPY parameter

237: -- parameter values as they pass in the Configurator xml initialize
238: -- message.
239: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE,FND_API.G_FALSE,NULL
240: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
241: -- x_msg_count, standard OUT NOCOPY parameter
242: -- x_msg_data, standard OUT NOCOPY parameter
243: /*#
244: * Checks if a model specified by the top inventory_item_id and organization_id is a network container model.
245: * @param p_api_version api verion

Line 242: -- x_msg_data, standard OUT NOCOPY parameter

238: -- message.
239: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE,FND_API.G_FALSE,NULL
240: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
241: -- x_msg_count, standard OUT NOCOPY parameter
242: -- x_msg_data, standard OUT NOCOPY parameter
243: /*#
244: * Checks if a model specified by the top inventory_item_id and organization_id is a network container model.
245: * @param p_api_version api verion
246: * @param p_inventory_item_id top inventory_item_id of network container model

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

274: -- Function: Checks whether a config item is independently configurable or not.
275: -- Version : Current version 1.0
276: -- Initial version 1.0
277: -- Parameters:
278: -- IN: p_api_version (required), standard IN parameter
279: -- p_config_hdr_id (required), config_hdr_id of an instance
280: -- IN: p_config_hdr_id (required), config_hdr_id of an instance
281: -- p_config_hdr_id (required), config_hdr_id of an instance
282: -- p_config_rev_nbr (required), config_rev_nbr of an instance

Line 285: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)

281: -- p_config_hdr_id (required), config_hdr_id of an instance
282: -- p_config_rev_nbr (required), config_rev_nbr of an instance
283: -- p_config_item_id (required), config_item_id of an instance item
284: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE, FND_API.G_FALSE,NULL
285: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
286: -- x_msg_count, standard OUT NOCOPY parameter
287: -- x_msg_data, standard OUT NOCOPY parameter
288: /*#
289: * Checks whether a config item is independently configurable or not.

Line 286: -- x_msg_count, standard OUT NOCOPY parameter

282: -- p_config_rev_nbr (required), config_rev_nbr of an instance
283: -- p_config_item_id (required), config_item_id of an instance item
284: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE, FND_API.G_FALSE,NULL
285: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
286: -- x_msg_count, standard OUT NOCOPY parameter
287: -- x_msg_data, standard OUT NOCOPY parameter
288: /*#
289: * Checks whether a config item is independently configurable or not.
290: * @param p_api_version api verion

Line 287: -- x_msg_data, standard OUT NOCOPY parameter

283: -- p_config_item_id (required), config_item_id of an instance item
284: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE, FND_API.G_FALSE,NULL
285: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
286: -- x_msg_count, standard OUT NOCOPY parameter
287: -- x_msg_data, standard OUT NOCOPY parameter
288: /*#
289: * Checks whether a config item is independently configurable or not.
290: * @param p_api_version api verion
291: * @param p_config_hdr_id config_hdr_id of an instance

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

317: -- Function: Checks if a configurable item instance can be split.
318: -- Version : Current version 1.0
319: -- Initial version 1.0
320: -- Parameters:
321: -- IN: p_api_version (required), standard IN parameter
322: -- p_config_hdr_id (required), config_hdr_id of an instance
323: -- IN: p_config_hdr_id (required), config_hdr_id of the instance
324: -- p_config_rev_nbr (required), config_rev_nbr of the instance
325: -- p_config_item_id (required), config_item_id of the instance item

Line 327: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)

323: -- IN: p_config_hdr_id (required), config_hdr_id of the instance
324: -- p_config_rev_nbr (required), config_rev_nbr of the instance
325: -- p_config_item_id (required), config_item_id of the instance item
326: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE, FND_API.G_FALSE, NULL
327: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
328: -- x_msg_count, standard OUT NOCOPY parameter
329: -- x_msg_data, standard OUT NOCOPY parameter
330: /*#
331: * Checks if a configurable item instance can be split.

Line 328: -- x_msg_count, standard OUT NOCOPY parameter

324: -- p_config_rev_nbr (required), config_rev_nbr of the instance
325: -- p_config_item_id (required), config_item_id of the instance item
326: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE, FND_API.G_FALSE, NULL
327: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
328: -- x_msg_count, standard OUT NOCOPY parameter
329: -- x_msg_data, standard OUT NOCOPY parameter
330: /*#
331: * Checks if a configurable item instance can be split.
332: * @param p_api_version api verion

Line 329: -- x_msg_data, standard OUT NOCOPY parameter

325: -- p_config_item_id (required), config_item_id of the instance item
326: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE, FND_API.G_FALSE, NULL
327: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
328: -- x_msg_count, standard OUT NOCOPY parameter
329: -- x_msg_data, standard OUT NOCOPY parameter
330: /*#
331: * Checks if a configurable item instance can be split.
332: * @param p_api_version api verion
333: * @param p_config_hdr_id config_hdr_id of an instance

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

359: -- Function: Externally deactivates an instance from CZ_CONFIG_DETAILS_V.
360: -- Version : Current version 1.0
361: -- Initial version 1.0
362: -- Parameters:
363: -- IN: p_api_version (required), standard IN parameter
364: -- p_config_hdr_id (required), config_hdr_id of an iteminstance
365: -- p_config_rev_nbr (required), config_rev_nbr of an iteminstance
366: -- p_config_item_id (required), config_item_id of an iteminstance
367: -- OUT: x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)

Line 367: -- OUT: x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)

363: -- IN: p_api_version (required), standard IN parameter
364: -- p_config_hdr_id (required), config_hdr_id of an iteminstance
365: -- p_config_rev_nbr (required), config_rev_nbr of an iteminstance
366: -- p_config_item_id (required), config_item_id of an iteminstance
367: -- OUT: x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
368: -- x_msg_count, standard OUT NOCOPY parameter
369: -- x_msg_data, standard OUT NOCOPY parameter
370: /*#
371: * Externally deactivates an instance from CZ_CONFIG_DETAILS_V.

Line 368: -- x_msg_count, standard OUT NOCOPY parameter

364: -- p_config_hdr_id (required), config_hdr_id of an iteminstance
365: -- p_config_rev_nbr (required), config_rev_nbr of an iteminstance
366: -- p_config_item_id (required), config_item_id of an iteminstance
367: -- OUT: x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
368: -- x_msg_count, standard OUT NOCOPY parameter
369: -- x_msg_data, standard OUT NOCOPY parameter
370: /*#
371: * Externally deactivates an instance from CZ_CONFIG_DETAILS_V.
372: * @param p_api_version api verion

Line 369: -- x_msg_data, standard OUT NOCOPY parameter

365: -- p_config_rev_nbr (required), config_rev_nbr of an iteminstance
366: -- p_config_item_id (required), config_item_id of an iteminstance
367: -- OUT: x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
368: -- x_msg_count, standard OUT NOCOPY parameter
369: -- x_msg_data, standard OUT NOCOPY parameter
370: /*#
371: * Externally deactivates an instance from CZ_CONFIG_DETAILS_V.
372: * @param p_api_version api verion
373: * @param p_config_hdr_id config_hdr_id of an instance