DBA Data[Home] [Help]

APPS.OKL_CURE_RECON_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 1306: lp_taiv_rec.legal_entity_id :=OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_khr_id => lp_taiv_rec.khr_id);

1302: lp_taiv_rec.amount :=p_negotiated_amount;
1303: lp_taiv_rec.description := 'Cure Invoice';
1304: lp_taiv_rec.trx_status_code :=p_trx_status;
1305: lp_taiv_rec.cpy_id :=p_cam_id;
1306: lp_taiv_rec.legal_entity_id :=OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_khr_id => lp_taiv_rec.khr_id);
1307:
1308: -- R12 Changes - START
1309: -- Following is new as per Ashim's instructions
1310: lp_taiv_rec.okl_source_billing_trx := 'CURE';