DBA Data[Home] [Help]

APPS.ASO_APR_WF_PVT dependencies on ASO_QUOTE_PUB

Line 2205: l_quote_header_rec aso_quote_pub.qte_header_rec_type;

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

Line 2206: l_control_rec aso_quote_pub.control_rec_type;

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

Line 2207: x_qte_header_rec aso_quote_pub.qte_header_rec_type;

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

Line 2208: x_qte_line_tbl aso_quote_pub.qte_line_tbl_type;

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

Line 2209: x_qte_line_dtl_tbl aso_quote_pub.qte_line_dtl_tbl_type;

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

Line 2210: x_hd_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;

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

Line 2211: x_hd_payment_tbl aso_quote_pub.payment_tbl_type;

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

Line 2212: x_hd_shipment_tbl aso_quote_pub.shipment_tbl_type;

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

Line 2213: x_hd_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;

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

Line 2214: x_hd_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;

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

Line 2215: x_line_attr_ext_tbl aso_quote_pub.line_attribs_ext_tbl_type;

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

Line 2216: x_line_rltship_tbl aso_quote_pub.line_rltship_tbl_type;

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

Line 2217: x_price_adjustment_tbl aso_quote_pub.price_adj_tbl_type;

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

Line 2218: x_price_adj_attr_tbl aso_quote_pub.price_adj_attr_tbl_type;

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

Line 2219: x_price_adj_rltship_tbl aso_quote_pub.price_adj_rltship_tbl_type;

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

Line 2220: x_ln_price_attributes_tbl aso_quote_pub.price_attributes_tbl_type;

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

Line 2221: x_ln_payment_tbl aso_quote_pub.payment_tbl_type;

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

Line 2222: x_ln_shipment_tbl aso_quote_pub.shipment_tbl_type;

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

Line 2223: x_ln_freight_charge_tbl aso_quote_pub.freight_charge_tbl_type;

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

Line 2224: x_ln_tax_detail_tbl aso_quote_pub.tax_detail_tbl_type;

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

Line 2377: l_quote_header_rec := aso_quote_pub.g_miss_qte_header_rec;

2373: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
2374: aso_debug_pub.ADD( 'After setting the global values ',1,'N');
2375: END IF;
2376:
2377: l_quote_header_rec := aso_quote_pub.g_miss_qte_header_rec;
2378:
2379: OPEN get_quote_header_id (
2380: l_object_approval_id
2381: );

Line 2503: aso_quote_pub.update_quote (

2499: 1,
2500: 'N'
2501: );
2502: END IF;
2503: aso_quote_pub.update_quote (
2504: p_api_version_number => 1.0,
2505: p_init_msg_list => fnd_api.g_false,
2506: p_commit => fnd_api.g_false,
2507: p_control_rec => l_control_rec,

Line 2509: p_hd_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,

2505: p_init_msg_list => fnd_api.g_false,
2506: p_commit => fnd_api.g_false,
2507: p_control_rec => l_control_rec,
2508: p_qte_header_rec => l_quote_header_rec,
2509: p_hd_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2510: p_hd_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2511: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2512: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2513: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,

Line 2510: p_hd_payment_tbl => aso_quote_pub.g_miss_payment_tbl,

2506: p_commit => fnd_api.g_false,
2507: p_control_rec => l_control_rec,
2508: p_qte_header_rec => l_quote_header_rec,
2509: p_hd_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2510: p_hd_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2511: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2512: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2513: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2514: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,

Line 2511: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,

2507: p_control_rec => l_control_rec,
2508: p_qte_header_rec => l_quote_header_rec,
2509: p_hd_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2510: p_hd_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2511: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2512: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2513: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2514: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2515: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,

Line 2512: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,

2508: p_qte_header_rec => l_quote_header_rec,
2509: p_hd_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2510: p_hd_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2511: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2512: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2513: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2514: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2515: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2516: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,

Line 2513: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,

2509: p_hd_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2510: p_hd_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2511: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2512: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2513: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2514: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2515: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2516: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2517: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,

Line 2514: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,

2510: p_hd_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2511: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2512: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2513: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2514: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2515: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2516: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2517: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2518: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,

Line 2515: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,

2511: p_hd_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2512: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2513: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2514: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2515: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2516: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2517: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2518: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2519: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,

Line 2516: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,

2512: p_hd_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2513: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2514: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2515: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2516: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2517: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2518: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2519: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2520: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,

Line 2517: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,

2513: p_hd_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2514: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2515: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2516: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2517: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2518: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2519: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2520: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2521: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,

Line 2518: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,

2514: p_qte_line_tbl => aso_quote_pub.g_miss_qte_line_tbl,
2515: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2516: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2517: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2518: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2519: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2520: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2521: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2522: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,

Line 2519: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,

2515: p_qte_line_dtl_tbl => aso_quote_pub.g_miss_qte_line_dtl_tbl,
2516: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2517: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2518: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2519: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2520: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2521: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2522: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2523: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,

Line 2520: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,

2516: p_line_attr_ext_tbl => aso_quote_pub.g_miss_line_attribs_ext_tbl,
2517: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2518: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2519: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2520: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2521: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2522: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2523: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2524: p_ln_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,

Line 2521: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,

2517: p_line_rltship_tbl => aso_quote_pub.g_miss_line_rltship_tbl,
2518: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2519: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2520: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2521: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2522: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2523: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2524: p_ln_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2525: p_ln_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,

Line 2522: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,

2518: p_price_adjustment_tbl => aso_quote_pub.g_miss_price_adj_tbl,
2519: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2520: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2521: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2522: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2523: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2524: p_ln_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2525: p_ln_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2526: x_qte_header_rec => x_qte_header_rec,

Line 2523: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,

2519: p_price_adj_attr_tbl => aso_quote_pub.g_miss_price_adj_attr_tbl,
2520: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2521: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2522: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2523: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2524: p_ln_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2525: p_ln_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2526: x_qte_header_rec => x_qte_header_rec,
2527: x_qte_line_tbl => x_qte_line_tbl,

Line 2524: p_ln_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,

2520: p_price_adj_rltship_tbl => aso_quote_pub.g_miss_price_adj_rltship_tbl,
2521: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2522: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2523: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2524: p_ln_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2525: p_ln_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2526: x_qte_header_rec => x_qte_header_rec,
2527: x_qte_line_tbl => x_qte_line_tbl,
2528: x_qte_line_dtl_tbl => x_qte_line_dtl_tbl,

Line 2525: p_ln_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,

2521: p_ln_price_attributes_tbl => aso_quote_pub.g_miss_price_attributes_tbl,
2522: p_ln_payment_tbl => aso_quote_pub.g_miss_payment_tbl,
2523: p_ln_shipment_tbl => aso_quote_pub.g_miss_shipment_tbl,
2524: p_ln_freight_charge_tbl => aso_quote_pub.g_miss_freight_charge_tbl,
2525: p_ln_tax_detail_tbl => aso_quote_pub.g_miss_tax_detail_tbl,
2526: x_qte_header_rec => x_qte_header_rec,
2527: x_qte_line_tbl => x_qte_line_tbl,
2528: x_qte_line_dtl_tbl => x_qte_line_dtl_tbl,
2529: x_hd_price_attributes_tbl => x_hd_price_attributes_tbl,