DBA Data[Home] [Help]

APPS.PO_CONTERMS_UTL_GRP dependencies on OKC_TERMS_COPY_GRP

Line 3241: OKC_TERMS_COPY_GRP.copy_terms(

3237:
3238: -- Call the OKC API to apply the template
3239: -- Bug 4028805: Change '1.0' to 1.0 as api version should be a NUMBER.
3240: -- Bug 4096095: Passed in segment1 to the API
3241: OKC_TERMS_COPY_GRP.copy_terms(
3242: p_api_version => 1.0, --bug4028805
3243: x_return_status => x_return_status,
3244: x_msg_data => l_msg_data,
3245: x_msg_count => l_msg_count,

Line 3501: OKC_TERMS_COPY_GRP.process_mod_terms(

3497: END IF;
3498: END IF;
3499:
3500: -- Call the OKC API to porcess mod terms
3501: OKC_TERMS_COPY_GRP.process_mod_terms(
3502: p_api_version => 1.0,
3503: p_init_msg_list => FND_API.G_TRUE,
3504: p_commit => FND_API.G_FALSE,
3505: p_process => p_mode,