DBA Data[Home] [Help]

APPS.ASO_APR_WF_PVT dependencies on ASO_QUOTE_PUB

Line 2204: l_quote_header_rec aso_quote_pub.qte_header_rec_type;

2200: funcmode IN VARCHAR2,
2201: resultout IN OUT NOCOPY /* file.sql.39 change */ VARCHAR2
2202: ) IS
2203: l_contract_approval_level VARCHAR2 (240);
2204: l_quote_header_rec aso_quote_pub.qte_header_rec_type;
2205: l_control_rec aso_quote_pub.control_rec_type;
2206: x_qte_header_rec aso_quote_pub.qte_header_rec_type;
2207: x_qte_line_tbl aso_quote_pub.qte_line_tbl_type;
2208: x_qte_line_dtl_tbl aso_quote_pub.qte_line_dtl_tbl_type;

Line 2205: l_control_rec aso_quote_pub.control_rec_type;

2201: resultout IN OUT NOCOPY /* file.sql.39 change */ VARCHAR2
2202: ) IS
2203: l_contract_approval_level VARCHAR2 (240);
2204: l_quote_header_rec aso_quote_pub.qte_header_rec_type;
2205: l_control_rec aso_quote_pub.control_rec_type;
2206: x_qte_header_rec aso_quote_pub.qte_header_rec_type;
2207: x_qte_line_tbl aso_quote_pub.qte_line_tbl_type;
2208: x_qte_line_dtl_tbl aso_quote_pub.qte_line_dtl_tbl_type;
2209: x_hd_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;

Line 2206: x_qte_header_rec aso_quote_pub.qte_header_rec_type;

2202: ) IS
2203: l_contract_approval_level VARCHAR2 (240);
2204: l_quote_header_rec aso_quote_pub.qte_header_rec_type;
2205: l_control_rec aso_quote_pub.control_rec_type;
2206: x_qte_header_rec aso_quote_pub.qte_header_rec_type;
2207: x_qte_line_tbl aso_quote_pub.qte_line_tbl_type;
2208: x_qte_line_dtl_tbl aso_quote_pub.qte_line_dtl_tbl_type;
2209: x_hd_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2210: x_hd_payment_tbl aso_quote_pub.payment_tbl_type;

Line 2207: x_qte_line_tbl aso_quote_pub.qte_line_tbl_type;

2203: l_contract_approval_level VARCHAR2 (240);
2204: l_quote_header_rec aso_quote_pub.qte_header_rec_type;
2205: l_control_rec aso_quote_pub.control_rec_type;
2206: x_qte_header_rec aso_quote_pub.qte_header_rec_type;
2207: x_qte_line_tbl aso_quote_pub.qte_line_tbl_type;
2208: x_qte_line_dtl_tbl aso_quote_pub.qte_line_dtl_tbl_type;
2209: x_hd_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2210: x_hd_payment_tbl aso_quote_pub.payment_tbl_type;
2211: x_hd_shipment_tbl aso_quote_pub.shipment_tbl_type;

Line 2208: x_qte_line_dtl_tbl aso_quote_pub.qte_line_dtl_tbl_type;

2204: l_quote_header_rec aso_quote_pub.qte_header_rec_type;
2205: l_control_rec aso_quote_pub.control_rec_type;
2206: x_qte_header_rec aso_quote_pub.qte_header_rec_type;
2207: x_qte_line_tbl aso_quote_pub.qte_line_tbl_type;
2208: x_qte_line_dtl_tbl aso_quote_pub.qte_line_dtl_tbl_type;
2209: x_hd_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2210: x_hd_payment_tbl aso_quote_pub.payment_tbl_type;
2211: x_hd_shipment_tbl aso_quote_pub.shipment_tbl_type;
2212: x_hd_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;

Line 2209: x_hd_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;

2205: l_control_rec aso_quote_pub.control_rec_type;
2206: x_qte_header_rec aso_quote_pub.qte_header_rec_type;
2207: x_qte_line_tbl aso_quote_pub.qte_line_tbl_type;
2208: x_qte_line_dtl_tbl aso_quote_pub.qte_line_dtl_tbl_type;
2209: x_hd_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2210: x_hd_payment_tbl aso_quote_pub.payment_tbl_type;
2211: x_hd_shipment_tbl aso_quote_pub.shipment_tbl_type;
2212: x_hd_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;
2213: x_hd_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;

Line 2210: x_hd_payment_tbl aso_quote_pub.payment_tbl_type;

