DBA Data[Home] [Help]

APPS.OKL_DEAL_TERMS_PVT dependencies on OKL_INVOICE_FORMATS_V

Line 87: from okl_invoice_formats_v

83:
84: --sechawla 2-Jun-09 6826580
85: cursor l_inv_frmt_csr(cp_inv_frmt_code in varchar2) IS
86: select id
87: from okl_invoice_formats_v
88: where name = cp_inv_frmt_code;
89: l_inv_frmt_id number;
90:
91: BEGIN

Line 818: FROM okl_invoice_formats_v

814:
815: --sechawla 26-may-09 6826580 :begin
816: CURSOR c_invoice_formats(p_inv_fmt_id IN NUMBER) IS
817: SELECT name
818: FROM okl_invoice_formats_v
819: WHERE ID = p_inv_fmt_id;
820: l_format_name VARCHAR2(150);
821: --sechawla 26-may-09 6826580 :end
822: