DBA Data[Home] [Help]

APPS.CZ_CONFIG_API_PUB dependencies on STANDARD

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

31: ,p_new_name IN VARCHAR2 := NULL
32: );
33:
34: -- Parameters:
35: -- IN: p_api_version (required), standard pl/sql api in parameter
36: -- p_config_hdr_id (required), header id of source config to be copied
37: -- p_config_rev_nbr (required), revision of source config to be copied
38: -- p_copy_mode (required), flag to specify whether creating a config having
39: -- new header id or new revision, has one of the following values.

Line 49: -- x_return_status, standard OUT NOCOPY parameter (FND_API.G_RET_STS_SUCCESS,

45: -- OUT: x_config_hdr_id, new config_hdr_id of the new config
46: -- x_config_rev_nbr, config_rev_nbr of the new config
47: -- x_orig_item_id_tbl, table of config_item_ids from the source config
48: -- x_new_item_id_tbl, table of config_item_ids from the new config
49: -- x_return_status, standard OUT NOCOPY parameter (FND_API.G_RET_STS_SUCCESS,
50: -- FND_API.G_RET_STS_ERROR, or FND_API.G_RET_STS_UNEXP_ERROR)
51: -- x_msg_count, standard OUT NOCOPY parameter
52: -- x_msg_data, standard OUT NOCOPY parameter
53:

Line 51: -- x_msg_count, standard OUT NOCOPY parameter

47: -- x_orig_item_id_tbl, table of config_item_ids from the source config
48: -- x_new_item_id_tbl, table of config_item_ids from the new config
49: -- x_return_status, standard OUT NOCOPY parameter (FND_API.G_RET_STS_SUCCESS,
50: -- FND_API.G_RET_STS_ERROR, or FND_API.G_RET_STS_UNEXP_ERROR)
51: -- x_msg_count, standard OUT NOCOPY parameter
52: -- x_msg_data, standard OUT NOCOPY parameter
53:
54: -- Validation:
55: -- p_config_hdr_id/p_config_rev_nbr: config exists in cz schema and is a network container

Line 52: -- x_msg_data, standard OUT NOCOPY parameter

48: -- x_new_item_id_tbl, table of config_item_ids from the new config
49: -- x_return_status, standard OUT NOCOPY parameter (FND_API.G_RET_STS_SUCCESS,
50: -- FND_API.G_RET_STS_ERROR, or FND_API.G_RET_STS_UNEXP_ERROR)
51: -- x_msg_count, standard OUT NOCOPY parameter
52: -- x_msg_data, standard OUT NOCOPY parameter
53:
54: -- Validation:
55: -- p_config_hdr_id/p_config_rev_nbr: config exists in cz schema and is a network container
56: -- config or a non-network config, i.e, component_instance_type is 'R'

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

104: ,x_msg_data OUT NOCOPY VARCHAR2
105: );
106:
107: -- Parameters:
108: -- IN: p_api_version (required), standard pl/sql api in parameter
109: -- p_config_hdr_id (required), header id of config to be verified
110: -- p_config_rev_nbr (required), revision of config to be verified
111:
112: -- OUT: x_exists_flag FND_API.G_TRUE if config_hdr_id and config_rev_nbr describe a saved configuration,

Line 118: -- x_return_status, standard OUT parameter (FND_API.G_RET_STS_SUCCESS,

114: -- x_valid_flag FND_API.G_TRUE if configuration exists and is valid, FND_API.G_FALSE if the configuration
115: -- exists and is invalid, NULL if configuration does not exist.
116: -- x_complete_flag FND_API.G_TRUE if configuration exists and is complete, FND_API.G_FALSE if the
117: -- configuration exists and is incomplete, NULL if configuration does not exist.
118: -- x_return_status, standard OUT parameter (FND_API.G_RET_STS_SUCCESS,
119: -- FND_API.G_RET_STS_ERROR, or FND_API.G_RET_STS_UNEXP_ERROR)
120: -- x_msg_count, standard OUT parameter
121: -- x_msg_data, standard OUT parameter
122:

Line 120: -- x_msg_count, standard OUT parameter

116: -- x_complete_flag FND_API.G_TRUE if configuration exists and is complete, FND_API.G_FALSE if the
117: -- configuration exists and is incomplete, NULL if configuration does not exist.
118: -- x_return_status, standard OUT parameter (FND_API.G_RET_STS_SUCCESS,
119: -- FND_API.G_RET_STS_ERROR, or FND_API.G_RET_STS_UNEXP_ERROR)
120: -- x_msg_count, standard OUT parameter
121: -- x_msg_data, standard OUT parameter
122:
123: -- Validation:
124: -- p_config_hdr_id/p_config_rev_nbr: In 19 Configurator builds and later, the API validates that the configuration header

Line 121: -- x_msg_data, standard OUT parameter

117: -- configuration exists and is incomplete, NULL if configuration does not exist.
118: -- x_return_status, standard OUT parameter (FND_API.G_RET_STS_SUCCESS,
119: -- FND_API.G_RET_STS_ERROR, or FND_API.G_RET_STS_UNEXP_ERROR)
120: -- x_msg_count, standard OUT parameter
121: -- x_msg_data, standard OUT parameter
122:
123: -- Validation:
124: -- p_config_hdr_id/p_config_rev_nbr: In 19 Configurator builds and later, the API validates that the configuration header
125: -- identified by config_hdr_id and config_rev_nbr is a session (not instance) header. If not, x_return_status will be