DBA Data[Home] [Help]

APPS.OKL_RGRP_RULES_PROCESS_PVT dependencies on OKL_INVOICE_FORMATS_V

Line 1314: from okl_invoice_formats_v

1310:
1311: --sechawla 4-jun-09 6826580
1312: cursor l_inv_frmt_csr(cp_inv_frmt_code in varchar2) IS
1313: select id
1314: from okl_invoice_formats_v
1315: where name = cp_inv_frmt_code;
1316: l_inv_frmt_id number;
1317:
1318: --Bug# 8652738