DBA Data[Home] [Help]

APPS.OKL_VENDORMERGE_GRP dependencies on OKL_KPL_PVT

Line 61: l_kplv_rec OKL_KPL_PVT.kplv_rec_type;

57: l_last_updated_by NUMBER;
58: l_last_update_date DATE;
59: l_last_update_login NUMBER;
60: l_cplv_rec OKC_CPL_PVT.cplv_rec_type;
61: l_kplv_rec OKL_KPL_PVT.kplv_rec_type;
62:
63: --This cursor fetches all those contracts, which have both source and destination
64: --Vendors as the parties to the contract
65: CURSOR chk_vendor_chr_csr (p_src_vendor_id NUMBER, p_des_vendor_id NUMBER)

Line 544: ,'begin debug call OKL_KPL_PVT.DELETE_ROW');

540: THEN
541: OKL_DEBUG_PUB.LOG_DEBUG(
542: FND_LOG.LEVEL_PROCEDURE
543: ,L_MODULE
544: ,'begin debug call OKL_KPL_PVT.DELETE_ROW');
545: END IF;
546:
547: --Remove the Party Role at the line level for the vendor getting merged
548: --Call the following API to remove the record in OKL

Line 549: OKL_KPL_PVT.DELETE_ROW

545: END IF;
546:
547: --Remove the Party Role at the line level for the vendor getting merged
548: --Call the following API to remove the record in OKL
549: OKL_KPL_PVT.DELETE_ROW
550: (p_api_version => l_api_version,
551: p_init_msg_list => 'F',
552: x_return_status => l_return_status,
553: x_msg_count => p_msg_count,

Line 562: ,'end debug call OKL_KPL_PVT.DELETE_ROW');

558: THEN
559: OKL_DEBUG_PUB.LOG_DEBUG(
560: FND_LOG.LEVEL_PROCEDURE
561: ,L_MODULE
562: ,'end debug call OKL_KPL_PVT.DELETE_ROW');
563: END IF;
564:
565: -- write to log
566: IF(L_DEBUG_ENABLED = 'Y' AND IS_DEBUG_STATEMENT_ON) THEN

Line 569: ,L_MODULE || ' Result of OKL_KPL_PVT.DELETE_ROW'

565: -- write to log
566: IF(L_DEBUG_ENABLED = 'Y' AND IS_DEBUG_STATEMENT_ON) THEN
567: OKL_DEBUG_PUB.LOG_DEBUG(
568: FND_LOG.LEVEL_STATEMENT
569: ,L_MODULE || ' Result of OKL_KPL_PVT.DELETE_ROW'
570: ,'l_return_status ' || l_return_status);
571: END IF; -- end of statement level debug
572:
573: IF(l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)THEN