DBA Data[Home] [Help]

APPS.OKL_LOSS_PROV_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 1943: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_cntrct_id) ;

1939: l_tcnv_rec.ATTRIBUTE15;
1940: CLOSE get_dff_fields;
1941: -- Bug 5935176 dpsingh for AE signature Uptake end
1942: --Added by dpsingh for LE Uptake
1943: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_cntrct_id) ;
1944: IF l_legal_entity_id IS NOT NULL THEN
1945: l_tcnv_rec.legal_entity_id := l_legal_entity_id;
1946: ELSE
1947: Okl_Api.set_message(p_app_name => g_app_name,

Line 2718: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_slpv_rec.khr_id) ;

2714: END IF; -- for l_dummy2_var
2715: END IF;
2716:
2717: --Added by dpsingh for LE Uptake
2718: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_slpv_rec.khr_id) ;
2719: IF l_legal_entity_id IS NOT NULL THEN
2720: l_tcnv_rec.legal_entity_id := l_legal_entity_id;
2721: ELSE
2722: Okl_Api.set_message(p_app_name => g_app_name,