DBA Data[Home] [Help]

APPS.OKL_VENDORMERGE_GRP dependencies on OKL_JTOT_CONTACT_EXTRACT_PUB

Line 680: ,'begin debug call OKL_JTOT_CONTACT_EXTRACT_PUB.DELETE_PARTY');

676: THEN
677: OKL_DEBUG_PUB.LOG_DEBUG(
678: FND_LOG.LEVEL_PROCEDURE
679: ,L_MODULE
680: ,'begin debug call OKL_JTOT_CONTACT_EXTRACT_PUB.DELETE_PARTY');
681: END IF;
682:
683: --Remove the Party Role from the contract for the vendor getting merged
684: OKL_JTOT_CONTACT_EXTRACT_PUB.DELETE_PARTY(

Line 684: OKL_JTOT_CONTACT_EXTRACT_PUB.DELETE_PARTY(

680: ,'begin debug call OKL_JTOT_CONTACT_EXTRACT_PUB.DELETE_PARTY');
681: END IF;
682:
683: --Remove the Party Role from the contract for the vendor getting merged
684: OKL_JTOT_CONTACT_EXTRACT_PUB.DELETE_PARTY(
685: l_api_version
686: ,'F'
687: ,l_return_status
688: ,p_msg_count

Line 698: ,'end debug call OKL_JTOT_CONTACT_EXTRACT_PUB.DELETE_PARTY');

694: THEN
695: OKL_DEBUG_PUB.LOG_DEBUG(
696: FND_LOG.LEVEL_PROCEDURE
697: ,L_MODULE
698: ,'end debug call OKL_JTOT_CONTACT_EXTRACT_PUB.DELETE_PARTY');
699: END IF;
700:
701: -- write to log
702: IF(L_DEBUG_ENABLED = 'Y' AND IS_DEBUG_STATEMENT_ON) THEN

Line 705: ,L_MODULE || ' Result of OKL_JTOT_CONTACT_EXTRACT_PUB.DELETE_PARTY'

701: -- write to log
702: IF(L_DEBUG_ENABLED = 'Y' AND IS_DEBUG_STATEMENT_ON) THEN
703: OKL_DEBUG_PUB.LOG_DEBUG(
704: FND_LOG.LEVEL_STATEMENT
705: ,L_MODULE || ' Result of OKL_JTOT_CONTACT_EXTRACT_PUB.DELETE_PARTY'
706: ,'l_return_status ' || l_return_status);
707: END IF; -- end of statement level debug
708:
709: IF(l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)THEN