DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on ASO_QUOTE_TMPL_INT

Line 4098: l_template_tbl aso_quote_tmpl_int.list_template_tbl_type;

4094: l_hd_payment_tbl ASO_QUOTE_PUB.Payment_Tbl_Type;
4095: l_hd_tax_detail_tbl ASO_QUOTE_PUB.Tax_Detail_Tbl_Type;
4096:
4097: --Template changes
4098: l_template_tbl aso_quote_tmpl_int.list_template_tbl_type;
4099: l_qte_line_tbl aso_quote_pub.qte_line_tbl_type := p_qte_line_tbl;
4100: lx_qte_line_dtl_tbl ASO_QUOTE_PUB.Qte_Line_Dtl_Tbl_Type := p_qte_line_dtl_tbl;
4101: l_count number;
4102:

Line 6896: l_template_tbl aso_quote_tmpl_int.list_template_tbl_type;

6892: l_hd_payment_tbl ASO_QUOTE_PUB.Payment_Tbl_Type;
6893: l_hd_tax_detail_tbl ASO_QUOTE_PUB.Tax_Detail_Tbl_Type;
6894:
6895: --Template changes
6896: l_template_tbl aso_quote_tmpl_int.list_template_tbl_type;
6897: l_qte_line_tbl aso_quote_pub.qte_line_tbl_type := p_qte_line_tbl;
6898: lx_qte_line_dtl_tbl ASO_QUOTE_PUB.Qte_Line_Dtl_Tbl_Type := p_qte_line_dtl_tbl;
6899: l_count number;
6900: l_currency_code varchar2(15);