DBA Data[Home] [Help]

APPS.ASO_CFG_INT dependencies on CZ_CONFIG_API_PUB

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

275: END IF;
276: close c_config_rev_nbr;
277:
278: IF aso_debug_pub.g_debug_flag = 'Y' THEN
279: aso_debug_pub.add('Before call to cz_config_api_pub.copy_configuration');
280: END IF;
281: -- ER 3177722
282: l_autonomous_flag := p_autonomous_flag;
283: if l_copy_config_profile='N' then

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

284: l_autonomous_flag:=fnd_api.g_true;
285: end if;
286: IF l_autonomous_flag = fnd_api.g_true THEN
287:
288: cz_config_api_pub.copy_configuration_auto( p_api_version => 1.0,
289: p_config_hdr_id => p_config_header_id,
290: p_config_rev_nbr => l_config_rev_nbr,
291: p_copy_mode => p_copy_mode,
292: p_handle_deleted_flag => p_handle_deleted_flag,

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

300: x_msg_data => x_msg_data
301: );
302:
303: IF aso_debug_pub.g_debug_flag = 'Y' THEN
304: aso_debug_pub.add('After call to cz_config_api_pub.copy_configuration_auto');
305: aso_debug_pub.add('copy_configuration: x_return_status: '|| x_return_status);
306: END IF;
307:
308: ELSE

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

306: END IF;
307:
308: ELSE
309:
310: cz_config_api_pub.copy_configuration( p_api_version => 1.0,
311: p_config_hdr_id => p_config_header_id,
312: p_config_rev_nbr => l_config_rev_nbr,
313: p_copy_mode => p_copy_mode,
314: p_handle_deleted_flag => p_handle_deleted_flag,

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

322: x_msg_data => x_msg_data
323: );
324:
325: IF aso_debug_pub.g_debug_flag = 'Y' THEN
326: aso_debug_pub.add('After call to cz_config_api_pub.copy_configuration');
327: aso_debug_pub.add('copy_configuration: x_return_status: '|| x_return_status);
328: END IF;
329:
330: END IF;