DBA Data[Home] [Help]

APPS.OKC_CFG_PUB dependencies on CZ_CONFIG_API_PUB

Line 2107: -- CZ_CONFIG_API_PUB package.The new signature returns two more OUT tables,

2103:
2104: -- Bug 2614950.
2105: -- The old copy_configuration call has been commented out below.
2106: -- New signature of copy configuration has been provided in the
2107: -- CZ_CONFIG_API_PUB package.The new signature returns two more OUT tables,
2108: -- one having the old config item ids and the other having the corresponding
2109: -- new config item ids(if there is any change in the config item ids).The
2110: -- config item ids of the contract lines should also be updated using these
2111: -- pl/sql out tables.

Line 2123: CZ_CONFIG_API_PUB.copy_configuration

2119: out_config_rev_nbr => x_cfg_rev_nbr,
2120: error_message => x_err_msg,
2121: return_value => x_ret_value); */
2122:
2123: CZ_CONFIG_API_PUB.copy_configuration
2124: ( p_api_version => l_api_version,
2125: p_config_hdr_id => l_cfg_hdr_id,
2126: p_config_rev_nbr => l_cfg_rev_nbr,
2127: p_copy_mode => l_copy_mode,