DBA Data[Home] [Help]

APPS.PO_HEADERS_SV1 dependencies on OKC_TERMS_UTIL_GRP

Line 714: OKC_TERMS_UTIL_GRP.DELETE_DOC(

710: d_pos := 40;
711: IF p_conterms_exist_flag = 'Y' then
712: d_pos := 50;
713: -- call contracts to delete contract terms
714: OKC_TERMS_UTIL_GRP.DELETE_DOC(
715: p_api_version => 1.0,
716: p_init_msg_list => 'F',
717: p_commit => 'F',
718: p_doc_id => p_doc_header_id,

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

731: d_pos := 70;
732: IF(FND_MSG_PUB.Count_Msg = 0) THEN
733: FND_MESSAGE.set_name('PO','PO_API_ERROR');
734: FND_MESSAGE.set_token('PROC_CALLER',l_api_name);
735: FND_MESSAGE.set_token('PROC_CALLED','OKC_TERMS_UTIL_GRP.delete_doc');
736: FND_MSG_PUB.add;
737: RAISE FND_API.g_exc_error;
738: --else the message stack will be populated by the called procedure
739: END IF;