DBA Data[Home] [Help]

APPS.OKC_CLS_UTIL dependencies on OKC_TERMS_MIGRATE_GRP

Line 428: OKC_TERMS_MIGRATE_GRP.Add_Section (

424: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,'okc.plsql.OKC_CLS_UTIL.'||l_api_name,'LOAD_CLAUSES_FOR_DOC: Section:'''||
425: l_xml_section_name || ''' is found in library. It being added from library.');
426: END IF;
427:
428: OKC_TERMS_MIGRATE_GRP.Add_Section (
429: p_api_version => 1.0,
430: x_return_status => l_return_status,
431: x_msg_data => l_msg_data,
432: x_msg_count => l_msg_count,

Line 447: OKC_TERMS_MIGRATE_GRP.Add_Section (

443: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,'okc.plsql.OKC_CLS_UTIL.'||l_api_name,'LOAD_CLAUSES_FOR_DOC: Section: '''||
444: l_xml_section_name || ''' is not found in library. It being added as user defined section.');
445: END IF;
446:
447: OKC_TERMS_MIGRATE_GRP.Add_Section (
448: p_api_version => 1.0,
449: x_return_status => l_return_status,
450: x_msg_data => l_msg_data,
451: x_msg_count => l_msg_count,