DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_TRMNT_PVT dependencies on OKC_CONTRACT_PUB

Line 3036: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling OKC_CONTRACT_PUB.update_contract_line');

3032: END LOOP;
3033:
3034:
3035: IF (is_debug_statement_on) THEN
3036: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling OKC_CONTRACT_PUB.update_contract_line');
3037: END IF;
3038:
3039: -- call the update line tbl
3040: OKC_CONTRACT_PUB.update_contract_line(

Line 3040: OKC_CONTRACT_PUB.update_contract_line(

3036: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling OKC_CONTRACT_PUB.update_contract_line');
3037: END IF;
3038:
3039: -- call the update line tbl
3040: OKC_CONTRACT_PUB.update_contract_line(
3041: p_api_version => p_api_version,
3042: p_init_msg_list => OKL_API.G_FALSE,
3043: x_return_status => l_return_status,
3044: x_msg_count => x_msg_count,

Line 3049: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'called OKC_CONTRACT_PUB.update_contract_linel_return_status ='||l_return_status);

3045: x_msg_data => x_msg_data,
3046: p_clev_tbl => lp_clev_tbl,
3047: x_clev_tbl => lx_clev_tbl);
3048: IF (is_debug_statement_on) THEN
3049: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'called OKC_CONTRACT_PUB.update_contract_linel_return_status ='||l_return_status);
3050: END IF;
3051: IF l_return_status <> OKL_API.G_RET_STS_SUCCESS THEN
3052:
3053: -- Error updating assets of contract CONTRACT_NUMBER to status STATUS.

Line 3100: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling OKC_CONTRACT_PUB.update_contract_header');

3096: lp_chrv_rec.new_ste_code := p_status;
3097: lp_chrv_rec.org_id := rec_k_header.authoring_org_id; --CDUBEY added for MOAC
3098:
3099: IF (is_debug_statement_on) THEN
3100: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling OKC_CONTRACT_PUB.update_contract_header');
3101: END IF;
3102: -- Call the tapi to update contract with termination info
3103: OKC_CONTRACT_PUB.update_contract_header(
3104: p_api_version => p_api_version,

Line 3103: OKC_CONTRACT_PUB.update_contract_header(

3099: IF (is_debug_statement_on) THEN
3100: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling OKC_CONTRACT_PUB.update_contract_header');
3101: END IF;
3102: -- Call the tapi to update contract with termination info
3103: OKC_CONTRACT_PUB.update_contract_header(
3104: p_api_version => p_api_version,
3105: p_init_msg_list => OKL_API.G_FALSE,
3106: x_return_status => l_return_status,
3107: x_msg_count => x_msg_count,

Line 3113: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'called OKC_CONTRACT_PUB.update_contract_header l_return_status = '||l_return_status);

3109: p_restricted_update => OKL_API.G_TRUE,
3110: p_chrv_rec => lp_chrv_rec,
3111: x_chrv_rec => lx_chrv_rec);
3112: IF (is_debug_statement_on) THEN
3113: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'called OKC_CONTRACT_PUB.update_contract_header l_return_status = '||l_return_status);
3114: END IF;
3115: IF l_return_status <> OKL_API.G_RET_STS_SUCCESS THEN
3116:
3117: -- Error updating contract CONTRACT_NUMBER to status STATUS.