2206: x_qte_header_rec aso_quote_pub.qte_header_rec_type;
2207: x_qte_line_tbl aso_quote_pub.qte_line_tbl_type;
2208: x_qte_line_dtl_tbl aso_quote_pub.qte_line_dtl_tbl_type;
2209: x_hd_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2210: x_hd_payment_tbl aso_quote_pub.payment_tbl_type;
2211: x_hd_shipment_tbl aso_quote_pub.shipment_tbl_type;
2212: x_hd_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;
2213: x_hd_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;
2214: x_line_attr_ext_tbl aso_quote_pub.line_attribs_ext_tbl_type;

Line 2211: x_hd_shipment_tbl aso_quote_pub.shipment_tbl_type;

2207: x_qte_line_tbl aso_quote_pub.qte_line_tbl_type;
2208: x_qte_line_dtl_tbl aso_quote_pub.qte_line_dtl_tbl_type;
2209: x_hd_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2210: x_hd_payment_tbl aso_quote_pub.payment_tbl_type;
2211: x_hd_shipment_tbl aso_quote_pub.shipment_tbl_type;
2212: x_hd_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;
2213: x_hd_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;
2214: x_line_attr_ext_tbl aso_quote_pub.line_attribs_ext_tbl_type;
2215: x_line_rltship_tbl aso_quote_pub.line_rltship_tbl_type;

Line 2212: x_hd_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;

2208: x_qte_line_dtl_tbl aso_quote_pub.qte_line_dtl_tbl_type;
2209: x_hd_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2210: x_hd_payment_tbl aso_quote_pub.payment_tbl_type;
2211: x_hd_shipment_tbl aso_quote_pub.shipment_tbl_type;
2212: x_hd_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;
2213: x_hd_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;
2214: x_line_attr_ext_tbl aso_quote_pub.line_attribs_ext_tbl_type;
2215: x_line_rltship_tbl aso_quote_pub.line_rltship_tbl_type;
2216: x_price_adjustment_tbl aso_quote_pub.price_adj_tbl_type;

Line 2213: x_hd_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;

2209: x_hd_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2210: x_hd_payment_tbl aso_quote_pub.payment_tbl_type;
2211: x_hd_shipment_tbl aso_quote_pub.shipment_tbl_type;
2212: x_hd_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;
2213: x_hd_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;
2214: x_line_attr_ext_tbl aso_quote_pub.line_attribs_ext_tbl_type;
2215: x_line_rltship_tbl aso_quote_pub.line_rltship_tbl_type;
2216: x_price_adjustment_tbl aso_quote_pub.price_adj_tbl_type;
2217: x_price_adj_attr_tbl aso_quote_pub.price_adj_attr_tbl_type;

Line 2214: x_line_attr_ext_tbl aso_quote_pub.line_attribs_ext_tbl_type;

2210: x_hd_payment_tbl aso_quote_pub.payment_tbl_type;
2211: x_hd_shipment_tbl aso_quote_pub.shipment_tbl_type;
2212: x_hd_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;
2213: x_hd_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;
2214: x_line_attr_ext_tbl aso_quote_pub.line_attribs_ext_tbl_type;
2215: x_line_rltship_tbl aso_quote_pub.line_rltship_tbl_type;
2216: x_price_adjustment_tbl aso_quote_pub.price_adj_tbl_type;
2217: x_price_adj_attr_tbl aso_quote_pub.price_adj_attr_tbl_type;
2218: x_price_adj_rltship_tbl aso_quote_pub.price_adj_rltship_tbl_type;

Line 2215: x_line_rltship_tbl aso_quote_pub.line_rltship_tbl_type;

2211: x_hd_shipment_tbl aso_quote_pub.shipment_tbl_type;
2212: x_hd_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;
2213: x_hd_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;
2214: x_line_attr_ext_tbl aso_quote_pub.line_attribs_ext_tbl_type;
2215: x_line_rltship_tbl aso_quote_pub.line_rltship_tbl_type;
2216: x_price_adjustment_tbl aso_quote_pub.price_adj_tbl_type;
2217: x_price_adj_attr_tbl aso_quote_pub.price_adj_attr_tbl_type;
2218: x_price_adj_rltship_tbl aso_quote_pub.price_adj_rltship_tbl_type;
2219: x_ln_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;

Line 2216: x_price_adjustment_tbl aso_quote_pub.price_adj_tbl_type;

