DBA Data[Home] [Help]

APPS.CZ_CONFIG_API_PUB dependencies on CZ_API_PUB

Line 15: -- Note : 1. new config_item_id generated only if copy_mode is CZ_API_PUB.G_NEW_HEADER_COPY_MODE

11: -- Function : Creates new configuration by copying the input configuration specified by
12: -- p_config_hdr_id and p_config_rev_nbr
13: -- Version : Current version 1.0
14: -- Initial version 1.0
15: -- Note : 1. new config_item_id generated only if copy_mode is CZ_API_PUB.G_NEW_HEADER_COPY_MODE
16: -- and baseline_rev_nbr is null
17: -- 2. caller is responsible for initializtion of the message list and commit
18:
19: PROCEDURE copy_configuration(p_api_version IN NUMBER

Line 25: ,x_orig_item_id_tbl OUT NOCOPY CZ_API_PUB.number_tbl_type

21: ,p_config_rev_nbr IN NUMBER
22: ,p_copy_mode IN VARCHAR2
23: ,x_config_hdr_id OUT NOCOPY NUMBER
24: ,x_config_rev_nbr OUT NOCOPY NUMBER
25: ,x_orig_item_id_tbl OUT NOCOPY CZ_API_PUB.number_tbl_type
26: ,x_new_item_id_tbl OUT NOCOPY CZ_API_PUB.number_tbl_type
27: ,x_return_status OUT NOCOPY VARCHAR2
28: ,x_msg_count OUT NOCOPY NUMBER
29: ,x_msg_data OUT NOCOPY VARCHAR2

Line 26: ,x_new_item_id_tbl OUT NOCOPY CZ_API_PUB.number_tbl_type

22: ,p_copy_mode IN VARCHAR2
23: ,x_config_hdr_id OUT NOCOPY NUMBER
24: ,x_config_rev_nbr OUT NOCOPY NUMBER
25: ,x_orig_item_id_tbl OUT NOCOPY CZ_API_PUB.number_tbl_type
26: ,x_new_item_id_tbl OUT NOCOPY CZ_API_PUB.number_tbl_type
27: ,x_return_status OUT NOCOPY VARCHAR2
28: ,x_msg_count OUT NOCOPY NUMBER
29: ,x_msg_data OUT NOCOPY VARCHAR2
30: ,p_handle_deleted_flag IN VARCHAR2 := NULL

Line 40: -- CZ_API_PUB.G_NEW_HEADER_COPY_MODE

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.
40: -- CZ_API_PUB.G_NEW_HEADER_COPY_MODE
41: -- CZ_API_PUB.G_NEW_REVISION_COPY_MODE
42: -- p_handle_deleted_flag (optional), flag to indicate if handle deleted_flag
43: -- p_new_name (optional), name of the output config
44:

Line 41: -- CZ_API_PUB.G_NEW_REVISION_COPY_MODE

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.
40: -- CZ_API_PUB.G_NEW_HEADER_COPY_MODE
41: -- CZ_API_PUB.G_NEW_REVISION_COPY_MODE
42: -- p_handle_deleted_flag (optional), flag to indicate if handle deleted_flag
43: -- p_new_name (optional), name of the output config
44:
45: -- OUT: x_config_hdr_id, new config_hdr_id of the new config

Line 58: -- CZ_API_PUB.G_NEW_HEADER_COPY_MODE

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'
57: -- p_copy_mode: must be either of the following values
58: -- CZ_API_PUB.G_NEW_HEADER_COPY_MODE
59: -- CZ_API_PUB.G_NEW_REVISION_COPY_MODE
60:
61:
62: -- API name : copy_configuration_auto

Line 59: -- CZ_API_PUB.G_NEW_REVISION_COPY_MODE

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'
57: -- p_copy_mode: must be either of the following values
58: -- CZ_API_PUB.G_NEW_HEADER_COPY_MODE
59: -- CZ_API_PUB.G_NEW_REVISION_COPY_MODE
60:
61:
62: -- API name : copy_configuration_auto
63: -- Package Name: CZ_CONFIG_API_PUB

Line 77: ,x_orig_item_id_tbl OUT NOCOPY CZ_API_PUB.number_tbl_type

73: ,p_config_rev_nbr IN NUMBER
74: ,p_copy_mode IN VARCHAR2
75: ,x_config_hdr_id OUT NOCOPY NUMBER
76: ,x_config_rev_nbr OUT NOCOPY NUMBER
77: ,x_orig_item_id_tbl OUT NOCOPY CZ_API_PUB.number_tbl_type
78: ,x_new_item_id_tbl OUT NOCOPY CZ_API_PUB.number_tbl_type
79: ,x_return_status OUT NOCOPY VARCHAR2
80: ,x_msg_count OUT NOCOPY NUMBER
81: ,x_msg_data OUT NOCOPY VARCHAR2

Line 78: ,x_new_item_id_tbl OUT NOCOPY CZ_API_PUB.number_tbl_type

74: ,p_copy_mode IN VARCHAR2
75: ,x_config_hdr_id OUT NOCOPY NUMBER
76: ,x_config_rev_nbr OUT NOCOPY NUMBER
77: ,x_orig_item_id_tbl OUT NOCOPY CZ_API_PUB.number_tbl_type
78: ,x_new_item_id_tbl OUT NOCOPY CZ_API_PUB.number_tbl_type
79: ,x_return_status OUT NOCOPY VARCHAR2
80: ,x_msg_count OUT NOCOPY NUMBER
81: ,x_msg_data OUT NOCOPY VARCHAR2
82: ,p_handle_deleted_flag IN VARCHAR2 := NULL