DBA Data[Home] [Help]

APPS.OKL_ST_CODE_CONVERSIONS dependencies on OKL_K_LINES

Line 993: FROM OKL_K_LINES

989: IS
990: -- cursor to fetch the fee purpose code
991: CURSOR get_fee_purpose_csr(p_fee_line_id IN NUMBER) IS
992: SELECT fee_purpose_code
993: FROM OKL_K_LINES
994: WHERE ID = p_fee_line_id;
995: BEGIN
996: -- assign the value passed
997: x_description := p_description;