2212: x_hd_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;
2213: x_hd_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;
2214: x_line_attr_ext_tbl aso_quote_pub.line_attribs_ext_tbl_type;
2215: x_line_rltship_tbl aso_quote_pub.line_rltship_tbl_type;
2216: x_price_adjustment_tbl aso_quote_pub.price_adj_tbl_type;
2217: x_price_adj_attr_tbl aso_quote_pub.price_adj_attr_tbl_type;
2218: x_price_adj_rltship_tbl aso_quote_pub.price_adj_rltship_tbl_type;
2219: x_ln_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2220: x_ln_payment_tbl aso_quote_pub.payment_tbl_type;

Line 2217: x_price_adj_attr_tbl aso_quote_pub.price_adj_attr_tbl_type;

2213: x_hd_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;
2214: x_line_attr_ext_tbl aso_quote_pub.line_attribs_ext_tbl_type;
2215: x_line_rltship_tbl aso_quote_pub.line_rltship_tbl_type;
2216: x_price_adjustment_tbl aso_quote_pub.price_adj_tbl_type;
2217: x_price_adj_attr_tbl aso_quote_pub.price_adj_attr_tbl_type;
2218: x_price_adj_rltship_tbl aso_quote_pub.price_adj_rltship_tbl_type;
2219: x_ln_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2220: x_ln_payment_tbl aso_quote_pub.payment_tbl_type;
2221: x_ln_shipment_tbl aso_quote_pub.shipment_tbl_type;

Line 2218: x_price_adj_rltship_tbl aso_quote_pub.price_adj_rltship_tbl_type;

2214: x_line_attr_ext_tbl aso_quote_pub.line_attribs_ext_tbl_type;
2215: x_line_rltship_tbl aso_quote_pub.line_rltship_tbl_type;
2216: x_price_adjustment_tbl aso_quote_pub.price_adj_tbl_type;
2217: x_price_adj_attr_tbl aso_quote_pub.price_adj_attr_tbl_type;
2218: x_price_adj_rltship_tbl aso_quote_pub.price_adj_rltship_tbl_type;
2219: x_ln_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2220: x_ln_payment_tbl aso_quote_pub.payment_tbl_type;
2221: x_ln_shipment_tbl aso_quote_pub.shipment_tbl_type;
2222: x_ln_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;

Line 2219: x_ln_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;

2215: x_line_rltship_tbl aso_quote_pub.line_rltship_tbl_type;
2216: x_price_adjustment_tbl aso_quote_pub.price_adj_tbl_type;
2217: x_price_adj_attr_tbl aso_quote_pub.price_adj_attr_tbl_type;
2218: x_price_adj_rltship_tbl aso_quote_pub.price_adj_rltship_tbl_type;
2219: x_ln_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2220: x_ln_payment_tbl aso_quote_pub.payment_tbl_type;
2221: x_ln_shipment_tbl aso_quote_pub.shipment_tbl_type;
2222: x_ln_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;
2223: x_ln_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;

Line 2220: x_ln_payment_tbl aso_quote_pub.payment_tbl_type;

2216: x_price_adjustment_tbl aso_quote_pub.price_adj_tbl_type;
2217: x_price_adj_attr_tbl aso_quote_pub.price_adj_attr_tbl_type;
2218: x_price_adj_rltship_tbl aso_quote_pub.price_adj_rltship_tbl_type;
2219: x_ln_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2220: x_ln_payment_tbl aso_quote_pub.payment_tbl_type;
2221: x_ln_shipment_tbl aso_quote_pub.shipment_tbl_type;
2222: x_ln_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;
2223: x_ln_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;
2224: x_return_status VARCHAR2 (240);

Line 2221: x_ln_shipment_tbl aso_quote_pub.shipment_tbl_type;

2217: x_price_adj_attr_tbl aso_quote_pub.price_adj_attr_tbl_type;
2218: x_price_adj_rltship_tbl aso_quote_pub.price_adj_rltship_tbl_type;
2219: x_ln_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2220: x_ln_payment_tbl aso_quote_pub.payment_tbl_type;
2221: x_ln_shipment_tbl aso_quote_pub.shipment_tbl_type;
2222: x_ln_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;
2223: x_ln_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;
2224: x_return_status VARCHAR2 (240);
2225: x_msg_count NUMBER;

Line 2222: x_ln_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;

2218: x_price_adj_rltship_tbl aso_quote_pub.price_adj_rltship_tbl_type;
2219: x_ln_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2220: x_ln_payment_tbl aso_quote_pub.payment_tbl_type;
2221: x_ln_shipment_tbl aso_quote_pub.shipment_tbl_type;
2222: x_ln_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;
2223: x_ln_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;
2224: x_return_status VARCHAR2 (240);
2225: x_msg_count NUMBER;
2226: x_msg_data VARCHAR2 (240);

Line 2223: x_ln_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;

