DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_TRMNT_PVT dependencies on OKC_CONTRACT_PUB

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

2916: END LOOP;
2917:
2918:
2919: IF (is_debug_statement_on) THEN
2920: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling OKC_CONTRACT_PUB.update_contract_line');
2921: END IF;
2922:
2923: -- call the update line tbl
2924: OKC_CONTRACT_PUB.update_contract_line(

Line 2924: OKC_CONTRACT_PUB.update_contract_line(

2920: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling OKC_CONTRACT_PUB.update_contract_line');
2921: END IF;
2922:
2923: -- call the update line tbl
2924: OKC_CONTRACT_PUB.update_contract_line(
2925: p_api_version => p_api_version,
2926: p_init_msg_list => OKL_API.G_FALSE,
2927: x_return_status => l_return_status,
2928: x_msg_count => x_msg_count,

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

2929: x_msg_data => x_msg_data,
2930: p_clev_tbl => lp_clev_tbl,
2931: x_clev_tbl => lx_clev_tbl);
2932: IF (is_debug_statement_on) THEN
2933: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'called OKC_CONTRACT_PUB.update_contract_linel_return_status ='||l_return_status);
2934: END IF;
2935: IF l_return_status <> OKL_API.G_RET_STS_SUCCESS THEN
2936:
2937: -- Error updating assets of contract CONTRACT_NUMBER to status STATUS.

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

2980: lp_chrv_rec.new_ste_code := p_status;
2981: lp_chrv_rec.org_id := rec_k_header.authoring_org_id; --CDUBEY added for MOAC
2982:
2983: IF (is_debug_statement_on) THEN
2984: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling OKC_CONTRACT_PUB.update_contract_header');
2985: END IF;
2986: -- Call the tapi to update contract with termination info
2987: OKC_CONTRACT_PUB.update_contract_header(
2988: p_api_version => p_api_version,

Line 2987: OKC_CONTRACT_PUB.update_contract_header(

2983: IF (is_debug_statement_on) THEN
2984: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling OKC_CONTRACT_PUB.update_contract_header');
2985: END IF;
2986: -- Call the tapi to update contract with termination info
2987: OKC_CONTRACT_PUB.update_contract_header(
2988: p_api_version => p_api_version,
2989: p_init_msg_list => OKL_API.G_FALSE,
2990: x_return_status => l_return_status,
2991: x_msg_count => x_msg_count,

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

2993: p_restricted_update => OKL_API.G_TRUE,
2994: p_chrv_rec => lp_chrv_rec,
2995: x_chrv_rec => lx_chrv_rec);
2996: IF (is_debug_statement_on) THEN
2997: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'called OKC_CONTRACT_PUB.update_contract_header l_return_status = '||l_return_status);
2998: END IF;
2999: IF l_return_status <> OKL_API.G_RET_STS_SUCCESS THEN
3000:
3001: -- Error updating contract CONTRACT_NUMBER to status STATUS.