DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on OKC_TERMS_COPY_GRP

Line 1255: p_message => 'before call okc_terms_copy_grp.copy_doc');

1251: p_token => g_progress,
1252: p_message => 'Contracts template attached'||'-'||'l_contract_doc_type:'||l_contract_doc_type);
1253: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1254: p_token => g_progress,
1255: p_message => 'before call okc_terms_copy_grp.copy_doc');
1256: END IF;
1257:
1258: OKC_TERMS_COPY_GRP.copy_doc(
1259: p_api_version => 1.0,

Line 1258: OKC_TERMS_COPY_GRP.copy_doc(

1254: p_token => g_progress,
1255: p_message => 'before call okc_terms_copy_grp.copy_doc');
1256: END IF;
1257:
1258: OKC_TERMS_COPY_GRP.copy_doc(
1259: p_api_version => 1.0,
1260: p_source_doc_type => p_sourcing_k_doc_type,
1261: p_source_doc_id => p_bid_number,
1262: p_target_doc_type => l_contract_doc_type,

Line 1280: p_message => 'after call okc_terms_copy_grp.copy_doc.Return status:'||l_return_status);

1276: g_progress:='415';
1277: IF g_debug_stmt THEN
1278: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1279: p_token => g_progress,
1280: p_message => 'after call okc_terms_copy_grp.copy_doc.Return status:'||l_return_status);
1281: END IF;
1282:
1283: IF l_return_status <> FND_API.G_RET_STS_SUCCESS then
1284: RAISE l_Contracts_call_exception;