2219: x_ln_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;
2220: x_ln_payment_tbl aso_quote_pub.payment_tbl_type;
2221: x_ln_shipment_tbl aso_quote_pub.shipment_tbl_type;
2222: x_ln_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;
2223: x_ln_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;
2224: x_return_status VARCHAR2 (240);
2225: x_msg_count NUMBER;
2226: x_msg_data VARCHAR2 (240);
2227: l_user_id Number;

Line 2358: l_quote_header_rec := aso_quote_pub.g_miss_qte_header_rec;

2354:
2355: FND_GLOBAL.APPS_INITIALIZE(g_user_id,0,0,0);
2356:
2357:
2358: l_quote_header_rec := aso_quote_pub.g_miss_qte_header_rec;
2359:
2360: OPEN get_quote_header_id (
2361: l_object_approval_id
2362: );

Line 2484: aso_quote_pub.update_quote (

2480: 1,
2481: 'N'
2482: );
2483: END IF;
2484: aso_quote_pub.update_quote (
2485: p_api_version_number => 1.0,
2486: p_init_msg_list => fnd_api.g_false,
2487: p_commit => fnd_api.g_false,
2488: p_control_rec => l_control_rec,

Line 2490: p_hd_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,

2486: p_init_msg_list => fnd_api.g_false,
2487: p_commit => fnd_api.g_false,
2488: p_control_rec => l_control_rec,
2489: p_qte_header_rec => l_quote_header_rec,
2490: p_hd_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2491: p_hd_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2492: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2493: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2494: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,

Line 2491: p_hd_payment_tbl => aso_quote_pub.g_miss_payment_tbl,

2487: p_commit => fnd_api.g_false,
2488: p_control_rec => l_control_rec,
2489: p_qte_header_rec => l_quote_header_rec,
2490: p_hd_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2491: p_hd_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2492: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2493: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2494: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2495: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,

Line 2492: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,

2488: p_control_rec => l_control_rec,
2489: p_qte_header_rec => l_quote_header_rec,
2490: p_hd_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2491: p_hd_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2492: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2493: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2494: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2495: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2496: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,

Line 2493: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,

2489: p_qte_header_rec => l_quote_header_rec,
2490: p_hd_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2491: p_hd_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2492: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2493: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2494: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2495: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2496: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2497: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,

Line 2494: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,

2490: p_hd_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2491: p_hd_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2492: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2493: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2494: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2495: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2496: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2497: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2498: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,

Line 2495: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,

2491: p_hd_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2492: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2493: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2494: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2495: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2496: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2497: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2498: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2499: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,

Line 2496: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,

2492: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2493: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2494: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2495: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2496: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2497: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2498: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2499: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2500: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,

Line 2497: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,

2493: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2494: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2495: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2496: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2497: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2498: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2499: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2500: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2501: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,

Line 2498: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,

2494: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2495: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2496: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2497: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2498: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2499: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2500: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2501: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2502: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,

Line 2499: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,

2495: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2496: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2497: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2498: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2499: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2500: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2501: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2502: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2503: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,

Line 2500: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,

2496: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2497: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2498: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2499: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2500: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2501: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2502: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2503: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2504: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,

Line 2501: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,

2497: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2498: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2499: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2500: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2501: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2502: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2503: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2504: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2505: p_ln_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,

Line 2502: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,

2498: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2499: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2500: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2501: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2502: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2503: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2504: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2505: p_ln_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2506: p_ln_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,

Line 2503: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,

2499: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2500: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2501: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2502: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2503: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2504: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2505: p_ln_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2506: p_ln_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2507: x_qte_header_rec => x_qte_header_rec,

Line 2504: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,

2500: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2501: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2502: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2503: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2504: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2505: p_ln_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2506: p_ln_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2507: x_qte_header_rec => x_qte_header_rec,
2508: x_qte_line_tbl => x_qte_line_tbl,

Line 2505: p_ln_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,

2501: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2502: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2503: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2504: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2505: p_ln_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2506: p_ln_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2507: x_qte_header_rec => x_qte_header_rec,
2508: x_qte_line_tbl => x_qte_line_tbl,
2509: x_qte_line_dtl_tbl => x_qte_line_dtl_tbl,

Line 2506: p_ln_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,

2502: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2503: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2504: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2505: p_ln_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2506: p_ln_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2507: x_qte_header_rec => x_qte_header_rec,
2508: x_qte_line_tbl => x_qte_line_tbl,
2509: x_qte_line_dtl_tbl => x_qte_line_dtl_tbl,
2510: x_hd_price_attributes_tbl => x_hd_price_attributes_tbl,