DBA Data[Home] [Help]

APPS.OKL_LOAN_BAL_UPDATE_PVT dependencies on OKL_CONTRACT_BALANCES_PVT

Line 298: OKL_CONTRACT_BALANCES_PVT.create_contract_balance(

294: CLOSE chk_contract_bal;
295:
296: IF l_crt_cblv_tbl.COUNT > 0 THEN
297: -- Insert the table of records into OKL_CONTRACT_BALANCES
298: OKL_CONTRACT_BALANCES_PVT.create_contract_balance(
299: p_api_version => l_api_version
300: , p_init_msg_list => p_init_msg_list
301: , x_return_status => x_return_status
302: , x_msg_count => x_msg_count

Line 316: OKL_CONTRACT_BALANCES_PVT.update_contract_balance(

312: END IF;
313:
314: IF l_upd_cblv_tbl.COUNT > 0 THEN
315: -- Update the table of records in OKL_CONTRACT_BALANCES
316: OKL_CONTRACT_BALANCES_PVT.update_contract_balance(
317: p_api_version => l_api_version
318: , p_init_msg_list => p_init_msg_list
319: , x_return_status => x_return_status
320: , x_msg_count => x_msg_count