DBA Data[Home] [Help]

APPS.OKL_INTERNAL_TO_EXTERNAL dependencies on OKL_LEGAL_ENTITY_UTIL

Line 1154: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_ie_tbl1(k).contract_id);

1150:
1151: i := i + 1;
1152: -- for LE Uptake project 08-11-2006
1153: IF (p_ie_tbl1(k).legal_entity_id IS NULL OR (p_ie_tbl1(k).legal_entity_id = Okl_Api.G_MISS_NUM)) THEN
1154: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_ie_tbl1(k).contract_id);
1155: ELSE l_legal_entity_id := p_ie_tbl1(k).legal_entity_id;
1156: END IF;
1157: xsi_tbl(l_xsi_cnt).legal_entity_id := l_legal_entity_id;
1158: -- for LE Uptake project 08-11-2006