DBA Data[Home] [Help]

APPS.PO_HEADERS_SV1 dependencies on OKC_TERMS_UTIL_GRP

Line 641: OKC_TERMS_UTIL_GRP.DELETE_DOC(

637: d_pos := 40;
638: IF p_conterms_exist_flag = 'Y' then
639: d_pos := 50;
640: -- call contracts to delete contract terms
641: OKC_TERMS_UTIL_GRP.DELETE_DOC(
642: p_api_version => 1.0,
643: p_init_msg_list => 'F',
644: p_commit => 'F',
645: p_doc_id => p_doc_header_id,

Line 662: FND_MESSAGE.set_token('PROC_CALLED','OKC_TERMS_UTIL_GRP.delete_doc');

658: d_pos := 70;
659: IF(FND_MSG_PUB.Count_Msg = 0) THEN
660: FND_MESSAGE.set_name('PO','PO_API_ERROR');
661: FND_MESSAGE.set_token('PROC_CALLER',l_api_name);
662: FND_MESSAGE.set_token('PROC_CALLED','OKC_TERMS_UTIL_GRP.delete_doc');
663: FND_MSG_PUB.add;
664: RAISE FND_API.g_exc_error;
665: --else the message stack will be populated by the called procedure
666: END IF;