DBA Data[Home] [Help]

APPS.OKL_PARTY_MERGE_PUB dependencies on OKL_KPL_PVT

Line 2899: l_kplv_rec OKL_KPL_PVT.kplv_rec_type;

2895: l_merge_reason_code VARCHAR2(30);
2896: l_api_name VARCHAR2(30) := 'CPL_PARTY_MERGE';
2897: l_count NUMBER;
2898: l_cplv_rec OKC_CPL_PVT.cplv_rec_type;
2899: l_kplv_rec OKL_KPL_PVT.kplv_rec_type;
2900:
2901: --start NISINHA Bug# 6655434 declaring variables for storing source and destination party names
2902: l_src_party_name hz_parties.party_name%type;
2903: l_des_party_name hz_parties.party_name%type;

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

3113: THEN
3114: OKL_DEBUG_PUB.LOG_DEBUG(
3115: FND_LOG.LEVEL_PROCEDURE
3116: ,L_MODULE
3117: ,'begin debug call OKL_KPL_PVT.DELETE_ROW');
3118: END IF;
3119:
3120: --Remove the Party Role at the line level for the vendor getting merged
3121: --Call the following API to remove the record in OKL

Line 3122: OKL_KPL_PVT.DELETE_ROW

3118: END IF;
3119:
3120: --Remove the Party Role at the line level for the vendor getting merged
3121: --Call the following API to remove the record in OKL
3122: OKL_KPL_PVT.DELETE_ROW
3123: (p_api_version => l_api_version,
3124: p_init_msg_list => 'F',
3125: x_return_status => l_return_status,
3126: x_msg_count => p_msg_count,

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

3131: THEN
3132: OKL_DEBUG_PUB.LOG_DEBUG(
3133: FND_LOG.LEVEL_PROCEDURE
3134: ,L_MODULE
3135: ,'end debug call OKL_KPL_PVT.DELETE_ROW');
3136: END IF;
3137:
3138: -- write to log
3139: IF(L_DEBUG_ENABLED = 'Y' AND IS_DEBUG_STATEMENT_ON) THEN

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

3138: -- write to log
3139: IF(L_DEBUG_ENABLED = 'Y' AND IS_DEBUG_STATEMENT_ON) THEN
3140: OKL_DEBUG_PUB.LOG_DEBUG(
3141: FND_LOG.LEVEL_STATEMENT
3142: ,L_MODULE || ' Result of OKL_KPL_PVT.DELETE_ROW'
3143: ,'l_return_status ' || l_return_status);
3144: END IF; -- end of statement level debug
3145:
3146: IF(l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)THEN