DBA Data[Home] [Help]

APPS.ASO_CFG_INT dependencies on CZ_CONFIG_API_PUB

Line 277: aso_debug_pub.add('Before call to cz_config_api_pub.copy_configuration');

273: END IF;
274: close c_config_rev_nbr;
275:
276: IF aso_debug_pub.g_debug_flag = 'Y' THEN
277: aso_debug_pub.add('Before call to cz_config_api_pub.copy_configuration');
278: END IF;
279:
280: IF p_autonomous_flag = fnd_api.g_true THEN
281:

Line 282: cz_config_api_pub.copy_configuration_auto( p_api_version => 1.0,

278: END IF;
279:
280: IF p_autonomous_flag = fnd_api.g_true THEN
281:
282: cz_config_api_pub.copy_configuration_auto( p_api_version => 1.0,
283: p_config_hdr_id => p_config_header_id,
284: p_config_rev_nbr => l_config_rev_nbr,
285: p_copy_mode => p_copy_mode,
286: p_handle_deleted_flag => p_handle_deleted_flag,

Line 298: aso_debug_pub.add('After call to cz_config_api_pub.copy_configuration_auto');

294: x_msg_data => x_msg_data
295: );
296:
297: IF aso_debug_pub.g_debug_flag = 'Y' THEN
298: aso_debug_pub.add('After call to cz_config_api_pub.copy_configuration_auto');
299: aso_debug_pub.add('copy_configuration: x_return_status: '|| x_return_status);
300: END IF;
301:
302: ELSE

Line 304: cz_config_api_pub.copy_configuration( p_api_version => 1.0,

300: END IF;
301:
302: ELSE
303:
304: cz_config_api_pub.copy_configuration( p_api_version => 1.0,
305: p_config_hdr_id => p_config_header_id,
306: p_config_rev_nbr => l_config_rev_nbr,
307: p_copy_mode => p_copy_mode,
308: p_handle_deleted_flag => p_handle_deleted_flag,

Line 320: aso_debug_pub.add('After call to cz_config_api_pub.copy_configuration');

316: x_msg_data => x_msg_data
317: );
318:
319: IF aso_debug_pub.g_debug_flag = 'Y' THEN
320: aso_debug_pub.add('After call to cz_config_api_pub.copy_configuration');
321: aso_debug_pub.add('copy_configuration: x_return_status: '|| x_return_status);
322: END IF;
323:
324: END IF;