DBA Data[Home] [Help]

APPS.OKL_ST_CODE_CONVERSIONS dependencies on OKL_K_LINES

Line 1010: FROM OKL_K_LINES

1006: IS
1007: -- cursor to fetch the fee purpose code
1008: CURSOR get_fee_purpose_csr(p_fee_line_id IN NUMBER) IS
1009: SELECT fee_purpose_code
1010: FROM OKL_K_LINES
1011: WHERE ID = p_fee_line_id;
1012: BEGIN
1013: -- assign the value passed
1014: x_description := p_description;