DBA Data[Home] [Help]

APPS.ASO_QUOTE_UTIL_PVT dependencies on JTF_NUMBER_TABLE

Line 156: p_created_by IN jtf_number_table := NULL,

152: RETURN ASO_Quote_Pub.Qte_Header_Rec_Type;
153:
154: FUNCTION Construct_Qte_Line_Tbl(
155: p_creation_date IN jtf_date_table := NULL,
156: p_created_by IN jtf_number_table := NULL,
157: p_last_updated_by IN jtf_number_table := NULL,
158: p_last_update_date IN jtf_date_table := NULL,
159: p_last_update_login IN jtf_number_table := NULL,
160: p_request_id IN jtf_number_table := NULL,

Line 157: p_last_updated_by IN jtf_number_table := NULL,

153:
154: FUNCTION Construct_Qte_Line_Tbl(
155: p_creation_date IN jtf_date_table := NULL,
156: p_created_by IN jtf_number_table := NULL,
157: p_last_updated_by IN jtf_number_table := NULL,
158: p_last_update_date IN jtf_date_table := NULL,
159: p_last_update_login IN jtf_number_table := NULL,
160: p_request_id IN jtf_number_table := NULL,
161: p_program_application_id IN jtf_number_table := NULL,

Line 159: p_last_update_login IN jtf_number_table := NULL,

155: p_creation_date IN jtf_date_table := NULL,
156: p_created_by IN jtf_number_table := NULL,
157: p_last_updated_by IN jtf_number_table := NULL,
158: p_last_update_date IN jtf_date_table := NULL,
159: p_last_update_login IN jtf_number_table := NULL,
160: p_request_id IN jtf_number_table := NULL,
161: p_program_application_id IN jtf_number_table := NULL,
162: p_program_id IN jtf_number_table := NULL,
163: p_program_update_date IN jtf_date_table := NULL,

Line 160: p_request_id IN jtf_number_table := NULL,

156: p_created_by IN jtf_number_table := NULL,
157: p_last_updated_by IN jtf_number_table := NULL,
158: p_last_update_date IN jtf_date_table := NULL,
159: p_last_update_login IN jtf_number_table := NULL,
160: p_request_id IN jtf_number_table := NULL,
161: p_program_application_id IN jtf_number_table := NULL,
162: p_program_id IN jtf_number_table := NULL,
163: p_program_update_date IN jtf_date_table := NULL,
164: p_quote_line_id IN jtf_number_table := NULL,

Line 161: p_program_application_id IN jtf_number_table := NULL,

157: p_last_updated_by IN jtf_number_table := NULL,
158: p_last_update_date IN jtf_date_table := NULL,
159: p_last_update_login IN jtf_number_table := NULL,
160: p_request_id IN jtf_number_table := NULL,
161: p_program_application_id IN jtf_number_table := NULL,
162: p_program_id IN jtf_number_table := NULL,
163: p_program_update_date IN jtf_date_table := NULL,
164: p_quote_line_id IN jtf_number_table := NULL,
165: p_quote_header_id IN jtf_number_table := NULL,

Line 162: p_program_id IN jtf_number_table := NULL,

158: p_last_update_date IN jtf_date_table := NULL,
159: p_last_update_login IN jtf_number_table := NULL,
160: p_request_id IN jtf_number_table := NULL,
161: p_program_application_id IN jtf_number_table := NULL,
162: p_program_id IN jtf_number_table := NULL,
163: p_program_update_date IN jtf_date_table := NULL,
164: p_quote_line_id IN jtf_number_table := NULL,
165: p_quote_header_id IN jtf_number_table := NULL,
166: p_org_id IN jtf_number_table := NULL,

Line 164: p_quote_line_id IN jtf_number_table := NULL,

160: p_request_id IN jtf_number_table := NULL,
161: p_program_application_id IN jtf_number_table := NULL,
162: p_program_id IN jtf_number_table := NULL,
163: p_program_update_date IN jtf_date_table := NULL,
164: p_quote_line_id IN jtf_number_table := NULL,
165: p_quote_header_id IN jtf_number_table := NULL,
166: p_org_id IN jtf_number_table := NULL,
167: p_line_number IN jtf_number_table := NULL,
168: p_line_category_code IN jtf_varchar2_table_100 := NULL,

Line 165: p_quote_header_id IN jtf_number_table := NULL,

161: p_program_application_id IN jtf_number_table := NULL,
162: p_program_id IN jtf_number_table := NULL,
163: p_program_update_date IN jtf_date_table := NULL,
164: p_quote_line_id IN jtf_number_table := NULL,
165: p_quote_header_id IN jtf_number_table := NULL,
166: p_org_id IN jtf_number_table := NULL,
167: p_line_number IN jtf_number_table := NULL,
168: p_line_category_code IN jtf_varchar2_table_100 := NULL,
169: p_item_type_code IN jtf_varchar2_table_100 := NULL,

Line 166: p_org_id IN jtf_number_table := NULL,

162: p_program_id IN jtf_number_table := NULL,
163: p_program_update_date IN jtf_date_table := NULL,
164: p_quote_line_id IN jtf_number_table := NULL,
165: p_quote_header_id IN jtf_number_table := NULL,
166: p_org_id IN jtf_number_table := NULL,
167: p_line_number IN jtf_number_table := NULL,
168: p_line_category_code IN jtf_varchar2_table_100 := NULL,
169: p_item_type_code IN jtf_varchar2_table_100 := NULL,
170: p_inventory_item_id IN jtf_number_table := NULL,

Line 167: p_line_number IN jtf_number_table := NULL,

163: p_program_update_date IN jtf_date_table := NULL,
164: p_quote_line_id IN jtf_number_table := NULL,
165: p_quote_header_id IN jtf_number_table := NULL,
166: p_org_id IN jtf_number_table := NULL,
167: p_line_number IN jtf_number_table := NULL,
168: p_line_category_code IN jtf_varchar2_table_100 := NULL,
169: p_item_type_code IN jtf_varchar2_table_100 := NULL,
170: p_inventory_item_id IN jtf_number_table := NULL,
171: p_organization_id IN jtf_number_table := NULL,

Line 170: p_inventory_item_id IN jtf_number_table := NULL,

166: p_org_id IN jtf_number_table := NULL,
167: p_line_number IN jtf_number_table := NULL,
168: p_line_category_code IN jtf_varchar2_table_100 := NULL,
169: p_item_type_code IN jtf_varchar2_table_100 := NULL,
170: p_inventory_item_id IN jtf_number_table := NULL,
171: p_organization_id IN jtf_number_table := NULL,
172: p_quantity IN jtf_number_table := NULL,
173: p_uom_code IN jtf_varchar2_table_100 := NULL,
174: p_start_date_active IN jtf_date_table := NULL,

Line 171: p_organization_id IN jtf_number_table := NULL,

167: p_line_number IN jtf_number_table := NULL,
168: p_line_category_code IN jtf_varchar2_table_100 := NULL,
169: p_item_type_code IN jtf_varchar2_table_100 := NULL,
170: p_inventory_item_id IN jtf_number_table := NULL,
171: p_organization_id IN jtf_number_table := NULL,
172: p_quantity IN jtf_number_table := NULL,
173: p_uom_code IN jtf_varchar2_table_100 := NULL,
174: p_start_date_active IN jtf_date_table := NULL,
175: p_end_date_active IN jtf_date_table := NULL,

Line 172: p_quantity IN jtf_number_table := NULL,

168: p_line_category_code IN jtf_varchar2_table_100 := NULL,
169: p_item_type_code IN jtf_varchar2_table_100 := NULL,
170: p_inventory_item_id IN jtf_number_table := NULL,
171: p_organization_id IN jtf_number_table := NULL,
172: p_quantity IN jtf_number_table := NULL,
173: p_uom_code IN jtf_varchar2_table_100 := NULL,
174: p_start_date_active IN jtf_date_table := NULL,
175: p_end_date_active IN jtf_date_table := NULL,
176: p_order_line_type_id IN jtf_number_table := NULL,

Line 176: p_order_line_type_id IN jtf_number_table := NULL,

172: p_quantity IN jtf_number_table := NULL,
173: p_uom_code IN jtf_varchar2_table_100 := NULL,
174: p_start_date_active IN jtf_date_table := NULL,
175: p_end_date_active IN jtf_date_table := NULL,
176: p_order_line_type_id IN jtf_number_table := NULL,
177: p_price_list_id IN jtf_number_table := NULL,
178: p_price_list_line_id IN jtf_number_table := NULL,
179: p_currency_code IN jtf_varchar2_table_100 := NULL,
180: p_line_list_price IN jtf_number_table := NULL,

Line 177: p_price_list_id IN jtf_number_table := NULL,

173: p_uom_code IN jtf_varchar2_table_100 := NULL,
174: p_start_date_active IN jtf_date_table := NULL,
175: p_end_date_active IN jtf_date_table := NULL,
176: p_order_line_type_id IN jtf_number_table := NULL,
177: p_price_list_id IN jtf_number_table := NULL,
178: p_price_list_line_id IN jtf_number_table := NULL,
179: p_currency_code IN jtf_varchar2_table_100 := NULL,
180: p_line_list_price IN jtf_number_table := NULL,
181: p_line_adjusted_amount IN jtf_number_table := NULL,

Line 178: p_price_list_line_id IN jtf_number_table := NULL,

174: p_start_date_active IN jtf_date_table := NULL,
175: p_end_date_active IN jtf_date_table := NULL,
176: p_order_line_type_id IN jtf_number_table := NULL,
177: p_price_list_id IN jtf_number_table := NULL,
178: p_price_list_line_id IN jtf_number_table := NULL,
179: p_currency_code IN jtf_varchar2_table_100 := NULL,
180: p_line_list_price IN jtf_number_table := NULL,
181: p_line_adjusted_amount IN jtf_number_table := NULL,
182: p_line_adjusted_percent IN jtf_number_table := NULL,

Line 180: p_line_list_price IN jtf_number_table := NULL,

176: p_order_line_type_id IN jtf_number_table := NULL,
177: p_price_list_id IN jtf_number_table := NULL,
178: p_price_list_line_id IN jtf_number_table := NULL,
179: p_currency_code IN jtf_varchar2_table_100 := NULL,
180: p_line_list_price IN jtf_number_table := NULL,
181: p_line_adjusted_amount IN jtf_number_table := NULL,
182: p_line_adjusted_percent IN jtf_number_table := NULL,
183: p_line_quote_price IN jtf_number_table := NULL,
184: p_related_item_id IN jtf_number_table := NULL,

Line 181: p_line_adjusted_amount IN jtf_number_table := NULL,

177: p_price_list_id IN jtf_number_table := NULL,
178: p_price_list_line_id IN jtf_number_table := NULL,
179: p_currency_code IN jtf_varchar2_table_100 := NULL,
180: p_line_list_price IN jtf_number_table := NULL,
181: p_line_adjusted_amount IN jtf_number_table := NULL,
182: p_line_adjusted_percent IN jtf_number_table := NULL,
183: p_line_quote_price IN jtf_number_table := NULL,
184: p_related_item_id IN jtf_number_table := NULL,
185: p_item_relationship_type IN jtf_varchar2_table_100 := NULL,

Line 182: p_line_adjusted_percent IN jtf_number_table := NULL,

178: p_price_list_line_id IN jtf_number_table := NULL,
179: p_currency_code IN jtf_varchar2_table_100 := NULL,
180: p_line_list_price IN jtf_number_table := NULL,
181: p_line_adjusted_amount IN jtf_number_table := NULL,
182: p_line_adjusted_percent IN jtf_number_table := NULL,
183: p_line_quote_price IN jtf_number_table := NULL,
184: p_related_item_id IN jtf_number_table := NULL,
185: p_item_relationship_type IN jtf_varchar2_table_100 := NULL,
186: p_split_shipment_flag IN jtf_varchar2_table_100 := NULL,

Line 183: p_line_quote_price IN jtf_number_table := NULL,

179: p_currency_code IN jtf_varchar2_table_100 := NULL,
180: p_line_list_price IN jtf_number_table := NULL,
181: p_line_adjusted_amount IN jtf_number_table := NULL,
182: p_line_adjusted_percent IN jtf_number_table := NULL,
183: p_line_quote_price IN jtf_number_table := NULL,
184: p_related_item_id IN jtf_number_table := NULL,
185: p_item_relationship_type IN jtf_varchar2_table_100 := NULL,
186: p_split_shipment_flag IN jtf_varchar2_table_100 := NULL,
187: p_backorder_flag IN jtf_varchar2_table_100 := NULL,

Line 184: p_related_item_id IN jtf_number_table := NULL,

180: p_line_list_price IN jtf_number_table := NULL,
181: p_line_adjusted_amount IN jtf_number_table := NULL,
182: p_line_adjusted_percent IN jtf_number_table := NULL,
183: p_line_quote_price IN jtf_number_table := NULL,
184: p_related_item_id IN jtf_number_table := NULL,
185: p_item_relationship_type IN jtf_varchar2_table_100 := NULL,
186: p_split_shipment_flag IN jtf_varchar2_table_100 := NULL,
187: p_backorder_flag IN jtf_varchar2_table_100 := NULL,
188: p_selling_price_change IN jtf_varchar2_table_100 := NULL,

Line 206: p_accounting_rule_id IN jtf_number_table := NULL,

202: p_attribute12 IN jtf_varchar2_table_300 := NULL,
203: p_attribute13 IN jtf_varchar2_table_300 := NULL,
204: p_attribute14 IN jtf_varchar2_table_300 := NULL,
205: p_attribute15 IN jtf_varchar2_table_300 := NULL,
206: p_accounting_rule_id IN jtf_number_table := NULL,
207: p_ffm_content_name IN jtf_varchar2_table_300 := NULL,
208: p_ffm_content_type IN jtf_varchar2_table_300 := NULL,
209: p_ffm_document_type IN jtf_varchar2_table_300 := NULL,
210: p_ffm_media_id IN jtf_varchar2_table_300 := NULL,

Line 213: p_invoice_to_party_id IN jtf_number_table := NULL,

209: p_ffm_document_type IN jtf_varchar2_table_300 := NULL,
210: p_ffm_media_id IN jtf_varchar2_table_300 := NULL,
211: p_ffm_media_type IN jtf_varchar2_table_300 := NULL,
212: p_ffm_user_note IN jtf_varchar2_table_300 := NULL,
213: p_invoice_to_party_id IN jtf_number_table := NULL,
214: p_invoice_to_party_site_id IN jtf_number_table := NULL,
215: p_invoicing_rule_id IN jtf_number_table := NULL,
216: p_marketing_source_code_id IN jtf_number_table := NULL,
217: p_operation_code IN jtf_varchar2_table_100 := NULL,

Line 214: p_invoice_to_party_site_id IN jtf_number_table := NULL,

210: p_ffm_media_id IN jtf_varchar2_table_300 := NULL,
211: p_ffm_media_type IN jtf_varchar2_table_300 := NULL,
212: p_ffm_user_note IN jtf_varchar2_table_300 := NULL,
213: p_invoice_to_party_id IN jtf_number_table := NULL,
214: p_invoice_to_party_site_id IN jtf_number_table := NULL,
215: p_invoicing_rule_id IN jtf_number_table := NULL,
216: p_marketing_source_code_id IN jtf_number_table := NULL,
217: p_operation_code IN jtf_varchar2_table_100 := NULL,
218: p_invoice_to_cust_account_id IN jtf_number_table := NULL,

Line 215: p_invoicing_rule_id IN jtf_number_table := NULL,

211: p_ffm_media_type IN jtf_varchar2_table_300 := NULL,
212: p_ffm_user_note IN jtf_varchar2_table_300 := NULL,
213: p_invoice_to_party_id IN jtf_number_table := NULL,
214: p_invoice_to_party_site_id IN jtf_number_table := NULL,
215: p_invoicing_rule_id IN jtf_number_table := NULL,
216: p_marketing_source_code_id IN jtf_number_table := NULL,
217: p_operation_code IN jtf_varchar2_table_100 := NULL,
218: p_invoice_to_cust_account_id IN jtf_number_table := NULL,
219: p_pricing_quantity_uom IN jtf_varchar2_table_100 := NULL,

Line 216: p_marketing_source_code_id IN jtf_number_table := NULL,

212: p_ffm_user_note IN jtf_varchar2_table_300 := NULL,
213: p_invoice_to_party_id IN jtf_number_table := NULL,
214: p_invoice_to_party_site_id IN jtf_number_table := NULL,
215: p_invoicing_rule_id IN jtf_number_table := NULL,
216: p_marketing_source_code_id IN jtf_number_table := NULL,
217: p_operation_code IN jtf_varchar2_table_100 := NULL,
218: p_invoice_to_cust_account_id IN jtf_number_table := NULL,
219: p_pricing_quantity_uom IN jtf_varchar2_table_100 := NULL,
220: p_minisite_id IN jtf_number_table := NULL,

Line 218: p_invoice_to_cust_account_id IN jtf_number_table := NULL,

214: p_invoice_to_party_site_id IN jtf_number_table := NULL,
215: p_invoicing_rule_id IN jtf_number_table := NULL,
216: p_marketing_source_code_id IN jtf_number_table := NULL,
217: p_operation_code IN jtf_varchar2_table_100 := NULL,
218: p_invoice_to_cust_account_id IN jtf_number_table := NULL,
219: p_pricing_quantity_uom IN jtf_varchar2_table_100 := NULL,
220: p_minisite_id IN jtf_number_table := NULL,
221: p_section_id IN jtf_number_table := NULL,
222: p_priced_price_list_id IN jtf_number_table := NULL,

Line 220: p_minisite_id IN jtf_number_table := NULL,

216: p_marketing_source_code_id IN jtf_number_table := NULL,
217: p_operation_code IN jtf_varchar2_table_100 := NULL,
218: p_invoice_to_cust_account_id IN jtf_number_table := NULL,
219: p_pricing_quantity_uom IN jtf_varchar2_table_100 := NULL,
220: p_minisite_id IN jtf_number_table := NULL,
221: p_section_id IN jtf_number_table := NULL,
222: p_priced_price_list_id IN jtf_number_table := NULL,
223: p_agreement_id IN jtf_number_table := NULL,
224: p_commitment_id IN jtf_number_table := NULL,

Line 221: p_section_id IN jtf_number_table := NULL,

217: p_operation_code IN jtf_varchar2_table_100 := NULL,
218: p_invoice_to_cust_account_id IN jtf_number_table := NULL,
219: p_pricing_quantity_uom IN jtf_varchar2_table_100 := NULL,
220: p_minisite_id IN jtf_number_table := NULL,
221: p_section_id IN jtf_number_table := NULL,
222: p_priced_price_list_id IN jtf_number_table := NULL,
223: p_agreement_id IN jtf_number_table := NULL,
224: p_commitment_id IN jtf_number_table := NULL,
225: p_display_arithmetic_operator IN jtf_varchar2_table_100 := NULL,

Line 222: p_priced_price_list_id IN jtf_number_table := NULL,

218: p_invoice_to_cust_account_id IN jtf_number_table := NULL,
219: p_pricing_quantity_uom IN jtf_varchar2_table_100 := NULL,
220: p_minisite_id IN jtf_number_table := NULL,
221: p_section_id IN jtf_number_table := NULL,
222: p_priced_price_list_id IN jtf_number_table := NULL,
223: p_agreement_id IN jtf_number_table := NULL,
224: p_commitment_id IN jtf_number_table := NULL,
225: p_display_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
226: p_invoice_to_cust_party_id IN jtf_number_table := NULL,

Line 223: p_agreement_id IN jtf_number_table := NULL,

219: p_pricing_quantity_uom IN jtf_varchar2_table_100 := NULL,
220: p_minisite_id IN jtf_number_table := NULL,
221: p_section_id IN jtf_number_table := NULL,
222: p_priced_price_list_id IN jtf_number_table := NULL,
223: p_agreement_id IN jtf_number_table := NULL,
224: p_commitment_id IN jtf_number_table := NULL,
225: p_display_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
226: p_invoice_to_cust_party_id IN jtf_number_table := NULL,
227: p_attribute16 IN jtf_varchar2_table_300 := NULL,

Line 224: p_commitment_id IN jtf_number_table := NULL,

220: p_minisite_id IN jtf_number_table := NULL,
221: p_section_id IN jtf_number_table := NULL,
222: p_priced_price_list_id IN jtf_number_table := NULL,
223: p_agreement_id IN jtf_number_table := NULL,
224: p_commitment_id IN jtf_number_table := NULL,
225: p_display_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
226: p_invoice_to_cust_party_id IN jtf_number_table := NULL,
227: p_attribute16 IN jtf_varchar2_table_300 := NULL,
228: p_attribute17 IN jtf_varchar2_table_300 := NULL,

Line 226: p_invoice_to_cust_party_id IN jtf_number_table := NULL,

222: p_priced_price_list_id IN jtf_number_table := NULL,
223: p_agreement_id IN jtf_number_table := NULL,
224: p_commitment_id IN jtf_number_table := NULL,
225: p_display_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
226: p_invoice_to_cust_party_id IN jtf_number_table := NULL,
227: p_attribute16 IN jtf_varchar2_table_300 := NULL,
228: p_attribute17 IN jtf_varchar2_table_300 := NULL,
229: p_attribute18 IN jtf_varchar2_table_300 := NULL,
230: p_attribute19 IN jtf_varchar2_table_300 := NULL,

Line 234: p_end_customer_party_id IN jtf_number_table := NULL,

230: p_attribute19 IN jtf_varchar2_table_300 := NULL,
231: p_attribute20 IN jtf_varchar2_table_300 := NULL,
232: p_ship_model_complete_flag IN jtf_varchar2_table_100 := NULL,
233: p_charge_periodicity_code IN jtf_varchar2_table_100 := NULL,
234: p_end_customer_party_id IN jtf_number_table := NULL,
235: p_end_customer_party_site_id IN jtf_number_table := NULL,
236: p_end_customer_cust_account_id IN jtf_number_table := NULL,
237: p_end_customer_cust_party_id IN jtf_number_table := NULL,
238: p_object_version_number IN jtf_number_table := NULL,

Line 235: p_end_customer_party_site_id IN jtf_number_table := NULL,

231: p_attribute20 IN jtf_varchar2_table_300 := NULL,
232: p_ship_model_complete_flag IN jtf_varchar2_table_100 := NULL,
233: p_charge_periodicity_code IN jtf_varchar2_table_100 := NULL,
234: p_end_customer_party_id IN jtf_number_table := NULL,
235: p_end_customer_party_site_id IN jtf_number_table := NULL,
236: p_end_customer_cust_account_id IN jtf_number_table := NULL,
237: p_end_customer_cust_party_id IN jtf_number_table := NULL,
238: p_object_version_number IN jtf_number_table := NULL,
239: p_line_paynow_charges IN jtf_number_table := NULL,

Line 236: p_end_customer_cust_account_id IN jtf_number_table := NULL,

232: p_ship_model_complete_flag IN jtf_varchar2_table_100 := NULL,
233: p_charge_periodicity_code IN jtf_varchar2_table_100 := NULL,
234: p_end_customer_party_id IN jtf_number_table := NULL,
235: p_end_customer_party_site_id IN jtf_number_table := NULL,
236: p_end_customer_cust_account_id IN jtf_number_table := NULL,
237: p_end_customer_cust_party_id IN jtf_number_table := NULL,
238: p_object_version_number IN jtf_number_table := NULL,
239: p_line_paynow_charges IN jtf_number_table := NULL,
240: p_line_paynow_tax IN jtf_number_table := NULL,

Line 237: p_end_customer_cust_party_id IN jtf_number_table := NULL,

233: p_charge_periodicity_code IN jtf_varchar2_table_100 := NULL,
234: p_end_customer_party_id IN jtf_number_table := NULL,
235: p_end_customer_party_site_id IN jtf_number_table := NULL,
236: p_end_customer_cust_account_id IN jtf_number_table := NULL,
237: p_end_customer_cust_party_id IN jtf_number_table := NULL,
238: p_object_version_number IN jtf_number_table := NULL,
239: p_line_paynow_charges IN jtf_number_table := NULL,
240: p_line_paynow_tax IN jtf_number_table := NULL,
241: p_line_paynow_subtotal IN jtf_number_table := NULL,

Line 238: p_object_version_number IN jtf_number_table := NULL,

234: p_end_customer_party_id IN jtf_number_table := NULL,
235: p_end_customer_party_site_id IN jtf_number_table := NULL,
236: p_end_customer_cust_account_id IN jtf_number_table := NULL,
237: p_end_customer_cust_party_id IN jtf_number_table := NULL,
238: p_object_version_number IN jtf_number_table := NULL,
239: p_line_paynow_charges IN jtf_number_table := NULL,
240: p_line_paynow_tax IN jtf_number_table := NULL,
241: p_line_paynow_subtotal IN jtf_number_table := NULL,
242: p_config_model_type IN jtf_varchar2_table_100 := NULL

Line 239: p_line_paynow_charges IN jtf_number_table := NULL,

235: p_end_customer_party_site_id IN jtf_number_table := NULL,
236: p_end_customer_cust_account_id IN jtf_number_table := NULL,
237: p_end_customer_cust_party_id IN jtf_number_table := NULL,
238: p_object_version_number IN jtf_number_table := NULL,
239: p_line_paynow_charges IN jtf_number_table := NULL,
240: p_line_paynow_tax IN jtf_number_table := NULL,
241: p_line_paynow_subtotal IN jtf_number_table := NULL,
242: p_config_model_type IN jtf_varchar2_table_100 := NULL
243: )

Line 240: p_line_paynow_tax IN jtf_number_table := NULL,

236: p_end_customer_cust_account_id IN jtf_number_table := NULL,
237: p_end_customer_cust_party_id IN jtf_number_table := NULL,
238: p_object_version_number IN jtf_number_table := NULL,
239: p_line_paynow_charges IN jtf_number_table := NULL,
240: p_line_paynow_tax IN jtf_number_table := NULL,
241: p_line_paynow_subtotal IN jtf_number_table := NULL,
242: p_config_model_type IN jtf_varchar2_table_100 := NULL
243: )
244: RETURN ASO_Quote_Pub.Qte_Line_Tbl_Type;

Line 241: p_line_paynow_subtotal IN jtf_number_table := NULL,

237: p_end_customer_cust_party_id IN jtf_number_table := NULL,
238: p_object_version_number IN jtf_number_table := NULL,
239: p_line_paynow_charges IN jtf_number_table := NULL,
240: p_line_paynow_tax IN jtf_number_table := NULL,
241: p_line_paynow_subtotal IN jtf_number_table := NULL,
242: p_config_model_type IN jtf_varchar2_table_100 := NULL
243: )
244: RETURN ASO_Quote_Pub.Qte_Line_Tbl_Type;
245:

Line 340: p_quote_line_detail_id IN jtf_number_table := NULL,

336: RETURN ASO_Quote_Pub.Qte_Line_Rec_Type;
337:
338:
339: FUNCTION Construct_Qte_Line_Dtl_Tbl(
340: p_quote_line_detail_id IN jtf_number_table := NULL,
341: p_creation_date IN jtf_date_table := NULL,
342: p_created_by IN jtf_number_table := NULL,
343: p_last_update_date IN jtf_date_table := NULL,
344: p_last_updated_by IN jtf_number_table := NULL,

Line 342: p_created_by IN jtf_number_table := NULL,

338:
339: FUNCTION Construct_Qte_Line_Dtl_Tbl(
340: p_quote_line_detail_id IN jtf_number_table := NULL,
341: p_creation_date IN jtf_date_table := NULL,
342: p_created_by IN jtf_number_table := NULL,
343: p_last_update_date IN jtf_date_table := NULL,
344: p_last_updated_by IN jtf_number_table := NULL,
345: p_last_update_login IN jtf_number_table := NULL,
346: p_request_id IN jtf_number_table := NULL,

Line 344: p_last_updated_by IN jtf_number_table := NULL,

340: p_quote_line_detail_id IN jtf_number_table := NULL,
341: p_creation_date IN jtf_date_table := NULL,
342: p_created_by IN jtf_number_table := NULL,
343: p_last_update_date IN jtf_date_table := NULL,
344: p_last_updated_by IN jtf_number_table := NULL,
345: p_last_update_login IN jtf_number_table := NULL,
346: p_request_id IN jtf_number_table := NULL,
347: p_program_application_id IN jtf_number_table := NULL,
348: p_program_id IN jtf_number_table := NULL,

Line 345: p_last_update_login IN jtf_number_table := NULL,

341: p_creation_date IN jtf_date_table := NULL,
342: p_created_by IN jtf_number_table := NULL,
343: p_last_update_date IN jtf_date_table := NULL,
344: p_last_updated_by IN jtf_number_table := NULL,
345: p_last_update_login IN jtf_number_table := NULL,
346: p_request_id IN jtf_number_table := NULL,
347: p_program_application_id IN jtf_number_table := NULL,
348: p_program_id IN jtf_number_table := NULL,
349: p_program_update_date IN jtf_date_table := NULL,

Line 346: p_request_id IN jtf_number_table := NULL,

342: p_created_by IN jtf_number_table := NULL,
343: p_last_update_date IN jtf_date_table := NULL,
344: p_last_updated_by IN jtf_number_table := NULL,
345: p_last_update_login IN jtf_number_table := NULL,
346: p_request_id IN jtf_number_table := NULL,
347: p_program_application_id IN jtf_number_table := NULL,
348: p_program_id IN jtf_number_table := NULL,
349: p_program_update_date IN jtf_date_table := NULL,
350: p_quote_line_id IN jtf_number_table := NULL,

Line 347: p_program_application_id IN jtf_number_table := NULL,

343: p_last_update_date IN jtf_date_table := NULL,
344: p_last_updated_by IN jtf_number_table := NULL,
345: p_last_update_login IN jtf_number_table := NULL,
346: p_request_id IN jtf_number_table := NULL,
347: p_program_application_id IN jtf_number_table := NULL,
348: p_program_id IN jtf_number_table := NULL,
349: p_program_update_date IN jtf_date_table := NULL,
350: p_quote_line_id IN jtf_number_table := NULL,
351: p_config_header_id IN jtf_number_table := NULL,

Line 348: p_program_id IN jtf_number_table := NULL,

344: p_last_updated_by IN jtf_number_table := NULL,
345: p_last_update_login IN jtf_number_table := NULL,
346: p_request_id IN jtf_number_table := NULL,
347: p_program_application_id IN jtf_number_table := NULL,
348: p_program_id IN jtf_number_table := NULL,
349: p_program_update_date IN jtf_date_table := NULL,
350: p_quote_line_id IN jtf_number_table := NULL,
351: p_config_header_id IN jtf_number_table := NULL,
352: p_config_revision_num IN jtf_number_table := NULL,

Line 350: p_quote_line_id IN jtf_number_table := NULL,

346: p_request_id IN jtf_number_table := NULL,
347: p_program_application_id IN jtf_number_table := NULL,
348: p_program_id IN jtf_number_table := NULL,
349: p_program_update_date IN jtf_date_table := NULL,
350: p_quote_line_id IN jtf_number_table := NULL,
351: p_config_header_id IN jtf_number_table := NULL,
352: p_config_revision_num IN jtf_number_table := NULL,
353: p_config_item_id IN jtf_number_table := NULL,
354: p_complete_configuration IN jtf_varchar2_table_100 := NULL,

Line 351: p_config_header_id IN jtf_number_table := NULL,

347: p_program_application_id IN jtf_number_table := NULL,
348: p_program_id IN jtf_number_table := NULL,
349: p_program_update_date IN jtf_date_table := NULL,
350: p_quote_line_id IN jtf_number_table := NULL,
351: p_config_header_id IN jtf_number_table := NULL,
352: p_config_revision_num IN jtf_number_table := NULL,
353: p_config_item_id IN jtf_number_table := NULL,
354: p_complete_configuration IN jtf_varchar2_table_100 := NULL,
355: p_valid_configuration_flag IN jtf_varchar2_table_100 := NULL,

Line 352: p_config_revision_num IN jtf_number_table := NULL,

348: p_program_id IN jtf_number_table := NULL,
349: p_program_update_date IN jtf_date_table := NULL,
350: p_quote_line_id IN jtf_number_table := NULL,
351: p_config_header_id IN jtf_number_table := NULL,
352: p_config_revision_num IN jtf_number_table := NULL,
353: p_config_item_id IN jtf_number_table := NULL,
354: p_complete_configuration IN jtf_varchar2_table_100 := NULL,
355: p_valid_configuration_flag IN jtf_varchar2_table_100 := NULL,
356: p_component_code IN jtf_varchar2_table_1200 := NULL,

Line 353: p_config_item_id IN jtf_number_table := NULL,

349: p_program_update_date IN jtf_date_table := NULL,
350: p_quote_line_id IN jtf_number_table := NULL,
351: p_config_header_id IN jtf_number_table := NULL,
352: p_config_revision_num IN jtf_number_table := NULL,
353: p_config_item_id IN jtf_number_table := NULL,
354: p_complete_configuration IN jtf_varchar2_table_100 := NULL,
355: p_valid_configuration_flag IN jtf_varchar2_table_100 := NULL,
356: p_component_code IN jtf_varchar2_table_1200 := NULL,
357: p_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,

Line 358: p_service_duration IN jtf_number_table := NULL,

354: p_complete_configuration IN jtf_varchar2_table_100 := NULL,
355: p_valid_configuration_flag IN jtf_varchar2_table_100 := NULL,
356: p_component_code IN jtf_varchar2_table_1200 := NULL,
357: p_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,
358: p_service_duration IN jtf_number_table := NULL,
359: p_service_period IN jtf_varchar2_table_100 := NULL,
360: p_service_unit_selling IN jtf_number_table := NULL,
361: p_service_unit_list IN jtf_number_table := NULL,
362: p_service_number IN jtf_number_table := NULL,

Line 360: p_service_unit_selling IN jtf_number_table := NULL,

356: p_component_code IN jtf_varchar2_table_1200 := NULL,
357: p_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,
358: p_service_duration IN jtf_number_table := NULL,
359: p_service_period IN jtf_varchar2_table_100 := NULL,
360: p_service_unit_selling IN jtf_number_table := NULL,
361: p_service_unit_list IN jtf_number_table := NULL,
362: p_service_number IN jtf_number_table := NULL,
363: p_unit_percent_base_price IN jtf_number_table := NULL,
364: p_attribute_category IN jtf_varchar2_table_100 := NULL,

Line 361: p_service_unit_list IN jtf_number_table := NULL,

357: p_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,
358: p_service_duration IN jtf_number_table := NULL,
359: p_service_period IN jtf_varchar2_table_100 := NULL,
360: p_service_unit_selling IN jtf_number_table := NULL,
361: p_service_unit_list IN jtf_number_table := NULL,
362: p_service_number IN jtf_number_table := NULL,
363: p_unit_percent_base_price IN jtf_number_table := NULL,
364: p_attribute_category IN jtf_varchar2_table_100 := NULL,
365: p_attribute1 IN jtf_varchar2_table_300 := NULL,

Line 362: p_service_number IN jtf_number_table := NULL,

358: p_service_duration IN jtf_number_table := NULL,
359: p_service_period IN jtf_varchar2_table_100 := NULL,
360: p_service_unit_selling IN jtf_number_table := NULL,
361: p_service_unit_list IN jtf_number_table := NULL,
362: p_service_number IN jtf_number_table := NULL,
363: p_unit_percent_base_price IN jtf_number_table := NULL,
364: p_attribute_category IN jtf_varchar2_table_100 := NULL,
365: p_attribute1 IN jtf_varchar2_table_300 := NULL,
366: p_attribute2 IN jtf_varchar2_table_300 := NULL,

Line 363: p_unit_percent_base_price IN jtf_number_table := NULL,

359: p_service_period IN jtf_varchar2_table_100 := NULL,
360: p_service_unit_selling IN jtf_number_table := NULL,
361: p_service_unit_list IN jtf_number_table := NULL,
362: p_service_number IN jtf_number_table := NULL,
363: p_unit_percent_base_price IN jtf_number_table := NULL,
364: p_attribute_category IN jtf_varchar2_table_100 := NULL,
365: p_attribute1 IN jtf_varchar2_table_300 := NULL,
366: p_attribute2 IN jtf_varchar2_table_300 := NULL,
367: p_attribute3 IN jtf_varchar2_table_300 := NULL,

Line 381: p_service_ref_order_number IN jtf_number_table := NULL,

377: p_attribute13 IN jtf_varchar2_table_300 := NULL,
378: p_attribute14 IN jtf_varchar2_table_300 := NULL,
379: p_attribute15 IN jtf_varchar2_table_300 := NULL,
380: p_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
381: p_service_ref_order_number IN jtf_number_table := NULL,
382: p_service_ref_line_number IN jtf_number_table := NULL,
383: p_service_ref_qte_line_ind IN jtf_number_table := NULL,
384: p_service_ref_line_id IN jtf_number_table := NULL,
385: p_service_ref_system_id IN jtf_number_table := NULL,

Line 382: p_service_ref_line_number IN jtf_number_table := NULL,

378: p_attribute14 IN jtf_varchar2_table_300 := NULL,
379: p_attribute15 IN jtf_varchar2_table_300 := NULL,
380: p_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
381: p_service_ref_order_number IN jtf_number_table := NULL,
382: p_service_ref_line_number IN jtf_number_table := NULL,
383: p_service_ref_qte_line_ind IN jtf_number_table := NULL,
384: p_service_ref_line_id IN jtf_number_table := NULL,
385: p_service_ref_system_id IN jtf_number_table := NULL,
386: p_service_ref_option_numb IN jtf_number_table := NULL,

Line 383: p_service_ref_qte_line_ind IN jtf_number_table := NULL,

379: p_attribute15 IN jtf_varchar2_table_300 := NULL,
380: p_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
381: p_service_ref_order_number IN jtf_number_table := NULL,
382: p_service_ref_line_number IN jtf_number_table := NULL,
383: p_service_ref_qte_line_ind IN jtf_number_table := NULL,
384: p_service_ref_line_id IN jtf_number_table := NULL,
385: p_service_ref_system_id IN jtf_number_table := NULL,
386: p_service_ref_option_numb IN jtf_number_table := NULL,
387: p_service_ref_shipment IN jtf_number_table := NULL,

Line 384: p_service_ref_line_id IN jtf_number_table := NULL,

380: p_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
381: p_service_ref_order_number IN jtf_number_table := NULL,
382: p_service_ref_line_number IN jtf_number_table := NULL,
383: p_service_ref_qte_line_ind IN jtf_number_table := NULL,
384: p_service_ref_line_id IN jtf_number_table := NULL,
385: p_service_ref_system_id IN jtf_number_table := NULL,
386: p_service_ref_option_numb IN jtf_number_table := NULL,
387: p_service_ref_shipment IN jtf_number_table := NULL,
388: p_return_ref_type IN jtf_varchar2_table_100 := NULL,

Line 385: p_service_ref_system_id IN jtf_number_table := NULL,

381: p_service_ref_order_number IN jtf_number_table := NULL,
382: p_service_ref_line_number IN jtf_number_table := NULL,
383: p_service_ref_qte_line_ind IN jtf_number_table := NULL,
384: p_service_ref_line_id IN jtf_number_table := NULL,
385: p_service_ref_system_id IN jtf_number_table := NULL,
386: p_service_ref_option_numb IN jtf_number_table := NULL,
387: p_service_ref_shipment IN jtf_number_table := NULL,
388: p_return_ref_type IN jtf_varchar2_table_100 := NULL,
389: p_return_ref_header_id IN jtf_number_table := NULL,

Line 386: p_service_ref_option_numb IN jtf_number_table := NULL,

382: p_service_ref_line_number IN jtf_number_table := NULL,
383: p_service_ref_qte_line_ind IN jtf_number_table := NULL,
384: p_service_ref_line_id IN jtf_number_table := NULL,
385: p_service_ref_system_id IN jtf_number_table := NULL,
386: p_service_ref_option_numb IN jtf_number_table := NULL,
387: p_service_ref_shipment IN jtf_number_table := NULL,
388: p_return_ref_type IN jtf_varchar2_table_100 := NULL,
389: p_return_ref_header_id IN jtf_number_table := NULL,
390: p_return_ref_line_id IN jtf_number_table := NULL,

Line 387: p_service_ref_shipment IN jtf_number_table := NULL,

383: p_service_ref_qte_line_ind IN jtf_number_table := NULL,
384: p_service_ref_line_id IN jtf_number_table := NULL,
385: p_service_ref_system_id IN jtf_number_table := NULL,
386: p_service_ref_option_numb IN jtf_number_table := NULL,
387: p_service_ref_shipment IN jtf_number_table := NULL,
388: p_return_ref_type IN jtf_varchar2_table_100 := NULL,
389: p_return_ref_header_id IN jtf_number_table := NULL,
390: p_return_ref_line_id IN jtf_number_table := NULL,
391: p_return_attribute1 IN jtf_varchar2_table_300 := NULL,

Line 389: p_return_ref_header_id IN jtf_number_table := NULL,

385: p_service_ref_system_id IN jtf_number_table := NULL,
386: p_service_ref_option_numb IN jtf_number_table := NULL,
387: p_service_ref_shipment IN jtf_number_table := NULL,
388: p_return_ref_type IN jtf_varchar2_table_100 := NULL,
389: p_return_ref_header_id IN jtf_number_table := NULL,
390: p_return_ref_line_id IN jtf_number_table := NULL,
391: p_return_attribute1 IN jtf_varchar2_table_300 := NULL,
392: p_return_attribute2 IN jtf_varchar2_table_300 := NULL,
393: p_return_attribute3 IN jtf_varchar2_table_300 := NULL,

Line 390: p_return_ref_line_id IN jtf_number_table := NULL,

386: p_service_ref_option_numb IN jtf_number_table := NULL,
387: p_service_ref_shipment IN jtf_number_table := NULL,
388: p_return_ref_type IN jtf_varchar2_table_100 := NULL,
389: p_return_ref_header_id IN jtf_number_table := NULL,
390: p_return_ref_line_id IN jtf_number_table := NULL,
391: p_return_attribute1 IN jtf_varchar2_table_300 := NULL,
392: p_return_attribute2 IN jtf_varchar2_table_300 := NULL,
393: p_return_attribute3 IN jtf_varchar2_table_300 := NULL,
394: p_return_attribute4 IN jtf_varchar2_table_300 := NULL,

Line 407: p_qte_line_index IN jtf_number_table := NULL,

403: p_return_attribute13 IN jtf_varchar2_table_300 := NULL,
404: p_return_attribute14 IN jtf_varchar2_table_300 := NULL,
405: p_return_attribute15 IN jtf_varchar2_table_300 := NULL,
406: p_operation_code IN jtf_varchar2_table_100 := NULL,
407: p_qte_line_index IN jtf_number_table := NULL,
408: p_return_attr_category IN jtf_varchar2_table_100 := NULL,
409: p_return_reason_code IN jtf_varchar2_table_100 := NULL,
410: p_change_reason_code IN jtf_varchar2_table_100 := NULL,
411: p_attribute16 IN jtf_varchar2_table_300 := NULL,

Line 416: p_top_model_line_id IN jtf_number_table := NULL,

412: p_attribute17 IN jtf_varchar2_table_300 := NULL,
413: p_attribute18 IN jtf_varchar2_table_300 := NULL,
414: p_attribute19 IN jtf_varchar2_table_300 := NULL,
415: p_attribute20 IN jtf_varchar2_table_300 := NULL,
416: p_top_model_line_id IN jtf_number_table := NULL,
417: p_top_model_line_index IN jtf_number_table := NULL,
418: p_ato_line_id IN jtf_number_table := NULL,
419: p_ato_line_index IN jtf_number_table := NULL,
420: p_component_sequence_id IN jtf_number_table := NULL,

Line 417: p_top_model_line_index IN jtf_number_table := NULL,

413: p_attribute18 IN jtf_varchar2_table_300 := NULL,
414: p_attribute19 IN jtf_varchar2_table_300 := NULL,
415: p_attribute20 IN jtf_varchar2_table_300 := NULL,
416: p_top_model_line_id IN jtf_number_table := NULL,
417: p_top_model_line_index IN jtf_number_table := NULL,
418: p_ato_line_id IN jtf_number_table := NULL,
419: p_ato_line_index IN jtf_number_table := NULL,
420: p_component_sequence_id IN jtf_number_table := NULL,
421: p_object_version_number IN jtf_number_table := NULL

Line 418: p_ato_line_id IN jtf_number_table := NULL,

414: p_attribute19 IN jtf_varchar2_table_300 := NULL,
415: p_attribute20 IN jtf_varchar2_table_300 := NULL,
416: p_top_model_line_id IN jtf_number_table := NULL,
417: p_top_model_line_index IN jtf_number_table := NULL,
418: p_ato_line_id IN jtf_number_table := NULL,
419: p_ato_line_index IN jtf_number_table := NULL,
420: p_component_sequence_id IN jtf_number_table := NULL,
421: p_object_version_number IN jtf_number_table := NULL
422: )

Line 419: p_ato_line_index IN jtf_number_table := NULL,

415: p_attribute20 IN jtf_varchar2_table_300 := NULL,
416: p_top_model_line_id IN jtf_number_table := NULL,
417: p_top_model_line_index IN jtf_number_table := NULL,
418: p_ato_line_id IN jtf_number_table := NULL,
419: p_ato_line_index IN jtf_number_table := NULL,
420: p_component_sequence_id IN jtf_number_table := NULL,
421: p_object_version_number IN jtf_number_table := NULL
422: )
423: RETURN ASO_Quote_Pub.Qte_Line_Dtl_Tbl_Type;

Line 420: p_component_sequence_id IN jtf_number_table := NULL,

416: p_top_model_line_id IN jtf_number_table := NULL,
417: p_top_model_line_index IN jtf_number_table := NULL,
418: p_ato_line_id IN jtf_number_table := NULL,
419: p_ato_line_index IN jtf_number_table := NULL,
420: p_component_sequence_id IN jtf_number_table := NULL,
421: p_object_version_number IN jtf_number_table := NULL
422: )
423: RETURN ASO_Quote_Pub.Qte_Line_Dtl_Tbl_Type;
424:

Line 421: p_object_version_number IN jtf_number_table := NULL

417: p_top_model_line_index IN jtf_number_table := NULL,
418: p_ato_line_id IN jtf_number_table := NULL,
419: p_ato_line_index IN jtf_number_table := NULL,
420: p_component_sequence_id IN jtf_number_table := NULL,
421: p_object_version_number IN jtf_number_table := NULL
422: )
423: RETURN ASO_Quote_Pub.Qte_Line_Dtl_Tbl_Type;
424:
425: FUNCTION Construct_Qte_Line_Dtl_Rec(

Line 512: p_line_relationship_id IN jtf_number_table := NULL,

508: )
509: RETURN ASO_Quote_Pub.Qte_Line_Dtl_Rec_Type;
510:
511: FUNCTION Construct_Line_Rltship_Tbl(
512: p_line_relationship_id IN jtf_number_table := NULL,
513: p_creation_date IN jtf_date_table := NULL,
514: p_created_by IN jtf_number_table := NULL,
515: p_last_updated_by IN jtf_number_table := NULL,
516: p_last_update_date IN jtf_date_table := NULL,

Line 514: p_created_by IN jtf_number_table := NULL,

510:
511: FUNCTION Construct_Line_Rltship_Tbl(
512: p_line_relationship_id IN jtf_number_table := NULL,
513: p_creation_date IN jtf_date_table := NULL,
514: p_created_by IN jtf_number_table := NULL,
515: p_last_updated_by IN jtf_number_table := NULL,
516: p_last_update_date IN jtf_date_table := NULL,
517: p_last_update_login IN jtf_number_table := NULL,
518: p_request_id IN jtf_number_table := NULL,

Line 515: p_last_updated_by IN jtf_number_table := NULL,

511: FUNCTION Construct_Line_Rltship_Tbl(
512: p_line_relationship_id IN jtf_number_table := NULL,
513: p_creation_date IN jtf_date_table := NULL,
514: p_created_by IN jtf_number_table := NULL,
515: p_last_updated_by IN jtf_number_table := NULL,
516: p_last_update_date IN jtf_date_table := NULL,
517: p_last_update_login IN jtf_number_table := NULL,
518: p_request_id IN jtf_number_table := NULL,
519: p_program_application_id IN jtf_number_table := NULL,

Line 517: p_last_update_login IN jtf_number_table := NULL,

513: p_creation_date IN jtf_date_table := NULL,
514: p_created_by IN jtf_number_table := NULL,
515: p_last_updated_by IN jtf_number_table := NULL,
516: p_last_update_date IN jtf_date_table := NULL,
517: p_last_update_login IN jtf_number_table := NULL,
518: p_request_id IN jtf_number_table := NULL,
519: p_program_application_id IN jtf_number_table := NULL,
520: p_program_id IN jtf_number_table := NULL,
521: p_program_update_date IN jtf_date_table := NULL,

Line 518: p_request_id IN jtf_number_table := NULL,

514: p_created_by IN jtf_number_table := NULL,
515: p_last_updated_by IN jtf_number_table := NULL,
516: p_last_update_date IN jtf_date_table := NULL,
517: p_last_update_login IN jtf_number_table := NULL,
518: p_request_id IN jtf_number_table := NULL,
519: p_program_application_id IN jtf_number_table := NULL,
520: p_program_id IN jtf_number_table := NULL,
521: p_program_update_date IN jtf_date_table := NULL,
522: p_quote_line_id IN jtf_number_table := NULL,

Line 519: p_program_application_id IN jtf_number_table := NULL,

515: p_last_updated_by IN jtf_number_table := NULL,
516: p_last_update_date IN jtf_date_table := NULL,
517: p_last_update_login IN jtf_number_table := NULL,
518: p_request_id IN jtf_number_table := NULL,
519: p_program_application_id IN jtf_number_table := NULL,
520: p_program_id IN jtf_number_table := NULL,
521: p_program_update_date IN jtf_date_table := NULL,
522: p_quote_line_id IN jtf_number_table := NULL,
523: p_related_quote_line_id IN jtf_number_table := NULL,

Line 520: p_program_id IN jtf_number_table := NULL,

516: p_last_update_date IN jtf_date_table := NULL,
517: p_last_update_login IN jtf_number_table := NULL,
518: p_request_id IN jtf_number_table := NULL,
519: p_program_application_id IN jtf_number_table := NULL,
520: p_program_id IN jtf_number_table := NULL,
521: p_program_update_date IN jtf_date_table := NULL,
522: p_quote_line_id IN jtf_number_table := NULL,
523: p_related_quote_line_id IN jtf_number_table := NULL,
524: p_relationship_type_code IN jtf_varchar2_table_100 := NULL,

Line 522: p_quote_line_id IN jtf_number_table := NULL,

518: p_request_id IN jtf_number_table := NULL,
519: p_program_application_id IN jtf_number_table := NULL,
520: p_program_id IN jtf_number_table := NULL,
521: p_program_update_date IN jtf_date_table := NULL,
522: p_quote_line_id IN jtf_number_table := NULL,
523: p_related_quote_line_id IN jtf_number_table := NULL,
524: p_relationship_type_code IN jtf_varchar2_table_100 := NULL,
525: p_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
526: p_qte_line_index IN jtf_number_table := NULL,

Line 523: p_related_quote_line_id IN jtf_number_table := NULL,

519: p_program_application_id IN jtf_number_table := NULL,
520: p_program_id IN jtf_number_table := NULL,
521: p_program_update_date IN jtf_date_table := NULL,
522: p_quote_line_id IN jtf_number_table := NULL,
523: p_related_quote_line_id IN jtf_number_table := NULL,
524: p_relationship_type_code IN jtf_varchar2_table_100 := NULL,
525: p_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
526: p_qte_line_index IN jtf_number_table := NULL,
527: p_related_qte_line_index IN jtf_number_table := NULL,

Line 526: p_qte_line_index IN jtf_number_table := NULL,

522: p_quote_line_id IN jtf_number_table := NULL,
523: p_related_quote_line_id IN jtf_number_table := NULL,
524: p_relationship_type_code IN jtf_varchar2_table_100 := NULL,
525: p_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
526: p_qte_line_index IN jtf_number_table := NULL,
527: p_related_qte_line_index IN jtf_number_table := NULL,
528: p_operation_code IN jtf_varchar2_table_100 := NULL,
529: p_object_version_number IN jtf_number_table := NULL
530: )

Line 527: p_related_qte_line_index IN jtf_number_table := NULL,

523: p_related_quote_line_id IN jtf_number_table := NULL,
524: p_relationship_type_code IN jtf_varchar2_table_100 := NULL,
525: p_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
526: p_qte_line_index IN jtf_number_table := NULL,
527: p_related_qte_line_index IN jtf_number_table := NULL,
528: p_operation_code IN jtf_varchar2_table_100 := NULL,
529: p_object_version_number IN jtf_number_table := NULL
530: )
531: RETURN ASO_Quote_Pub.Line_Rltship_Tbl_Type;

Line 529: p_object_version_number IN jtf_number_table := NULL

525: p_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
526: p_qte_line_index IN jtf_number_table := NULL,
527: p_related_qte_line_index IN jtf_number_table := NULL,
528: p_operation_code IN jtf_varchar2_table_100 := NULL,
529: p_object_version_number IN jtf_number_table := NULL
530: )
531: RETURN ASO_Quote_Pub.Line_Rltship_Tbl_Type;
532:
533: FUNCTION Construct_Payment_Tbl(

Line 535: p_qte_line_index IN jtf_number_table := NULL,

531: RETURN ASO_Quote_Pub.Line_Rltship_Tbl_Type;
532:
533: FUNCTION Construct_Payment_Tbl(
534: p_operation_code IN jtf_varchar2_table_100 := NULL,
535: p_qte_line_index IN jtf_number_table := NULL,
536: p_payment_id IN jtf_number_table := NULL,
537: p_creation_date IN jtf_date_table := NULL,
538: p_created_by IN jtf_number_table := NULL,
539: p_last_update_date IN jtf_date_table := NULL,

Line 536: p_payment_id IN jtf_number_table := NULL,

532:
533: FUNCTION Construct_Payment_Tbl(
534: p_operation_code IN jtf_varchar2_table_100 := NULL,
535: p_qte_line_index IN jtf_number_table := NULL,
536: p_payment_id IN jtf_number_table := NULL,
537: p_creation_date IN jtf_date_table := NULL,
538: p_created_by IN jtf_number_table := NULL,
539: p_last_update_date IN jtf_date_table := NULL,
540: p_last_updated_by IN jtf_number_table := NULL,

Line 538: p_created_by IN jtf_number_table := NULL,

534: p_operation_code IN jtf_varchar2_table_100 := NULL,
535: p_qte_line_index IN jtf_number_table := NULL,
536: p_payment_id IN jtf_number_table := NULL,
537: p_creation_date IN jtf_date_table := NULL,
538: p_created_by IN jtf_number_table := NULL,
539: p_last_update_date IN jtf_date_table := NULL,
540: p_last_updated_by IN jtf_number_table := NULL,
541: p_last_update_login IN jtf_number_table := NULL,
542: p_request_id IN jtf_number_table := NULL,

Line 540: p_last_updated_by IN jtf_number_table := NULL,

536: p_payment_id IN jtf_number_table := NULL,
537: p_creation_date IN jtf_date_table := NULL,
538: p_created_by IN jtf_number_table := NULL,
539: p_last_update_date IN jtf_date_table := NULL,
540: p_last_updated_by IN jtf_number_table := NULL,
541: p_last_update_login IN jtf_number_table := NULL,
542: p_request_id IN jtf_number_table := NULL,
543: p_program_application_id IN jtf_number_table := NULL,
544: p_program_id IN jtf_number_table := NULL,

Line 541: p_last_update_login IN jtf_number_table := NULL,

537: p_creation_date IN jtf_date_table := NULL,
538: p_created_by IN jtf_number_table := NULL,
539: p_last_update_date IN jtf_date_table := NULL,
540: p_last_updated_by IN jtf_number_table := NULL,
541: p_last_update_login IN jtf_number_table := NULL,
542: p_request_id IN jtf_number_table := NULL,
543: p_program_application_id IN jtf_number_table := NULL,
544: p_program_id IN jtf_number_table := NULL,
545: p_program_update_date IN jtf_date_table := NULL,

Line 542: p_request_id IN jtf_number_table := NULL,

538: p_created_by IN jtf_number_table := NULL,
539: p_last_update_date IN jtf_date_table := NULL,
540: p_last_updated_by IN jtf_number_table := NULL,
541: p_last_update_login IN jtf_number_table := NULL,
542: p_request_id IN jtf_number_table := NULL,
543: p_program_application_id IN jtf_number_table := NULL,
544: p_program_id IN jtf_number_table := NULL,
545: p_program_update_date IN jtf_date_table := NULL,
546: p_quote_header_id IN jtf_number_table := NULL,

Line 543: p_program_application_id IN jtf_number_table := NULL,

539: p_last_update_date IN jtf_date_table := NULL,
540: p_last_updated_by IN jtf_number_table := NULL,
541: p_last_update_login IN jtf_number_table := NULL,
542: p_request_id IN jtf_number_table := NULL,
543: p_program_application_id IN jtf_number_table := NULL,
544: p_program_id IN jtf_number_table := NULL,
545: p_program_update_date IN jtf_date_table := NULL,
546: p_quote_header_id IN jtf_number_table := NULL,
547: p_quote_line_id IN jtf_number_table := NULL,

Line 544: p_program_id IN jtf_number_table := NULL,

540: p_last_updated_by IN jtf_number_table := NULL,
541: p_last_update_login IN jtf_number_table := NULL,
542: p_request_id IN jtf_number_table := NULL,
543: p_program_application_id IN jtf_number_table := NULL,
544: p_program_id IN jtf_number_table := NULL,
545: p_program_update_date IN jtf_date_table := NULL,
546: p_quote_header_id IN jtf_number_table := NULL,
547: p_quote_line_id IN jtf_number_table := NULL,
548: p_payment_type_code IN jtf_varchar2_table_100 := NULL,

Line 546: p_quote_header_id IN jtf_number_table := NULL,

542: p_request_id IN jtf_number_table := NULL,
543: p_program_application_id IN jtf_number_table := NULL,
544: p_program_id IN jtf_number_table := NULL,
545: p_program_update_date IN jtf_date_table := NULL,
546: p_quote_header_id IN jtf_number_table := NULL,
547: p_quote_line_id IN jtf_number_table := NULL,
548: p_payment_type_code IN jtf_varchar2_table_100 := NULL,
549: p_payment_ref_number IN jtf_varchar2_table_300 := NULL,
550: p_payment_option IN jtf_varchar2_table_300 := NULL,

Line 547: p_quote_line_id IN jtf_number_table := NULL,

543: p_program_application_id IN jtf_number_table := NULL,
544: p_program_id IN jtf_number_table := NULL,
545: p_program_update_date IN jtf_date_table := NULL,
546: p_quote_header_id IN jtf_number_table := NULL,
547: p_quote_line_id IN jtf_number_table := NULL,
548: p_payment_type_code IN jtf_varchar2_table_100 := NULL,
549: p_payment_ref_number IN jtf_varchar2_table_300 := NULL,
550: p_payment_option IN jtf_varchar2_table_300 := NULL,
551: p_payment_term_id IN jtf_number_table := NULL,

Line 551: p_payment_term_id IN jtf_number_table := NULL,

547: p_quote_line_id IN jtf_number_table := NULL,
548: p_payment_type_code IN jtf_varchar2_table_100 := NULL,
549: p_payment_ref_number IN jtf_varchar2_table_300 := NULL,
550: p_payment_option IN jtf_varchar2_table_300 := NULL,
551: p_payment_term_id IN jtf_number_table := NULL,
552: p_credit_card_code IN jtf_varchar2_table_100 := NULL,
553: p_credit_card_holder_name IN jtf_varchar2_table_100 := NULL,
554: p_credit_card_exp_date IN jtf_date_table := NULL,
555: p_credit_card_approval_code IN jtf_varchar2_table_100 := NULL,

Line 557: p_payment_amount IN jtf_number_table := NULL,

553: p_credit_card_holder_name IN jtf_varchar2_table_100 := NULL,
554: p_credit_card_exp_date IN jtf_date_table := NULL,
555: p_credit_card_approval_code IN jtf_varchar2_table_100 := NULL,
556: p_credit_card_approval_date IN jtf_date_table := NULL,
557: p_payment_amount IN jtf_number_table := NULL,
558: p_attribute_category IN jtf_varchar2_table_100 := NULL,
559: p_attribute1 IN jtf_varchar2_table_300 := NULL,
560: p_attribute2 IN jtf_varchar2_table_300 := NULL,
561: p_attribute3 IN jtf_varchar2_table_300 := NULL,

Line 574: p_shipment_index IN jtf_number_table := NULL,

570: p_attribute12 IN jtf_varchar2_table_300 := NULL,
571: p_attribute13 IN jtf_varchar2_table_300 := NULL,
572: p_attribute14 IN jtf_varchar2_table_300 := NULL,
573: p_attribute15 IN jtf_varchar2_table_300 := NULL,
574: p_shipment_index IN jtf_number_table := NULL,
575: p_quote_shipment_id IN jtf_number_table := NULL,
576: p_cust_po_number IN jtf_varchar2_table_100 := NULL,
577: p_cust_po_line_number IN jtf_varchar2_table_100 := NULL,
578: p_attribute16 IN jtf_varchar2_table_300 := NULL,

Line 575: p_quote_shipment_id IN jtf_number_table := NULL,

571: p_attribute13 IN jtf_varchar2_table_300 := NULL,
572: p_attribute14 IN jtf_varchar2_table_300 := NULL,
573: p_attribute15 IN jtf_varchar2_table_300 := NULL,
574: p_shipment_index IN jtf_number_table := NULL,
575: p_quote_shipment_id IN jtf_number_table := NULL,
576: p_cust_po_number IN jtf_varchar2_table_100 := NULL,
577: p_cust_po_line_number IN jtf_varchar2_table_100 := NULL,
578: p_attribute16 IN jtf_varchar2_table_300 := NULL,
579: p_attribute17 IN jtf_varchar2_table_300 := NULL,

Line 583: p_trxn_extension_id IN jtf_number_table := NULL,

579: p_attribute17 IN jtf_varchar2_table_300 := NULL,
580: p_attribute18 IN jtf_varchar2_table_300 := NULL,
581: p_attribute19 IN jtf_varchar2_table_300 := NULL,
582: p_attribute20 IN jtf_varchar2_table_300 := NULL,
583: p_trxn_extension_id IN jtf_number_table := NULL,
584: p_instrument_id IN jtf_number_table := NULL,
585: p_instr_assignment_id IN jtf_number_table := NULL,
586: p_cvv2 IN jtf_varchar2_table_100 := NULL,
587: p_object_version_number IN jtf_number_table := NULL

Line 584: p_instrument_id IN jtf_number_table := NULL,

580: p_attribute18 IN jtf_varchar2_table_300 := NULL,
581: p_attribute19 IN jtf_varchar2_table_300 := NULL,
582: p_attribute20 IN jtf_varchar2_table_300 := NULL,
583: p_trxn_extension_id IN jtf_number_table := NULL,
584: p_instrument_id IN jtf_number_table := NULL,
585: p_instr_assignment_id IN jtf_number_table := NULL,
586: p_cvv2 IN jtf_varchar2_table_100 := NULL,
587: p_object_version_number IN jtf_number_table := NULL
588:

Line 585: p_instr_assignment_id IN jtf_number_table := NULL,

581: p_attribute19 IN jtf_varchar2_table_300 := NULL,
582: p_attribute20 IN jtf_varchar2_table_300 := NULL,
583: p_trxn_extension_id IN jtf_number_table := NULL,
584: p_instrument_id IN jtf_number_table := NULL,
585: p_instr_assignment_id IN jtf_number_table := NULL,
586: p_cvv2 IN jtf_varchar2_table_100 := NULL,
587: p_object_version_number IN jtf_number_table := NULL
588:
589: )

Line 587: p_object_version_number IN jtf_number_table := NULL

583: p_trxn_extension_id IN jtf_number_table := NULL,
584: p_instrument_id IN jtf_number_table := NULL,
585: p_instr_assignment_id IN jtf_number_table := NULL,
586: p_cvv2 IN jtf_varchar2_table_100 := NULL,
587: p_object_version_number IN jtf_number_table := NULL
588:
589: )
590: RETURN ASO_Quote_Pub.Payment_Tbl_Type;
591:

Line 734: p_qte_line_index IN jtf_number_table := NULL,

730: RETURN ASO_Quote_Pub.Shipment_Rec_Type;
731:
732: FUNCTION Construct_Shipment_Tbl(
733: p_operation_code IN jtf_varchar2_table_100 := NULL,
734: p_qte_line_index IN jtf_number_table := NULL,
735: p_shipment_id IN jtf_number_table := NULL,
736: p_creation_date IN jtf_date_table := NULL,
737: p_created_by IN jtf_number_table := NULL,
738: p_last_update_date IN jtf_date_table := NULL,

Line 735: p_shipment_id IN jtf_number_table := NULL,

731:
732: FUNCTION Construct_Shipment_Tbl(
733: p_operation_code IN jtf_varchar2_table_100 := NULL,
734: p_qte_line_index IN jtf_number_table := NULL,
735: p_shipment_id IN jtf_number_table := NULL,
736: p_creation_date IN jtf_date_table := NULL,
737: p_created_by IN jtf_number_table := NULL,
738: p_last_update_date IN jtf_date_table := NULL,
739: p_last_updated_by IN jtf_number_table := NULL,

Line 737: p_created_by IN jtf_number_table := NULL,

733: p_operation_code IN jtf_varchar2_table_100 := NULL,
734: p_qte_line_index IN jtf_number_table := NULL,
735: p_shipment_id IN jtf_number_table := NULL,
736: p_creation_date IN jtf_date_table := NULL,
737: p_created_by IN jtf_number_table := NULL,
738: p_last_update_date IN jtf_date_table := NULL,
739: p_last_updated_by IN jtf_number_table := NULL,
740: p_last_update_login IN jtf_number_table := NULL,
741: p_request_id IN jtf_number_table := NULL,

Line 739: p_last_updated_by IN jtf_number_table := NULL,

735: p_shipment_id IN jtf_number_table := NULL,
736: p_creation_date IN jtf_date_table := NULL,
737: p_created_by IN jtf_number_table := NULL,
738: p_last_update_date IN jtf_date_table := NULL,
739: p_last_updated_by IN jtf_number_table := NULL,
740: p_last_update_login IN jtf_number_table := NULL,
741: p_request_id IN jtf_number_table := NULL,
742: p_program_application_id IN jtf_number_table := NULL,
743: p_program_id IN jtf_number_table := NULL,

Line 740: p_last_update_login IN jtf_number_table := NULL,

736: p_creation_date IN jtf_date_table := NULL,
737: p_created_by IN jtf_number_table := NULL,
738: p_last_update_date IN jtf_date_table := NULL,
739: p_last_updated_by IN jtf_number_table := NULL,
740: p_last_update_login IN jtf_number_table := NULL,
741: p_request_id IN jtf_number_table := NULL,
742: p_program_application_id IN jtf_number_table := NULL,
743: p_program_id IN jtf_number_table := NULL,
744: p_program_update_date IN jtf_date_table := NULL,

Line 741: p_request_id IN jtf_number_table := NULL,

737: p_created_by IN jtf_number_table := NULL,
738: p_last_update_date IN jtf_date_table := NULL,
739: p_last_updated_by IN jtf_number_table := NULL,
740: p_last_update_login IN jtf_number_table := NULL,
741: p_request_id IN jtf_number_table := NULL,
742: p_program_application_id IN jtf_number_table := NULL,
743: p_program_id IN jtf_number_table := NULL,
744: p_program_update_date IN jtf_date_table := NULL,
745: p_quote_header_id IN jtf_number_table := NULL,

Line 742: p_program_application_id IN jtf_number_table := NULL,

738: p_last_update_date IN jtf_date_table := NULL,
739: p_last_updated_by IN jtf_number_table := NULL,
740: p_last_update_login IN jtf_number_table := NULL,
741: p_request_id IN jtf_number_table := NULL,
742: p_program_application_id IN jtf_number_table := NULL,
743: p_program_id IN jtf_number_table := NULL,
744: p_program_update_date IN jtf_date_table := NULL,
745: p_quote_header_id IN jtf_number_table := NULL,
746: p_quote_line_id IN jtf_number_table := NULL,

Line 743: p_program_id IN jtf_number_table := NULL,

739: p_last_updated_by IN jtf_number_table := NULL,
740: p_last_update_login IN jtf_number_table := NULL,
741: p_request_id IN jtf_number_table := NULL,
742: p_program_application_id IN jtf_number_table := NULL,
743: p_program_id IN jtf_number_table := NULL,
744: p_program_update_date IN jtf_date_table := NULL,
745: p_quote_header_id IN jtf_number_table := NULL,
746: p_quote_line_id IN jtf_number_table := NULL,
747: p_promise_date IN jtf_date_table := NULL,

Line 745: p_quote_header_id IN jtf_number_table := NULL,

741: p_request_id IN jtf_number_table := NULL,
742: p_program_application_id IN jtf_number_table := NULL,
743: p_program_id IN jtf_number_table := NULL,
744: p_program_update_date IN jtf_date_table := NULL,
745: p_quote_header_id IN jtf_number_table := NULL,
746: p_quote_line_id IN jtf_number_table := NULL,
747: p_promise_date IN jtf_date_table := NULL,
748: p_request_date IN jtf_date_table := NULL,
749: p_schedule_ship_date IN jtf_date_table := NULL,

Line 746: p_quote_line_id IN jtf_number_table := NULL,

742: p_program_application_id IN jtf_number_table := NULL,
743: p_program_id IN jtf_number_table := NULL,
744: p_program_update_date IN jtf_date_table := NULL,
745: p_quote_header_id IN jtf_number_table := NULL,
746: p_quote_line_id IN jtf_number_table := NULL,
747: p_promise_date IN jtf_date_table := NULL,
748: p_request_date IN jtf_date_table := NULL,
749: p_schedule_ship_date IN jtf_date_table := NULL,
750: p_ship_to_party_site_id IN jtf_number_table := NULL,

Line 750: p_ship_to_party_site_id IN jtf_number_table := NULL,

746: p_quote_line_id IN jtf_number_table := NULL,
747: p_promise_date IN jtf_date_table := NULL,
748: p_request_date IN jtf_date_table := NULL,
749: p_schedule_ship_date IN jtf_date_table := NULL,
750: p_ship_to_party_site_id IN jtf_number_table := NULL,
751: p_ship_to_party_id IN jtf_number_table := NULL,
752: p_ship_to_cust_account_id IN jtf_number_table := NULL,
753: p_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
754: p_ship_set_id IN jtf_number_table := NULL,

Line 751: p_ship_to_party_id IN jtf_number_table := NULL,

747: p_promise_date IN jtf_date_table := NULL,
748: p_request_date IN jtf_date_table := NULL,
749: p_schedule_ship_date IN jtf_date_table := NULL,
750: p_ship_to_party_site_id IN jtf_number_table := NULL,
751: p_ship_to_party_id IN jtf_number_table := NULL,
752: p_ship_to_cust_account_id IN jtf_number_table := NULL,
753: p_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
754: p_ship_set_id IN jtf_number_table := NULL,
755: p_ship_method_code IN jtf_varchar2_table_100 := NULL,

Line 752: p_ship_to_cust_account_id IN jtf_number_table := NULL,

748: p_request_date IN jtf_date_table := NULL,
749: p_schedule_ship_date IN jtf_date_table := NULL,
750: p_ship_to_party_site_id IN jtf_number_table := NULL,
751: p_ship_to_party_id IN jtf_number_table := NULL,
752: p_ship_to_cust_account_id IN jtf_number_table := NULL,
753: p_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
754: p_ship_set_id IN jtf_number_table := NULL,
755: p_ship_method_code IN jtf_varchar2_table_100 := NULL,
756: p_freight_terms_code IN jtf_varchar2_table_100 := NULL,

Line 754: p_ship_set_id IN jtf_number_table := NULL,

750: p_ship_to_party_site_id IN jtf_number_table := NULL,
751: p_ship_to_party_id IN jtf_number_table := NULL,
752: p_ship_to_cust_account_id IN jtf_number_table := NULL,
753: p_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
754: p_ship_set_id IN jtf_number_table := NULL,
755: p_ship_method_code IN jtf_varchar2_table_100 := NULL,
756: p_freight_terms_code IN jtf_varchar2_table_100 := NULL,
757: p_freight_carrier_code IN jtf_varchar2_table_100 := NULL,
758: p_fob_code IN jtf_varchar2_table_100 := NULL,

Line 761: p_quantity IN jtf_number_table := NULL,

757: p_freight_carrier_code IN jtf_varchar2_table_100 := NULL,
758: p_fob_code IN jtf_varchar2_table_100 := NULL,
759: p_shipping_instructions IN jtf_varchar2_table_2000 := NULL,
760: p_packing_instructions IN jtf_varchar2_table_2000 := NULL,
761: p_quantity IN jtf_number_table := NULL,
762: p_reserved_quantity IN jtf_varchar2_table_300 := NULL,
763: p_reservation_id IN jtf_number_table := NULL,
764: p_order_line_id IN jtf_number_table := NULL,
765: p_ship_to_party_name IN jtf_varchar2_table_300 := NULL,

Line 763: p_reservation_id IN jtf_number_table := NULL,

759: p_shipping_instructions IN jtf_varchar2_table_2000 := NULL,
760: p_packing_instructions IN jtf_varchar2_table_2000 := NULL,
761: p_quantity IN jtf_number_table := NULL,
762: p_reserved_quantity IN jtf_varchar2_table_300 := NULL,
763: p_reservation_id IN jtf_number_table := NULL,
764: p_order_line_id IN jtf_number_table := NULL,
765: p_ship_to_party_name IN jtf_varchar2_table_300 := NULL,
766: p_ship_to_cont_first_name IN jtf_varchar2_table_100 := NULL,
767: p_ship_to_cont_mid_name IN jtf_varchar2_table_100 := NULL,

Line 764: p_order_line_id IN jtf_number_table := NULL,

760: p_packing_instructions IN jtf_varchar2_table_2000 := NULL,
761: p_quantity IN jtf_number_table := NULL,
762: p_reserved_quantity IN jtf_varchar2_table_300 := NULL,
763: p_reservation_id IN jtf_number_table := NULL,
764: p_order_line_id IN jtf_number_table := NULL,
765: p_ship_to_party_name IN jtf_varchar2_table_300 := NULL,
766: p_ship_to_cont_first_name IN jtf_varchar2_table_100 := NULL,
767: p_ship_to_cont_mid_name IN jtf_varchar2_table_100 := NULL,
768: p_ship_to_cont_last_name IN jtf_varchar2_table_100 := NULL,

Line 796: p_ship_quote_price IN jtf_number_table := NULL,

792: p_attribute12 IN jtf_varchar2_table_300 := NULL,
793: p_attribute13 IN jtf_varchar2_table_300 := NULL,
794: p_attribute14 IN jtf_varchar2_table_300 := NULL,
795: p_attribute15 IN jtf_varchar2_table_300 := NULL,
796: p_ship_quote_price IN jtf_number_table := NULL,
797: p_pricing_quantity IN jtf_number_table := NULL,
798: p_shipment_priority_code IN jtf_varchar2_table_100 := NULL,
799: p_ship_from_org_id IN jtf_number_table := NULL,
800: p_ship_to_cust_party_id IN jtf_number_table := NULL,

Line 797: p_pricing_quantity IN jtf_number_table := NULL,

793: p_attribute13 IN jtf_varchar2_table_300 := NULL,
794: p_attribute14 IN jtf_varchar2_table_300 := NULL,
795: p_attribute15 IN jtf_varchar2_table_300 := NULL,
796: p_ship_quote_price IN jtf_number_table := NULL,
797: p_pricing_quantity IN jtf_number_table := NULL,
798: p_shipment_priority_code IN jtf_varchar2_table_100 := NULL,
799: p_ship_from_org_id IN jtf_number_table := NULL,
800: p_ship_to_cust_party_id IN jtf_number_table := NULL,
801: p_attribute16 IN jtf_varchar2_table_300 := NULL,

Line 799: p_ship_from_org_id IN jtf_number_table := NULL,

795: p_attribute15 IN jtf_varchar2_table_300 := NULL,
796: p_ship_quote_price IN jtf_number_table := NULL,
797: p_pricing_quantity IN jtf_number_table := NULL,
798: p_shipment_priority_code IN jtf_varchar2_table_100 := NULL,
799: p_ship_from_org_id IN jtf_number_table := NULL,
800: p_ship_to_cust_party_id IN jtf_number_table := NULL,
801: p_attribute16 IN jtf_varchar2_table_300 := NULL,
802: p_attribute17 IN jtf_varchar2_table_300 := NULL,
803: p_attribute18 IN jtf_varchar2_table_300 := NULL,

Line 800: p_ship_to_cust_party_id IN jtf_number_table := NULL,

796: p_ship_quote_price IN jtf_number_table := NULL,
797: p_pricing_quantity IN jtf_number_table := NULL,
798: p_shipment_priority_code IN jtf_varchar2_table_100 := NULL,
799: p_ship_from_org_id IN jtf_number_table := NULL,
800: p_ship_to_cust_party_id IN jtf_number_table := NULL,
801: p_attribute16 IN jtf_varchar2_table_300 := NULL,
802: p_attribute17 IN jtf_varchar2_table_300 := NULL,
803: p_attribute18 IN jtf_varchar2_table_300 := NULL,
804: p_attribute19 IN jtf_varchar2_table_300 := NULL,

Line 808: p_object_version_number IN jtf_number_table := NULL

804: p_attribute19 IN jtf_varchar2_table_300 := NULL,
805: p_attribute20 IN jtf_varchar2_table_300 := NULL,
806: p_request_date_type IN jtf_varchar2_table_100 := NULL,
807: p_demand_class_code IN jtf_varchar2_table_100 := NULL,
808: p_object_version_number IN jtf_number_table := NULL
809: )
810: RETURN ASO_Quote_Pub.Shipment_Tbl_Type;
811:
812: FUNCTION Construct_Tax_Detail_Tbl(

Line 814: p_qte_line_index IN jtf_number_table := NULL,

810: RETURN ASO_Quote_Pub.Shipment_Tbl_Type;
811:
812: FUNCTION Construct_Tax_Detail_Tbl(
813: p_operation_code IN jtf_varchar2_table_100 := NULL,
814: p_qte_line_index IN jtf_number_table := NULL,
815: p_shipment_index IN jtf_number_table := NULL,
816: p_tax_detail_id IN jtf_number_table := NULL,
817: p_quote_header_id IN jtf_number_table := NULL,
818: p_quote_line_id IN jtf_number_table := NULL,

Line 815: p_shipment_index IN jtf_number_table := NULL,

811:
812: FUNCTION Construct_Tax_Detail_Tbl(
813: p_operation_code IN jtf_varchar2_table_100 := NULL,
814: p_qte_line_index IN jtf_number_table := NULL,
815: p_shipment_index IN jtf_number_table := NULL,
816: p_tax_detail_id IN jtf_number_table := NULL,
817: p_quote_header_id IN jtf_number_table := NULL,
818: p_quote_line_id IN jtf_number_table := NULL,
819: p_quote_shipment_id IN jtf_number_table := NULL,

Line 816: p_tax_detail_id IN jtf_number_table := NULL,

812: FUNCTION Construct_Tax_Detail_Tbl(
813: p_operation_code IN jtf_varchar2_table_100 := NULL,
814: p_qte_line_index IN jtf_number_table := NULL,
815: p_shipment_index IN jtf_number_table := NULL,
816: p_tax_detail_id IN jtf_number_table := NULL,
817: p_quote_header_id IN jtf_number_table := NULL,
818: p_quote_line_id IN jtf_number_table := NULL,
819: p_quote_shipment_id IN jtf_number_table := NULL,
820: p_creation_date IN jtf_date_table := NULL,

Line 817: p_quote_header_id IN jtf_number_table := NULL,

813: p_operation_code IN jtf_varchar2_table_100 := NULL,
814: p_qte_line_index IN jtf_number_table := NULL,
815: p_shipment_index IN jtf_number_table := NULL,
816: p_tax_detail_id IN jtf_number_table := NULL,
817: p_quote_header_id IN jtf_number_table := NULL,
818: p_quote_line_id IN jtf_number_table := NULL,
819: p_quote_shipment_id IN jtf_number_table := NULL,
820: p_creation_date IN jtf_date_table := NULL,
821: p_created_by IN jtf_number_table := NULL,

Line 818: p_quote_line_id IN jtf_number_table := NULL,

814: p_qte_line_index IN jtf_number_table := NULL,
815: p_shipment_index IN jtf_number_table := NULL,
816: p_tax_detail_id IN jtf_number_table := NULL,
817: p_quote_header_id IN jtf_number_table := NULL,
818: p_quote_line_id IN jtf_number_table := NULL,
819: p_quote_shipment_id IN jtf_number_table := NULL,
820: p_creation_date IN jtf_date_table := NULL,
821: p_created_by IN jtf_number_table := NULL,
822: p_last_update_date IN jtf_date_table := NULL,

Line 819: p_quote_shipment_id IN jtf_number_table := NULL,

815: p_shipment_index IN jtf_number_table := NULL,
816: p_tax_detail_id IN jtf_number_table := NULL,
817: p_quote_header_id IN jtf_number_table := NULL,
818: p_quote_line_id IN jtf_number_table := NULL,
819: p_quote_shipment_id IN jtf_number_table := NULL,
820: p_creation_date IN jtf_date_table := NULL,
821: p_created_by IN jtf_number_table := NULL,
822: p_last_update_date IN jtf_date_table := NULL,
823: p_last_updated_by IN jtf_number_table := NULL,

Line 821: p_created_by IN jtf_number_table := NULL,

817: p_quote_header_id IN jtf_number_table := NULL,
818: p_quote_line_id IN jtf_number_table := NULL,
819: p_quote_shipment_id IN jtf_number_table := NULL,
820: p_creation_date IN jtf_date_table := NULL,
821: p_created_by IN jtf_number_table := NULL,
822: p_last_update_date IN jtf_date_table := NULL,
823: p_last_updated_by IN jtf_number_table := NULL,
824: p_last_update_login IN jtf_number_table := NULL,
825: p_request_id IN jtf_number_table := NULL,

Line 823: p_last_updated_by IN jtf_number_table := NULL,

819: p_quote_shipment_id IN jtf_number_table := NULL,
820: p_creation_date IN jtf_date_table := NULL,
821: p_created_by IN jtf_number_table := NULL,
822: p_last_update_date IN jtf_date_table := NULL,
823: p_last_updated_by IN jtf_number_table := NULL,
824: p_last_update_login IN jtf_number_table := NULL,
825: p_request_id IN jtf_number_table := NULL,
826: p_program_application_id IN jtf_number_table := NULL,
827: p_program_id IN jtf_number_table := NULL,

Line 824: p_last_update_login IN jtf_number_table := NULL,

820: p_creation_date IN jtf_date_table := NULL,
821: p_created_by IN jtf_number_table := NULL,
822: p_last_update_date IN jtf_date_table := NULL,
823: p_last_updated_by IN jtf_number_table := NULL,
824: p_last_update_login IN jtf_number_table := NULL,
825: p_request_id IN jtf_number_table := NULL,
826: p_program_application_id IN jtf_number_table := NULL,
827: p_program_id IN jtf_number_table := NULL,
828: p_program_update_date IN jtf_date_table := NULL,

Line 825: p_request_id IN jtf_number_table := NULL,

821: p_created_by IN jtf_number_table := NULL,
822: p_last_update_date IN jtf_date_table := NULL,
823: p_last_updated_by IN jtf_number_table := NULL,
824: p_last_update_login IN jtf_number_table := NULL,
825: p_request_id IN jtf_number_table := NULL,
826: p_program_application_id IN jtf_number_table := NULL,
827: p_program_id IN jtf_number_table := NULL,
828: p_program_update_date IN jtf_date_table := NULL,
829: p_orig_tax_code IN jtf_varchar2_table_300 := NULL,

Line 826: p_program_application_id IN jtf_number_table := NULL,

822: p_last_update_date IN jtf_date_table := NULL,
823: p_last_updated_by IN jtf_number_table := NULL,
824: p_last_update_login IN jtf_number_table := NULL,
825: p_request_id IN jtf_number_table := NULL,
826: p_program_application_id IN jtf_number_table := NULL,
827: p_program_id IN jtf_number_table := NULL,
828: p_program_update_date IN jtf_date_table := NULL,
829: p_orig_tax_code IN jtf_varchar2_table_300 := NULL,
830: p_tax_code IN jtf_varchar2_table_100 := NULL,

Line 827: p_program_id IN jtf_number_table := NULL,

823: p_last_updated_by IN jtf_number_table := NULL,
824: p_last_update_login IN jtf_number_table := NULL,
825: p_request_id IN jtf_number_table := NULL,
826: p_program_application_id IN jtf_number_table := NULL,
827: p_program_id IN jtf_number_table := NULL,
828: p_program_update_date IN jtf_date_table := NULL,
829: p_orig_tax_code IN jtf_varchar2_table_300 := NULL,
830: p_tax_code IN jtf_varchar2_table_100 := NULL,
831: p_tax_rate IN jtf_number_table := NULL,

Line 831: p_tax_rate IN jtf_number_table := NULL,

827: p_program_id IN jtf_number_table := NULL,
828: p_program_update_date IN jtf_date_table := NULL,
829: p_orig_tax_code IN jtf_varchar2_table_300 := NULL,
830: p_tax_code IN jtf_varchar2_table_100 := NULL,
831: p_tax_rate IN jtf_number_table := NULL,
832: p_tax_date IN jtf_date_table := NULL,
833: p_tax_amount IN jtf_number_table := NULL,
834: p_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
835: p_tax_exempt_number IN jtf_varchar2_table_100 := NULL,

Line 833: p_tax_amount IN jtf_number_table := NULL,

829: p_orig_tax_code IN jtf_varchar2_table_300 := NULL,
830: p_tax_code IN jtf_varchar2_table_100 := NULL,
831: p_tax_rate IN jtf_number_table := NULL,
832: p_tax_date IN jtf_date_table := NULL,
833: p_tax_amount IN jtf_number_table := NULL,
834: p_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
835: p_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
836: p_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,
837: p_attribute_category IN jtf_varchar2_table_100 := NULL,

Line 858: p_object_version_number IN jtf_number_table := NULL,

854: p_attribute17 IN jtf_varchar2_table_300 := NULL,
855: p_attribute18 IN jtf_varchar2_table_300 := NULL,
856: p_attribute19 IN jtf_varchar2_table_300 := NULL,
857: p_attribute20 IN jtf_varchar2_table_300 := NULL,
858: p_object_version_number IN jtf_number_table := NULL,
859: p_tax_rate_id IN jtf_number_table := NULL
860: )
861: RETURN ASO_Quote_Pub.Tax_Detail_Tbl_Type;
862:

Line 859: p_tax_rate_id IN jtf_number_table := NULL

855: p_attribute18 IN jtf_varchar2_table_300 := NULL,
856: p_attribute19 IN jtf_varchar2_table_300 := NULL,
857: p_attribute20 IN jtf_varchar2_table_300 := NULL,
858: p_object_version_number IN jtf_number_table := NULL,
859: p_tax_rate_id IN jtf_number_table := NULL
860: )
861: RETURN ASO_Quote_Pub.Tax_Detail_Tbl_Type;
862:
863: FUNCTION Construct_Tax_Detail_Rec(

Line 917: p_qte_line_index IN jtf_number_table := NULL,

913:
914:
915: FUNCTION Construct_Price_Attributes_Tbl(
916: p_operation_code IN jtf_varchar2_table_100 := NULL,
917: p_qte_line_index IN jtf_number_table := NULL,
918: p_price_attribute_id IN jtf_number_table := NULL,
919: p_creation_date IN jtf_date_table := NULL,
920: p_created_by IN jtf_number_table := NULL,
921: p_last_update_date IN jtf_date_table := NULL,

Line 918: p_price_attribute_id IN jtf_number_table := NULL,

914:
915: FUNCTION Construct_Price_Attributes_Tbl(
916: p_operation_code IN jtf_varchar2_table_100 := NULL,
917: p_qte_line_index IN jtf_number_table := NULL,
918: p_price_attribute_id IN jtf_number_table := NULL,
919: p_creation_date IN jtf_date_table := NULL,
920: p_created_by IN jtf_number_table := NULL,
921: p_last_update_date IN jtf_date_table := NULL,
922: p_last_updated_by IN jtf_number_table := NULL,

Line 920: p_created_by IN jtf_number_table := NULL,

916: p_operation_code IN jtf_varchar2_table_100 := NULL,
917: p_qte_line_index IN jtf_number_table := NULL,
918: p_price_attribute_id IN jtf_number_table := NULL,
919: p_creation_date IN jtf_date_table := NULL,
920: p_created_by IN jtf_number_table := NULL,
921: p_last_update_date IN jtf_date_table := NULL,
922: p_last_updated_by IN jtf_number_table := NULL,
923: p_last_update_login IN jtf_number_table := NULL,
924: p_request_id IN jtf_number_table := NULL,

Line 922: p_last_updated_by IN jtf_number_table := NULL,

918: p_price_attribute_id IN jtf_number_table := NULL,
919: p_creation_date IN jtf_date_table := NULL,
920: p_created_by IN jtf_number_table := NULL,
921: p_last_update_date IN jtf_date_table := NULL,
922: p_last_updated_by IN jtf_number_table := NULL,
923: p_last_update_login IN jtf_number_table := NULL,
924: p_request_id IN jtf_number_table := NULL,
925: p_program_application_id IN jtf_number_table := NULL,
926: p_program_id IN jtf_number_table := NULL,

Line 923: p_last_update_login IN jtf_number_table := NULL,

919: p_creation_date IN jtf_date_table := NULL,
920: p_created_by IN jtf_number_table := NULL,
921: p_last_update_date IN jtf_date_table := NULL,
922: p_last_updated_by IN jtf_number_table := NULL,
923: p_last_update_login IN jtf_number_table := NULL,
924: p_request_id IN jtf_number_table := NULL,
925: p_program_application_id IN jtf_number_table := NULL,
926: p_program_id IN jtf_number_table := NULL,
927: p_program_update_date IN jtf_date_table := NULL,

Line 924: p_request_id IN jtf_number_table := NULL,

920: p_created_by IN jtf_number_table := NULL,
921: p_last_update_date IN jtf_date_table := NULL,
922: p_last_updated_by IN jtf_number_table := NULL,
923: p_last_update_login IN jtf_number_table := NULL,
924: p_request_id IN jtf_number_table := NULL,
925: p_program_application_id IN jtf_number_table := NULL,
926: p_program_id IN jtf_number_table := NULL,
927: p_program_update_date IN jtf_date_table := NULL,
928: p_quote_header_id IN jtf_number_table := NULL,

Line 925: p_program_application_id IN jtf_number_table := NULL,

921: p_last_update_date IN jtf_date_table := NULL,
922: p_last_updated_by IN jtf_number_table := NULL,
923: p_last_update_login IN jtf_number_table := NULL,
924: p_request_id IN jtf_number_table := NULL,
925: p_program_application_id IN jtf_number_table := NULL,
926: p_program_id IN jtf_number_table := NULL,
927: p_program_update_date IN jtf_date_table := NULL,
928: p_quote_header_id IN jtf_number_table := NULL,
929: p_quote_line_id IN jtf_number_table := NULL,

Line 926: p_program_id IN jtf_number_table := NULL,

922: p_last_updated_by IN jtf_number_table := NULL,
923: p_last_update_login IN jtf_number_table := NULL,
924: p_request_id IN jtf_number_table := NULL,
925: p_program_application_id IN jtf_number_table := NULL,
926: p_program_id IN jtf_number_table := NULL,
927: p_program_update_date IN jtf_date_table := NULL,
928: p_quote_header_id IN jtf_number_table := NULL,
929: p_quote_line_id IN jtf_number_table := NULL,
930: p_flex_title IN jtf_varchar2_table_100 := NULL,

Line 928: p_quote_header_id IN jtf_number_table := NULL,

924: p_request_id IN jtf_number_table := NULL,
925: p_program_application_id IN jtf_number_table := NULL,
926: p_program_id IN jtf_number_table := NULL,
927: p_program_update_date IN jtf_date_table := NULL,
928: p_quote_header_id IN jtf_number_table := NULL,
929: p_quote_line_id IN jtf_number_table := NULL,
930: p_flex_title IN jtf_varchar2_table_100 := NULL,
931: p_pricing_context IN jtf_varchar2_table_100 := NULL,
932: p_pricing_attribute1 IN jtf_varchar2_table_300 := NULL,

Line 929: p_quote_line_id IN jtf_number_table := NULL,

925: p_program_application_id IN jtf_number_table := NULL,
926: p_program_id IN jtf_number_table := NULL,
927: p_program_update_date IN jtf_date_table := NULL,
928: p_quote_header_id IN jtf_number_table := NULL,
929: p_quote_line_id IN jtf_number_table := NULL,
930: p_flex_title IN jtf_varchar2_table_100 := NULL,
931: p_pricing_context IN jtf_varchar2_table_100 := NULL,
932: p_pricing_attribute1 IN jtf_varchar2_table_300 := NULL,
933: p_pricing_attribute2 IN jtf_varchar2_table_300 := NULL,

Line 1053: p_object_version_number IN jtf_number_table := NULL

1049: p_attribute17 IN jtf_varchar2_table_300 := NULL,
1050: p_attribute18 IN jtf_varchar2_table_300 := NULL,
1051: p_attribute19 IN jtf_varchar2_table_300 := NULL,
1052: p_attribute20 IN jtf_varchar2_table_300 := NULL,
1053: p_object_version_number IN jtf_number_table := NULL
1054: )
1055: RETURN ASO_Quote_Pub.Price_Attributes_Tbl_Type;
1056:
1057: FUNCTION Construct_Price_Adj_Tbl(

Line 1059: p_qte_line_index IN jtf_number_table := NULL,

1055: RETURN ASO_Quote_Pub.Price_Attributes_Tbl_Type;
1056:
1057: FUNCTION Construct_Price_Adj_Tbl(
1058: p_operation_code IN jtf_varchar2_table_100 := NULL,
1059: p_qte_line_index IN jtf_number_table := NULL,
1060: p_price_adjustment_id IN jtf_number_table := NULL,
1061: p_creation_date IN jtf_date_table := NULL,
1062: p_created_by IN jtf_number_table := NULL,
1063: p_last_update_date IN jtf_date_table := NULL,

Line 1060: p_price_adjustment_id IN jtf_number_table := NULL,

1056:
1057: FUNCTION Construct_Price_Adj_Tbl(
1058: p_operation_code IN jtf_varchar2_table_100 := NULL,
1059: p_qte_line_index IN jtf_number_table := NULL,
1060: p_price_adjustment_id IN jtf_number_table := NULL,
1061: p_creation_date IN jtf_date_table := NULL,
1062: p_created_by IN jtf_number_table := NULL,
1063: p_last_update_date IN jtf_date_table := NULL,
1064: p_last_updated_by IN jtf_number_table := NULL,

Line 1062: p_created_by IN jtf_number_table := NULL,

1058: p_operation_code IN jtf_varchar2_table_100 := NULL,
1059: p_qte_line_index IN jtf_number_table := NULL,
1060: p_price_adjustment_id IN jtf_number_table := NULL,
1061: p_creation_date IN jtf_date_table := NULL,
1062: p_created_by IN jtf_number_table := NULL,
1063: p_last_update_date IN jtf_date_table := NULL,
1064: p_last_updated_by IN jtf_number_table := NULL,
1065: p_last_update_login IN jtf_number_table := NULL,
1066: p_program_application_id IN jtf_number_table := NULL,

Line 1064: p_last_updated_by IN jtf_number_table := NULL,

1060: p_price_adjustment_id IN jtf_number_table := NULL,
1061: p_creation_date IN jtf_date_table := NULL,
1062: p_created_by IN jtf_number_table := NULL,
1063: p_last_update_date IN jtf_date_table := NULL,
1064: p_last_updated_by IN jtf_number_table := NULL,
1065: p_last_update_login IN jtf_number_table := NULL,
1066: p_program_application_id IN jtf_number_table := NULL,
1067: p_program_id IN jtf_number_table := NULL,
1068: p_program_update_date IN jtf_date_table := NULL,

Line 1065: p_last_update_login IN jtf_number_table := NULL,

1061: p_creation_date IN jtf_date_table := NULL,
1062: p_created_by IN jtf_number_table := NULL,
1063: p_last_update_date IN jtf_date_table := NULL,
1064: p_last_updated_by IN jtf_number_table := NULL,
1065: p_last_update_login IN jtf_number_table := NULL,
1066: p_program_application_id IN jtf_number_table := NULL,
1067: p_program_id IN jtf_number_table := NULL,
1068: p_program_update_date IN jtf_date_table := NULL,
1069: p_request_id IN jtf_number_table := NULL,

Line 1066: p_program_application_id IN jtf_number_table := NULL,

1062: p_created_by IN jtf_number_table := NULL,
1063: p_last_update_date IN jtf_date_table := NULL,
1064: p_last_updated_by IN jtf_number_table := NULL,
1065: p_last_update_login IN jtf_number_table := NULL,
1066: p_program_application_id IN jtf_number_table := NULL,
1067: p_program_id IN jtf_number_table := NULL,
1068: p_program_update_date IN jtf_date_table := NULL,
1069: p_request_id IN jtf_number_table := NULL,
1070: p_quote_header_id IN jtf_number_table := NULL,

Line 1067: p_program_id IN jtf_number_table := NULL,

1063: p_last_update_date IN jtf_date_table := NULL,
1064: p_last_updated_by IN jtf_number_table := NULL,
1065: p_last_update_login IN jtf_number_table := NULL,
1066: p_program_application_id IN jtf_number_table := NULL,
1067: p_program_id IN jtf_number_table := NULL,
1068: p_program_update_date IN jtf_date_table := NULL,
1069: p_request_id IN jtf_number_table := NULL,
1070: p_quote_header_id IN jtf_number_table := NULL,
1071: p_quote_line_id IN jtf_number_table := NULL,

Line 1069: p_request_id IN jtf_number_table := NULL,

1065: p_last_update_login IN jtf_number_table := NULL,
1066: p_program_application_id IN jtf_number_table := NULL,
1067: p_program_id IN jtf_number_table := NULL,
1068: p_program_update_date IN jtf_date_table := NULL,
1069: p_request_id IN jtf_number_table := NULL,
1070: p_quote_header_id IN jtf_number_table := NULL,
1071: p_quote_line_id IN jtf_number_table := NULL,
1072: p_modifier_header_id IN jtf_number_table := NULL,
1073: p_modifier_line_id IN jtf_number_table := NULL,

Line 1070: p_quote_header_id IN jtf_number_table := NULL,

1066: p_program_application_id IN jtf_number_table := NULL,
1067: p_program_id IN jtf_number_table := NULL,
1068: p_program_update_date IN jtf_date_table := NULL,
1069: p_request_id IN jtf_number_table := NULL,
1070: p_quote_header_id IN jtf_number_table := NULL,
1071: p_quote_line_id IN jtf_number_table := NULL,
1072: p_modifier_header_id IN jtf_number_table := NULL,
1073: p_modifier_line_id IN jtf_number_table := NULL,
1074: p_mod_line_type_code IN jtf_varchar2_table_100 := NULL,

Line 1071: p_quote_line_id IN jtf_number_table := NULL,

1067: p_program_id IN jtf_number_table := NULL,
1068: p_program_update_date IN jtf_date_table := NULL,
1069: p_request_id IN jtf_number_table := NULL,
1070: p_quote_header_id IN jtf_number_table := NULL,
1071: p_quote_line_id IN jtf_number_table := NULL,
1072: p_modifier_header_id IN jtf_number_table := NULL,
1073: p_modifier_line_id IN jtf_number_table := NULL,
1074: p_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
1075: p_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,

Line 1072: p_modifier_header_id IN jtf_number_table := NULL,

1068: p_program_update_date IN jtf_date_table := NULL,
1069: p_request_id IN jtf_number_table := NULL,
1070: p_quote_header_id IN jtf_number_table := NULL,
1071: p_quote_line_id IN jtf_number_table := NULL,
1072: p_modifier_header_id IN jtf_number_table := NULL,
1073: p_modifier_line_id IN jtf_number_table := NULL,
1074: p_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
1075: p_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
1076: p_modified_from IN jtf_number_table := NULL,

Line 1073: p_modifier_line_id IN jtf_number_table := NULL,

1069: p_request_id IN jtf_number_table := NULL,
1070: p_quote_header_id IN jtf_number_table := NULL,
1071: p_quote_line_id IN jtf_number_table := NULL,
1072: p_modifier_header_id IN jtf_number_table := NULL,
1073: p_modifier_line_id IN jtf_number_table := NULL,
1074: p_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
1075: p_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
1076: p_modified_from IN jtf_number_table := NULL,
1077: p_modified_to IN jtf_number_table := NULL,

Line 1076: p_modified_from IN jtf_number_table := NULL,

1072: p_modifier_header_id IN jtf_number_table := NULL,
1073: p_modifier_line_id IN jtf_number_table := NULL,
1074: p_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
1075: p_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
1076: p_modified_from IN jtf_number_table := NULL,
1077: p_modified_to IN jtf_number_table := NULL,
1078: p_operand IN jtf_number_table := NULL,
1079: p_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
1080: p_automatic_flag IN jtf_varchar2_table_100 := NULL,

Line 1077: p_modified_to IN jtf_number_table := NULL,

1073: p_modifier_line_id IN jtf_number_table := NULL,
1074: p_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
1075: p_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
1076: p_modified_from IN jtf_number_table := NULL,
1077: p_modified_to IN jtf_number_table := NULL,
1078: p_operand IN jtf_number_table := NULL,
1079: p_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
1080: p_automatic_flag IN jtf_varchar2_table_100 := NULL,
1081: p_update_allowable_flag IN jtf_varchar2_table_100 := NULL,

Line 1078: p_operand IN jtf_number_table := NULL,

1074: p_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
1075: p_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
1076: p_modified_from IN jtf_number_table := NULL,
1077: p_modified_to IN jtf_number_table := NULL,
1078: p_operand IN jtf_number_table := NULL,
1079: p_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
1080: p_automatic_flag IN jtf_varchar2_table_100 := NULL,
1081: p_update_allowable_flag IN jtf_varchar2_table_100 := NULL,
1082: p_updated_flag IN jtf_varchar2_table_100 := NULL,

Line 1085: p_pricing_phase_id IN jtf_number_table := NULL,

1081: p_update_allowable_flag IN jtf_varchar2_table_100 := NULL,
1082: p_updated_flag IN jtf_varchar2_table_100 := NULL,
1083: p_applied_flag IN jtf_varchar2_table_100 := NULL,
1084: p_on_invoice_flag IN jtf_varchar2_table_100 := NULL,
1085: p_pricing_phase_id IN jtf_number_table := NULL,
1086: p_attribute_category IN jtf_varchar2_table_100 := NULL,
1087: p_attribute1 IN jtf_varchar2_table_300 := NULL,
1088: p_attribute2 IN jtf_varchar2_table_300 := NULL,
1089: p_attribute3 IN jtf_varchar2_table_300 := NULL,

Line 1107: p_cost_id IN jtf_number_table := NULL,

1103: p_change_sequence IN jtf_varchar2_table_100 := NULL,
1104: p_update_allowed IN jtf_varchar2_table_100 := NULL,
1105: p_change_reason_code IN jtf_varchar2_table_100 := NULL,
1106: p_change_reason_text IN jtf_varchar2_table_2000 := NULL,
1107: p_cost_id IN jtf_number_table := NULL,
1108: p_tax_code IN jtf_varchar2_table_100 := NULL,
1109: p_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
1110: p_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
1111: p_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,

Line 1112: p_parent_adjustment_id IN jtf_number_table := NULL,

1108: p_tax_code IN jtf_varchar2_table_100 := NULL,
1109: p_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
1110: p_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
1111: p_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,
1112: p_parent_adjustment_id IN jtf_number_table := NULL,
1113: p_invoiced_flag IN jtf_varchar2_table_100 := NULL,
1114: p_estimated_flag IN jtf_varchar2_table_100 := NULL,
1115: p_inc_in_sales_perfce IN jtf_varchar2_table_100 := NULL,
1116: p_split_action_code IN jtf_varchar2_table_100 := NULL,

Line 1117: p_adjusted_amount IN jtf_number_table := NULL,

1113: p_invoiced_flag IN jtf_varchar2_table_100 := NULL,
1114: p_estimated_flag IN jtf_varchar2_table_100 := NULL,
1115: p_inc_in_sales_perfce IN jtf_varchar2_table_100 := NULL,
1116: p_split_action_code IN jtf_varchar2_table_100 := NULL,
1117: p_adjusted_amount IN jtf_number_table := NULL,
1118: p_charge_type_code IN jtf_varchar2_table_100 := NULL,
1119: p_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
1120: p_range_break_quantity IN jtf_number_table := NULL,
1121: p_accrual_conv_rate IN jtf_number_table := NULL,

Line 1120: p_range_break_quantity IN jtf_number_table := NULL,

1116: p_split_action_code IN jtf_varchar2_table_100 := NULL,
1117: p_adjusted_amount IN jtf_number_table := NULL,
1118: p_charge_type_code IN jtf_varchar2_table_100 := NULL,
1119: p_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
1120: p_range_break_quantity IN jtf_number_table := NULL,
1121: p_accrual_conv_rate IN jtf_number_table := NULL,
1122: p_pricing_group_sequence IN jtf_number_table := NULL,
1123: p_accrual_flag IN jtf_varchar2_table_100 := NULL,
1124: p_list_line_no IN jtf_varchar2_table_300 := NULL,

Line 1121: p_accrual_conv_rate IN jtf_number_table := NULL,

1117: p_adjusted_amount IN jtf_number_table := NULL,
1118: p_charge_type_code IN jtf_varchar2_table_100 := NULL,
1119: p_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
1120: p_range_break_quantity IN jtf_number_table := NULL,
1121: p_accrual_conv_rate IN jtf_number_table := NULL,
1122: p_pricing_group_sequence IN jtf_number_table := NULL,
1123: p_accrual_flag IN jtf_varchar2_table_100 := NULL,
1124: p_list_line_no IN jtf_varchar2_table_300 := NULL,
1125: p_source_system_code IN jtf_varchar2_table_100 := NULL,

Line 1122: p_pricing_group_sequence IN jtf_number_table := NULL,

1118: p_charge_type_code IN jtf_varchar2_table_100 := NULL,
1119: p_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
1120: p_range_break_quantity IN jtf_number_table := NULL,
1121: p_accrual_conv_rate IN jtf_number_table := NULL,
1122: p_pricing_group_sequence IN jtf_number_table := NULL,
1123: p_accrual_flag IN jtf_varchar2_table_100 := NULL,
1124: p_list_line_no IN jtf_varchar2_table_300 := NULL,
1125: p_source_system_code IN jtf_varchar2_table_100 := NULL,
1126: p_benefit_qty IN jtf_number_table := NULL,

Line 1126: p_benefit_qty IN jtf_number_table := NULL,

1122: p_pricing_group_sequence IN jtf_number_table := NULL,
1123: p_accrual_flag IN jtf_varchar2_table_100 := NULL,
1124: p_list_line_no IN jtf_varchar2_table_300 := NULL,
1125: p_source_system_code IN jtf_varchar2_table_100 := NULL,
1126: p_benefit_qty IN jtf_number_table := NULL,
1127: p_benefit_uom_code IN jtf_varchar2_table_100 := NULL,
1128: p_print_on_invoice_flag IN jtf_varchar2_table_100 := NULL,
1129: p_expiration_date IN jtf_date_table := NULL,
1130: p_rebate_trans_type_code IN jtf_varchar2_table_100 := NULL,

Line 1141: p_shipment_index IN jtf_number_table := NULL,

1137: p_substitution_attribute IN jtf_varchar2_table_100 := NULL,
1138: p_proration_type_code IN jtf_varchar2_table_100 := NULL,
1139: p_include_on_ret_flag IN jtf_varchar2_table_100 := NULL,
1140: p_credit_or_charge_flag IN jtf_varchar2_table_100 := NULL,
1141: p_shipment_index IN jtf_number_table := NULL,
1142: p_quote_shipment_id IN jtf_number_table := NULL,
1143: p_attribute16 IN jtf_varchar2_table_300 := NULL,
1144: p_attribute17 IN jtf_varchar2_table_300 := NULL,
1145: p_attribute18 IN jtf_varchar2_table_300 := NULL,

Line 1142: p_quote_shipment_id IN jtf_number_table := NULL,

1138: p_proration_type_code IN jtf_varchar2_table_100 := NULL,
1139: p_include_on_ret_flag IN jtf_varchar2_table_100 := NULL,
1140: p_credit_or_charge_flag IN jtf_varchar2_table_100 := NULL,
1141: p_shipment_index IN jtf_number_table := NULL,
1142: p_quote_shipment_id IN jtf_number_table := NULL,
1143: p_attribute16 IN jtf_varchar2_table_300 := NULL,
1144: p_attribute17 IN jtf_varchar2_table_300 := NULL,
1145: p_attribute18 IN jtf_varchar2_table_300 := NULL,
1146: p_attribute19 IN jtf_varchar2_table_300 := NULL,

Line 1148: p_object_version_number IN jtf_number_table := NULL

1144: p_attribute17 IN jtf_varchar2_table_300 := NULL,
1145: p_attribute18 IN jtf_varchar2_table_300 := NULL,
1146: p_attribute19 IN jtf_varchar2_table_300 := NULL,
1147: p_attribute20 IN jtf_varchar2_table_300 := NULL,
1148: p_object_version_number IN jtf_number_table := NULL
1149: )
1150: RETURN ASO_Quote_Pub.Price_Adj_Tbl_Type;
1151:
1152: FUNCTION Construct_Sales_Credit_Tbl(

Line 1154: p_qte_line_index IN jtf_number_table := NULL,

1150: RETURN ASO_Quote_Pub.Price_Adj_Tbl_Type;
1151:
1152: FUNCTION Construct_Sales_Credit_Tbl(
1153: p_operation_code IN jtf_varchar2_table_100 := NULL,
1154: p_qte_line_index IN jtf_number_table := NULL,
1155: p_sales_credit_id IN jtf_number_table := NULL,
1156: p_creation_date IN jtf_date_table := NULL,
1157: p_created_by IN jtf_number_table := NULL,
1158: p_last_updated_by IN jtf_varchar2_table_300 := NULL,

Line 1155: p_sales_credit_id IN jtf_number_table := NULL,

1151:
1152: FUNCTION Construct_Sales_Credit_Tbl(
1153: p_operation_code IN jtf_varchar2_table_100 := NULL,
1154: p_qte_line_index IN jtf_number_table := NULL,
1155: p_sales_credit_id IN jtf_number_table := NULL,
1156: p_creation_date IN jtf_date_table := NULL,
1157: p_created_by IN jtf_number_table := NULL,
1158: p_last_updated_by IN jtf_varchar2_table_300 := NULL,
1159: p_last_update_date IN jtf_date_table := NULL,

Line 1157: p_created_by IN jtf_number_table := NULL,

1153: p_operation_code IN jtf_varchar2_table_100 := NULL,
1154: p_qte_line_index IN jtf_number_table := NULL,
1155: p_sales_credit_id IN jtf_number_table := NULL,
1156: p_creation_date IN jtf_date_table := NULL,
1157: p_created_by IN jtf_number_table := NULL,
1158: p_last_updated_by IN jtf_varchar2_table_300 := NULL,
1159: p_last_update_date IN jtf_date_table := NULL,
1160: p_last_update_login IN jtf_number_table := NULL,
1161: p_request_id IN jtf_number_table := NULL,

Line 1160: p_last_update_login IN jtf_number_table := NULL,

1156: p_creation_date IN jtf_date_table := NULL,
1157: p_created_by IN jtf_number_table := NULL,
1158: p_last_updated_by IN jtf_varchar2_table_300 := NULL,
1159: p_last_update_date IN jtf_date_table := NULL,
1160: p_last_update_login IN jtf_number_table := NULL,
1161: p_request_id IN jtf_number_table := NULL,
1162: p_program_application_id IN jtf_number_table := NULL,
1163: p_program_id IN jtf_number_table := NULL,
1164: p_program_update_date IN jtf_date_table := NULL,

Line 1161: p_request_id IN jtf_number_table := NULL,

1157: p_created_by IN jtf_number_table := NULL,
1158: p_last_updated_by IN jtf_varchar2_table_300 := NULL,
1159: p_last_update_date IN jtf_date_table := NULL,
1160: p_last_update_login IN jtf_number_table := NULL,
1161: p_request_id IN jtf_number_table := NULL,
1162: p_program_application_id IN jtf_number_table := NULL,
1163: p_program_id IN jtf_number_table := NULL,
1164: p_program_update_date IN jtf_date_table := NULL,
1165: p_quote_header_id IN jtf_number_table := NULL,

Line 1162: p_program_application_id IN jtf_number_table := NULL,

1158: p_last_updated_by IN jtf_varchar2_table_300 := NULL,
1159: p_last_update_date IN jtf_date_table := NULL,
1160: p_last_update_login IN jtf_number_table := NULL,
1161: p_request_id IN jtf_number_table := NULL,
1162: p_program_application_id IN jtf_number_table := NULL,
1163: p_program_id IN jtf_number_table := NULL,
1164: p_program_update_date IN jtf_date_table := NULL,
1165: p_quote_header_id IN jtf_number_table := NULL,
1166: p_quote_line_id IN jtf_number_table := NULL,

Line 1163: p_program_id IN jtf_number_table := NULL,

1159: p_last_update_date IN jtf_date_table := NULL,
1160: p_last_update_login IN jtf_number_table := NULL,
1161: p_request_id IN jtf_number_table := NULL,
1162: p_program_application_id IN jtf_number_table := NULL,
1163: p_program_id IN jtf_number_table := NULL,
1164: p_program_update_date IN jtf_date_table := NULL,
1165: p_quote_header_id IN jtf_number_table := NULL,
1166: p_quote_line_id IN jtf_number_table := NULL,
1167: p_percent IN jtf_number_table := NULL,

Line 1165: p_quote_header_id IN jtf_number_table := NULL,

1161: p_request_id IN jtf_number_table := NULL,
1162: p_program_application_id IN jtf_number_table := NULL,
1163: p_program_id IN jtf_number_table := NULL,
1164: p_program_update_date IN jtf_date_table := NULL,
1165: p_quote_header_id IN jtf_number_table := NULL,
1166: p_quote_line_id IN jtf_number_table := NULL,
1167: p_percent IN jtf_number_table := NULL,
1168: p_resource_id IN jtf_number_table := NULL,
1169: p_first_name IN jtf_varchar2_table_300 := NULL,

Line 1166: p_quote_line_id IN jtf_number_table := NULL,

1162: p_program_application_id IN jtf_number_table := NULL,
1163: p_program_id IN jtf_number_table := NULL,
1164: p_program_update_date IN jtf_date_table := NULL,
1165: p_quote_header_id IN jtf_number_table := NULL,
1166: p_quote_line_id IN jtf_number_table := NULL,
1167: p_percent IN jtf_number_table := NULL,
1168: p_resource_id IN jtf_number_table := NULL,
1169: p_first_name IN jtf_varchar2_table_300 := NULL,
1170: p_last_name IN jtf_varchar2_table_300 := NULL,

Line 1167: p_percent IN jtf_number_table := NULL,

1163: p_program_id IN jtf_number_table := NULL,
1164: p_program_update_date IN jtf_date_table := NULL,
1165: p_quote_header_id IN jtf_number_table := NULL,
1166: p_quote_line_id IN jtf_number_table := NULL,
1167: p_percent IN jtf_number_table := NULL,
1168: p_resource_id IN jtf_number_table := NULL,
1169: p_first_name IN jtf_varchar2_table_300 := NULL,
1170: p_last_name IN jtf_varchar2_table_300 := NULL,
1171: p_sales_credit_type IN jtf_varchar2_table_300 := NULL,

Line 1168: p_resource_id IN jtf_number_table := NULL,

1164: p_program_update_date IN jtf_date_table := NULL,
1165: p_quote_header_id IN jtf_number_table := NULL,
1166: p_quote_line_id IN jtf_number_table := NULL,
1167: p_percent IN jtf_number_table := NULL,
1168: p_resource_id IN jtf_number_table := NULL,
1169: p_first_name IN jtf_varchar2_table_300 := NULL,
1170: p_last_name IN jtf_varchar2_table_300 := NULL,
1171: p_sales_credit_type IN jtf_varchar2_table_300 := NULL,
1172: p_resource_group_id IN jtf_number_table := NULL,

Line 1172: p_resource_group_id IN jtf_number_table := NULL,

1168: p_resource_id IN jtf_number_table := NULL,
1169: p_first_name IN jtf_varchar2_table_300 := NULL,
1170: p_last_name IN jtf_varchar2_table_300 := NULL,
1171: p_sales_credit_type IN jtf_varchar2_table_300 := NULL,
1172: p_resource_group_id IN jtf_number_table := NULL,
1173: p_employee_person_id IN jtf_number_table := NULL,
1174: p_sales_credit_type_id IN jtf_number_table := NULL,
1175: p_attribute_category IN jtf_varchar2_table_100 := NULL,
1176: p_attribute1 IN jtf_varchar2_table_300 := NULL,

Line 1173: p_employee_person_id IN jtf_number_table := NULL,

1169: p_first_name IN jtf_varchar2_table_300 := NULL,
1170: p_last_name IN jtf_varchar2_table_300 := NULL,
1171: p_sales_credit_type IN jtf_varchar2_table_300 := NULL,
1172: p_resource_group_id IN jtf_number_table := NULL,
1173: p_employee_person_id IN jtf_number_table := NULL,
1174: p_sales_credit_type_id IN jtf_number_table := NULL,
1175: p_attribute_category IN jtf_varchar2_table_100 := NULL,
1176: p_attribute1 IN jtf_varchar2_table_300 := NULL,
1177: p_attribute2 IN jtf_varchar2_table_300 := NULL,

Line 1174: p_sales_credit_type_id IN jtf_number_table := NULL,

1170: p_last_name IN jtf_varchar2_table_300 := NULL,
1171: p_sales_credit_type IN jtf_varchar2_table_300 := NULL,
1172: p_resource_group_id IN jtf_number_table := NULL,
1173: p_employee_person_id IN jtf_number_table := NULL,
1174: p_sales_credit_type_id IN jtf_number_table := NULL,
1175: p_attribute_category IN jtf_varchar2_table_100 := NULL,
1176: p_attribute1 IN jtf_varchar2_table_300 := NULL,
1177: p_attribute2 IN jtf_varchar2_table_300 := NULL,
1178: p_attribute3 IN jtf_varchar2_table_300 := NULL,

Line 1192: p_credit_rule_id IN jtf_number_table := NULL,

1188: p_attribute13 IN jtf_varchar2_table_300 := NULL,
1189: p_attribute14 IN jtf_varchar2_table_300 := NULL,
1190: p_attribute15 IN jtf_varchar2_table_300 := NULL,
1191: p_system_assigned_flag IN jtf_varchar2_table_100 := NULL,
1192: p_credit_rule_id IN jtf_number_table := NULL,
1193: p_attribute16 IN jtf_varchar2_table_300 := NULL,
1194: p_attribute17 IN jtf_varchar2_table_300 := NULL,
1195: p_attribute18 IN jtf_varchar2_table_300 := NULL,
1196: p_attribute19 IN jtf_varchar2_table_300 := NULL,

Line 1198: p_object_version_number IN jtf_number_table := NULL

1194: p_attribute17 IN jtf_varchar2_table_300 := NULL,
1195: p_attribute18 IN jtf_varchar2_table_300 := NULL,
1196: p_attribute19 IN jtf_varchar2_table_300 := NULL,
1197: p_attribute20 IN jtf_varchar2_table_300 := NULL,
1198: p_object_version_number IN jtf_number_table := NULL
1199: )
1200: RETURN ASO_Quote_Pub.Sales_Credit_Tbl_Type;
1201:
1202: FUNCTION Construct_Opp_Qte_In_Rec(

Line 1230: p_access_id IN jtf_number_table := NULL,

1226: )
1227: RETURN ASO_Opp_Qte_Pub.Opp_Qte_In_Rec_Type;
1228:
1229: FUNCTION Construct_Qte_Access_Tbl(
1230: p_access_id IN jtf_number_table := NULL,
1231: p_quote_number IN jtf_number_table := NULL,
1232: p_resource_id IN jtf_number_table := NULL,
1233: p_resource_grp_id IN jtf_number_table := NULL,
1234: p_created_by IN jtf_number_table := NULL,

Line 1231: p_quote_number IN jtf_number_table := NULL,

1227: RETURN ASO_Opp_Qte_Pub.Opp_Qte_In_Rec_Type;
1228:
1229: FUNCTION Construct_Qte_Access_Tbl(
1230: p_access_id IN jtf_number_table := NULL,
1231: p_quote_number IN jtf_number_table := NULL,
1232: p_resource_id IN jtf_number_table := NULL,
1233: p_resource_grp_id IN jtf_number_table := NULL,
1234: p_created_by IN jtf_number_table := NULL,
1235: p_creation_date IN jtf_date_table := NULL,

Line 1232: p_resource_id IN jtf_number_table := NULL,

1228:
1229: FUNCTION Construct_Qte_Access_Tbl(
1230: p_access_id IN jtf_number_table := NULL,
1231: p_quote_number IN jtf_number_table := NULL,
1232: p_resource_id IN jtf_number_table := NULL,
1233: p_resource_grp_id IN jtf_number_table := NULL,
1234: p_created_by IN jtf_number_table := NULL,
1235: p_creation_date IN jtf_date_table := NULL,
1236: p_last_updated_by IN jtf_number_table := NULL,

Line 1233: p_resource_grp_id IN jtf_number_table := NULL,

1229: FUNCTION Construct_Qte_Access_Tbl(
1230: p_access_id IN jtf_number_table := NULL,
1231: p_quote_number IN jtf_number_table := NULL,
1232: p_resource_id IN jtf_number_table := NULL,
1233: p_resource_grp_id IN jtf_number_table := NULL,
1234: p_created_by IN jtf_number_table := NULL,
1235: p_creation_date IN jtf_date_table := NULL,
1236: p_last_updated_by IN jtf_number_table := NULL,
1237: p_last_update_login IN jtf_number_table := NULL,

Line 1234: p_created_by IN jtf_number_table := NULL,

1230: p_access_id IN jtf_number_table := NULL,
1231: p_quote_number IN jtf_number_table := NULL,
1232: p_resource_id IN jtf_number_table := NULL,
1233: p_resource_grp_id IN jtf_number_table := NULL,
1234: p_created_by IN jtf_number_table := NULL,
1235: p_creation_date IN jtf_date_table := NULL,
1236: p_last_updated_by IN jtf_number_table := NULL,
1237: p_last_update_login IN jtf_number_table := NULL,
1238: p_last_update_date IN jtf_date_table := NULL,

Line 1236: p_last_updated_by IN jtf_number_table := NULL,

1232: p_resource_id IN jtf_number_table := NULL,
1233: p_resource_grp_id IN jtf_number_table := NULL,
1234: p_created_by IN jtf_number_table := NULL,
1235: p_creation_date IN jtf_date_table := NULL,
1236: p_last_updated_by IN jtf_number_table := NULL,
1237: p_last_update_login IN jtf_number_table := NULL,
1238: p_last_update_date IN jtf_date_table := NULL,
1239: p_request_id IN jtf_number_table := NULL,
1240: p_program_application_id IN jtf_number_table := NULL,

Line 1237: p_last_update_login IN jtf_number_table := NULL,

1233: p_resource_grp_id IN jtf_number_table := NULL,
1234: p_created_by IN jtf_number_table := NULL,
1235: p_creation_date IN jtf_date_table := NULL,
1236: p_last_updated_by IN jtf_number_table := NULL,
1237: p_last_update_login IN jtf_number_table := NULL,
1238: p_last_update_date IN jtf_date_table := NULL,
1239: p_request_id IN jtf_number_table := NULL,
1240: p_program_application_id IN jtf_number_table := NULL,
1241: p_program_id IN jtf_number_table := NULL,

Line 1239: p_request_id IN jtf_number_table := NULL,

1235: p_creation_date IN jtf_date_table := NULL,
1236: p_last_updated_by IN jtf_number_table := NULL,
1237: p_last_update_login IN jtf_number_table := NULL,
1238: p_last_update_date IN jtf_date_table := NULL,
1239: p_request_id IN jtf_number_table := NULL,
1240: p_program_application_id IN jtf_number_table := NULL,
1241: p_program_id IN jtf_number_table := NULL,
1242: p_program_update_date IN jtf_date_table := NULL,
1243: p_keep_flag IN jtf_varchar2_table_100 := NULL,

Line 1240: p_program_application_id IN jtf_number_table := NULL,

1236: p_last_updated_by IN jtf_number_table := NULL,
1237: p_last_update_login IN jtf_number_table := NULL,
1238: p_last_update_date IN jtf_date_table := NULL,
1239: p_request_id IN jtf_number_table := NULL,
1240: p_program_application_id IN jtf_number_table := NULL,
1241: p_program_id IN jtf_number_table := NULL,
1242: p_program_update_date IN jtf_date_table := NULL,
1243: p_keep_flag IN jtf_varchar2_table_100 := NULL,
1244: p_update_access_flag IN jtf_varchar2_table_100 := NULL,

Line 1241: p_program_id IN jtf_number_table := NULL,

1237: p_last_update_login IN jtf_number_table := NULL,
1238: p_last_update_date IN jtf_date_table := NULL,
1239: p_request_id IN jtf_number_table := NULL,
1240: p_program_application_id IN jtf_number_table := NULL,
1241: p_program_id IN jtf_number_table := NULL,
1242: p_program_update_date IN jtf_date_table := NULL,
1243: p_keep_flag IN jtf_varchar2_table_100 := NULL,
1244: p_update_access_flag IN jtf_varchar2_table_100 := NULL,
1245: p_created_by_tap_flag IN jtf_varchar2_table_100 := NULL,

Line 1246: p_role_id IN jtf_number_table := NULL,

1242: p_program_update_date IN jtf_date_table := NULL,
1243: p_keep_flag IN jtf_varchar2_table_100 := NULL,
1244: p_update_access_flag IN jtf_varchar2_table_100 := NULL,
1245: p_created_by_tap_flag IN jtf_varchar2_table_100 := NULL,
1246: p_role_id IN jtf_number_table := NULL,
1247: p_territory_id IN jtf_number_table := NULL,
1248: p_territory_source_flag IN jtf_varchar2_table_100 := NULL,
1249: p_attribute_category IN jtf_varchar2_table_100 := NULL,
1250: p_attribute1 IN jtf_varchar2_table_300 := NULL,

Line 1247: p_territory_id IN jtf_number_table := NULL,

1243: p_keep_flag IN jtf_varchar2_table_100 := NULL,
1244: p_update_access_flag IN jtf_varchar2_table_100 := NULL,
1245: p_created_by_tap_flag IN jtf_varchar2_table_100 := NULL,
1246: p_role_id IN jtf_number_table := NULL,
1247: p_territory_id IN jtf_number_table := NULL,
1248: p_territory_source_flag IN jtf_varchar2_table_100 := NULL,
1249: p_attribute_category IN jtf_varchar2_table_100 := NULL,
1250: p_attribute1 IN jtf_varchar2_table_300 := NULL,
1251: p_attribute2 IN jtf_varchar2_table_300 := NULL,

Line 1270: p_object_version_number IN jtf_number_table := NULL,

1266: p_attribute17 IN jtf_varchar2_table_300 := NULL,
1267: p_attribute18 IN jtf_varchar2_table_300 := NULL,
1268: p_attribute19 IN jtf_varchar2_table_300 := NULL,
1269: p_attribute20 IN jtf_varchar2_table_300 := NULL,
1270: p_object_version_number IN jtf_number_table := NULL,
1271: p_batch_price_flag IN jtf_varchar2_table_100 := NULL,
1272: p_operation_code IN jtf_varchar2_table_100 := NULL
1273: )
1274: RETURN ASO_QUOTE_PUB.Qte_Access_Tbl_Type;

Line 1292: p_instance_id IN jtf_number_table := NULL,

1288: )
1289: RETURN ASO_Copy_Quote_Pub.Copy_Quote_Header_Rec_Type;
1290:
1291: FUNCTION Construct_Instance_Tbl(
1292: p_instance_id IN jtf_number_table := NULL,
1293: p_price_list_id IN jtf_number_table := NULL
1294: )
1295: RETURN ASO_Quote_Headers_PVT.Instance_Tbl_Type;
1296:

Line 1293: p_price_list_id IN jtf_number_table := NULL

1289: RETURN ASO_Copy_Quote_Pub.Copy_Quote_Header_Rec_Type;
1290:
1291: FUNCTION Construct_Instance_Tbl(
1292: p_instance_id IN jtf_number_table := NULL,
1293: p_price_list_id IN jtf_number_table := NULL
1294: )
1295: RETURN ASO_Quote_Headers_PVT.Instance_Tbl_Type;
1296:
1297: PROCEDURE Set_Control_Rec_W(

Line 1369: x_quote_header_id OUT NOCOPY jtf_number_table,

1365: );
1366:
1367: PROCEDURE Set_Qte_Header_Tbl_Out(
1368: p_qte_header_tbl IN ASO_Quote_Pub.Qte_Header_Tbl_Type,
1369: x_quote_header_id OUT NOCOPY jtf_number_table,
1370: x_last_update_date OUT NOCOPY jtf_date_table
1371:
1372: /*-- The following output parameters are ignored
1373: x_creation_date OUT NOCOPY jtf_date_table,

Line 1374: x_created_by OUT NOCOPY jtf_number_table,

1370: x_last_update_date OUT NOCOPY jtf_date_table
1371:
1372: /*-- The following output parameters are ignored
1373: x_creation_date OUT NOCOPY jtf_date_table,
1374: x_created_by OUT NOCOPY jtf_number_table,
1375: x_last_updated_by OUT NOCOPY jtf_number_table,
1376: x_last_update_login OUT NOCOPY jtf_number_table,
1377: x_request_id OUT NOCOPY jtf_number_table,
1378: x_program_application_id OUT NOCOPY jtf_number_table,

Line 1375: x_last_updated_by OUT NOCOPY jtf_number_table,

1371:
1372: /*-- The following output parameters are ignored
1373: x_creation_date OUT NOCOPY jtf_date_table,
1374: x_created_by OUT NOCOPY jtf_number_table,
1375: x_last_updated_by OUT NOCOPY jtf_number_table,
1376: x_last_update_login OUT NOCOPY jtf_number_table,
1377: x_request_id OUT NOCOPY jtf_number_table,
1378: x_program_application_id OUT NOCOPY jtf_number_table,
1379: x_program_id OUT NOCOPY jtf_number_table,

Line 1376: x_last_update_login OUT NOCOPY jtf_number_table,

1372: /*-- The following output parameters are ignored
1373: x_creation_date OUT NOCOPY jtf_date_table,
1374: x_created_by OUT NOCOPY jtf_number_table,
1375: x_last_updated_by OUT NOCOPY jtf_number_table,
1376: x_last_update_login OUT NOCOPY jtf_number_table,
1377: x_request_id OUT NOCOPY jtf_number_table,
1378: x_program_application_id OUT NOCOPY jtf_number_table,
1379: x_program_id OUT NOCOPY jtf_number_table,
1380: x_program_update_date OUT NOCOPY jtf_date_table,

Line 1377: x_request_id OUT NOCOPY jtf_number_table,

1373: x_creation_date OUT NOCOPY jtf_date_table,
1374: x_created_by OUT NOCOPY jtf_number_table,
1375: x_last_updated_by OUT NOCOPY jtf_number_table,
1376: x_last_update_login OUT NOCOPY jtf_number_table,
1377: x_request_id OUT NOCOPY jtf_number_table,
1378: x_program_application_id OUT NOCOPY jtf_number_table,
1379: x_program_id OUT NOCOPY jtf_number_table,
1380: x_program_update_date OUT NOCOPY jtf_date_table,
1381: x_org_id OUT NOCOPY jtf_number_table,

Line 1378: x_program_application_id OUT NOCOPY jtf_number_table,

1374: x_created_by OUT NOCOPY jtf_number_table,
1375: x_last_updated_by OUT NOCOPY jtf_number_table,
1376: x_last_update_login OUT NOCOPY jtf_number_table,
1377: x_request_id OUT NOCOPY jtf_number_table,
1378: x_program_application_id OUT NOCOPY jtf_number_table,
1379: x_program_id OUT NOCOPY jtf_number_table,
1380: x_program_update_date OUT NOCOPY jtf_date_table,
1381: x_org_id OUT NOCOPY jtf_number_table,
1382: x_quote_name OUT NOCOPY jtf_varchar2_table_100,

Line 1379: x_program_id OUT NOCOPY jtf_number_table,

1375: x_last_updated_by OUT NOCOPY jtf_number_table,
1376: x_last_update_login OUT NOCOPY jtf_number_table,
1377: x_request_id OUT NOCOPY jtf_number_table,
1378: x_program_application_id OUT NOCOPY jtf_number_table,
1379: x_program_id OUT NOCOPY jtf_number_table,
1380: x_program_update_date OUT NOCOPY jtf_date_table,
1381: x_org_id OUT NOCOPY jtf_number_table,
1382: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
1383: x_quote_number OUT NOCOPY jtf_number_table,

Line 1381: x_org_id OUT NOCOPY jtf_number_table,

1377: x_request_id OUT NOCOPY jtf_number_table,
1378: x_program_application_id OUT NOCOPY jtf_number_table,
1379: x_program_id OUT NOCOPY jtf_number_table,
1380: x_program_update_date OUT NOCOPY jtf_date_table,
1381: x_org_id OUT NOCOPY jtf_number_table,
1382: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
1383: x_quote_number OUT NOCOPY jtf_number_table,
1384: x_quote_version OUT NOCOPY jtf_number_table,
1385: x_quote_status_id OUT NOCOPY jtf_number_table,

Line 1383: x_quote_number OUT NOCOPY jtf_number_table,

1379: x_program_id OUT NOCOPY jtf_number_table,
1380: x_program_update_date OUT NOCOPY jtf_date_table,
1381: x_org_id OUT NOCOPY jtf_number_table,
1382: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
1383: x_quote_number OUT NOCOPY jtf_number_table,
1384: x_quote_version OUT NOCOPY jtf_number_table,
1385: x_quote_status_id OUT NOCOPY jtf_number_table,
1386: x_quote_source_code OUT NOCOPY jtf_varchar2_table_300,
1387: x_quote_expiration_date OUT NOCOPY jtf_date_table,

Line 1384: x_quote_version OUT NOCOPY jtf_number_table,

1380: x_program_update_date OUT NOCOPY jtf_date_table,
1381: x_org_id OUT NOCOPY jtf_number_table,
1382: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
1383: x_quote_number OUT NOCOPY jtf_number_table,
1384: x_quote_version OUT NOCOPY jtf_number_table,
1385: x_quote_status_id OUT NOCOPY jtf_number_table,
1386: x_quote_source_code OUT NOCOPY jtf_varchar2_table_300,
1387: x_quote_expiration_date OUT NOCOPY jtf_date_table,
1388: x_price_frozen_date OUT NOCOPY jtf_date_table,

Line 1385: x_quote_status_id OUT NOCOPY jtf_number_table,

1381: x_org_id OUT NOCOPY jtf_number_table,
1382: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
1383: x_quote_number OUT NOCOPY jtf_number_table,
1384: x_quote_version OUT NOCOPY jtf_number_table,
1385: x_quote_status_id OUT NOCOPY jtf_number_table,
1386: x_quote_source_code OUT NOCOPY jtf_varchar2_table_300,
1387: x_quote_expiration_date OUT NOCOPY jtf_date_table,
1388: x_price_frozen_date OUT NOCOPY jtf_date_table,
1389: x_quote_password OUT NOCOPY jtf_varchar2_table_300,

Line 1391: x_party_id OUT NOCOPY jtf_number_table,

1387: x_quote_expiration_date OUT NOCOPY jtf_date_table,
1388: x_price_frozen_date OUT NOCOPY jtf_date_table,
1389: x_quote_password OUT NOCOPY jtf_varchar2_table_300,
1390: x_original_system_reference OUT NOCOPY jtf_varchar2_table_300,
1391: x_party_id OUT NOCOPY jtf_number_table,
1392: x_cust_account_id OUT NOCOPY jtf_number_table,
1393: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
1394: x_org_contact_id OUT NOCOPY jtf_number_table,
1395: x_phone_id OUT NOCOPY jtf_number_table,

Line 1392: x_cust_account_id OUT NOCOPY jtf_number_table,

1388: x_price_frozen_date OUT NOCOPY jtf_date_table,
1389: x_quote_password OUT NOCOPY jtf_varchar2_table_300,
1390: x_original_system_reference OUT NOCOPY jtf_varchar2_table_300,
1391: x_party_id OUT NOCOPY jtf_number_table,
1392: x_cust_account_id OUT NOCOPY jtf_number_table,
1393: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
1394: x_org_contact_id OUT NOCOPY jtf_number_table,
1395: x_phone_id OUT NOCOPY jtf_number_table,
1396: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,

Line 1393: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,

1389: x_quote_password OUT NOCOPY jtf_varchar2_table_300,
1390: x_original_system_reference OUT NOCOPY jtf_varchar2_table_300,
1391: x_party_id OUT NOCOPY jtf_number_table,
1392: x_cust_account_id OUT NOCOPY jtf_number_table,
1393: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
1394: x_org_contact_id OUT NOCOPY jtf_number_table,
1395: x_phone_id OUT NOCOPY jtf_number_table,
1396: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1397: x_invoice_to_party_id OUT NOCOPY jtf_number_table,

Line 1394: x_org_contact_id OUT NOCOPY jtf_number_table,

1390: x_original_system_reference OUT NOCOPY jtf_varchar2_table_300,
1391: x_party_id OUT NOCOPY jtf_number_table,
1392: x_cust_account_id OUT NOCOPY jtf_number_table,
1393: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
1394: x_org_contact_id OUT NOCOPY jtf_number_table,
1395: x_phone_id OUT NOCOPY jtf_number_table,
1396: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1397: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1398: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,

Line 1395: x_phone_id OUT NOCOPY jtf_number_table,

1391: x_party_id OUT NOCOPY jtf_number_table,
1392: x_cust_account_id OUT NOCOPY jtf_number_table,
1393: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
1394: x_org_contact_id OUT NOCOPY jtf_number_table,
1395: x_phone_id OUT NOCOPY jtf_number_table,
1396: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1397: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1398: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
1399: x_marketing_source_code_id OUT NOCOPY jtf_number_table,

Line 1396: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,

1392: x_cust_account_id OUT NOCOPY jtf_number_table,
1393: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
1394: x_org_contact_id OUT NOCOPY jtf_number_table,
1395: x_phone_id OUT NOCOPY jtf_number_table,
1396: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1397: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1398: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
1399: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
1400: x_order_type_id OUT NOCOPY jtf_number_table,

Line 1397: x_invoice_to_party_id OUT NOCOPY jtf_number_table,

1393: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
1394: x_org_contact_id OUT NOCOPY jtf_number_table,
1395: x_phone_id OUT NOCOPY jtf_number_table,
1396: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1397: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1398: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
1399: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
1400: x_order_type_id OUT NOCOPY jtf_number_table,
1401: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,

Line 1398: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,

1394: x_org_contact_id OUT NOCOPY jtf_number_table,
1395: x_phone_id OUT NOCOPY jtf_number_table,
1396: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1397: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1398: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
1399: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
1400: x_order_type_id OUT NOCOPY jtf_number_table,
1401: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
1402: x_ordered_date OUT NOCOPY jtf_date_table,

Line 1399: x_marketing_source_code_id OUT NOCOPY jtf_number_table,

1395: x_phone_id OUT NOCOPY jtf_number_table,
1396: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1397: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1398: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
1399: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
1400: x_order_type_id OUT NOCOPY jtf_number_table,
1401: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
1402: x_ordered_date OUT NOCOPY jtf_date_table,
1403: x_accounting_rule_id OUT NOCOPY jtf_number_table,

Line 1400: x_order_type_id OUT NOCOPY jtf_number_table,

1396: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1397: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1398: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
1399: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
1400: x_order_type_id OUT NOCOPY jtf_number_table,
1401: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
1402: x_ordered_date OUT NOCOPY jtf_date_table,
1403: x_accounting_rule_id OUT NOCOPY jtf_number_table,
1404: x_invoicing_rule_id OUT NOCOPY jtf_number_table,

Line 1403: x_accounting_rule_id OUT NOCOPY jtf_number_table,

1399: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
1400: x_order_type_id OUT NOCOPY jtf_number_table,
1401: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
1402: x_ordered_date OUT NOCOPY jtf_date_table,
1403: x_accounting_rule_id OUT NOCOPY jtf_number_table,
1404: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
1405: x_employee_person_id OUT NOCOPY jtf_number_table,
1406: x_price_list_id OUT NOCOPY jtf_number_table,
1407: x_currency_code OUT NOCOPY jtf_varchar2_table_100,

Line 1404: x_invoicing_rule_id OUT NOCOPY jtf_number_table,

1400: x_order_type_id OUT NOCOPY jtf_number_table,
1401: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
1402: x_ordered_date OUT NOCOPY jtf_date_table,
1403: x_accounting_rule_id OUT NOCOPY jtf_number_table,
1404: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
1405: x_employee_person_id OUT NOCOPY jtf_number_table,
1406: x_price_list_id OUT NOCOPY jtf_number_table,
1407: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
1408: x_total_list_price OUT NOCOPY jtf_number_table,

Line 1405: x_employee_person_id OUT NOCOPY jtf_number_table,

1401: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
1402: x_ordered_date OUT NOCOPY jtf_date_table,
1403: x_accounting_rule_id OUT NOCOPY jtf_number_table,
1404: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
1405: x_employee_person_id OUT NOCOPY jtf_number_table,
1406: x_price_list_id OUT NOCOPY jtf_number_table,
1407: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
1408: x_total_list_price OUT NOCOPY jtf_number_table,
1409: x_total_adjusted_amount OUT NOCOPY jtf_number_table,

Line 1406: x_price_list_id OUT NOCOPY jtf_number_table,

1402: x_ordered_date OUT NOCOPY jtf_date_table,
1403: x_accounting_rule_id OUT NOCOPY jtf_number_table,
1404: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
1405: x_employee_person_id OUT NOCOPY jtf_number_table,
1406: x_price_list_id OUT NOCOPY jtf_number_table,
1407: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
1408: x_total_list_price OUT NOCOPY jtf_number_table,
1409: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
1410: x_total_adjusted_percent OUT NOCOPY jtf_number_table,

Line 1408: x_total_list_price OUT NOCOPY jtf_number_table,

1404: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
1405: x_employee_person_id OUT NOCOPY jtf_number_table,
1406: x_price_list_id OUT NOCOPY jtf_number_table,
1407: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
1408: x_total_list_price OUT NOCOPY jtf_number_table,
1409: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
1410: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
1411: x_total_tax OUT NOCOPY jtf_number_table,
1412: x_total_shipping_charge OUT NOCOPY jtf_number_table,

Line 1409: x_total_adjusted_amount OUT NOCOPY jtf_number_table,

1405: x_employee_person_id OUT NOCOPY jtf_number_table,
1406: x_price_list_id OUT NOCOPY jtf_number_table,
1407: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
1408: x_total_list_price OUT NOCOPY jtf_number_table,
1409: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
1410: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
1411: x_total_tax OUT NOCOPY jtf_number_table,
1412: x_total_shipping_charge OUT NOCOPY jtf_number_table,
1413: x_surcharge OUT NOCOPY jtf_number_table,

Line 1410: x_total_adjusted_percent OUT NOCOPY jtf_number_table,

1406: x_price_list_id OUT NOCOPY jtf_number_table,
1407: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
1408: x_total_list_price OUT NOCOPY jtf_number_table,
1409: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
1410: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
1411: x_total_tax OUT NOCOPY jtf_number_table,
1412: x_total_shipping_charge OUT NOCOPY jtf_number_table,
1413: x_surcharge OUT NOCOPY jtf_number_table,
1414: x_total_quote_price OUT NOCOPY jtf_number_table,

Line 1411: x_total_tax OUT NOCOPY jtf_number_table,

1407: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
1408: x_total_list_price OUT NOCOPY jtf_number_table,
1409: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
1410: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
1411: x_total_tax OUT NOCOPY jtf_number_table,
1412: x_total_shipping_charge OUT NOCOPY jtf_number_table,
1413: x_surcharge OUT NOCOPY jtf_number_table,
1414: x_total_quote_price OUT NOCOPY jtf_number_table,
1415: x_payment_amount OUT NOCOPY jtf_number_table,

Line 1412: x_total_shipping_charge OUT NOCOPY jtf_number_table,

1408: x_total_list_price OUT NOCOPY jtf_number_table,
1409: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
1410: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
1411: x_total_tax OUT NOCOPY jtf_number_table,
1412: x_total_shipping_charge OUT NOCOPY jtf_number_table,
1413: x_surcharge OUT NOCOPY jtf_number_table,
1414: x_total_quote_price OUT NOCOPY jtf_number_table,
1415: x_payment_amount OUT NOCOPY jtf_number_table,
1416: x_exchange_rate OUT NOCOPY jtf_number_table,

Line 1413: x_surcharge OUT NOCOPY jtf_number_table,

1409: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
1410: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
1411: x_total_tax OUT NOCOPY jtf_number_table,
1412: x_total_shipping_charge OUT NOCOPY jtf_number_table,
1413: x_surcharge OUT NOCOPY jtf_number_table,
1414: x_total_quote_price OUT NOCOPY jtf_number_table,
1415: x_payment_amount OUT NOCOPY jtf_number_table,
1416: x_exchange_rate OUT NOCOPY jtf_number_table,
1417: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 1414: x_total_quote_price OUT NOCOPY jtf_number_table,

1410: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
1411: x_total_tax OUT NOCOPY jtf_number_table,
1412: x_total_shipping_charge OUT NOCOPY jtf_number_table,
1413: x_surcharge OUT NOCOPY jtf_number_table,
1414: x_total_quote_price OUT NOCOPY jtf_number_table,
1415: x_payment_amount OUT NOCOPY jtf_number_table,
1416: x_exchange_rate OUT NOCOPY jtf_number_table,
1417: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
1418: x_exchange_rate_date OUT NOCOPY jtf_date_table,

Line 1415: x_payment_amount OUT NOCOPY jtf_number_table,

1411: x_total_tax OUT NOCOPY jtf_number_table,
1412: x_total_shipping_charge OUT NOCOPY jtf_number_table,
1413: x_surcharge OUT NOCOPY jtf_number_table,
1414: x_total_quote_price OUT NOCOPY jtf_number_table,
1415: x_payment_amount OUT NOCOPY jtf_number_table,
1416: x_exchange_rate OUT NOCOPY jtf_number_table,
1417: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
1418: x_exchange_rate_date OUT NOCOPY jtf_date_table,
1419: x_contract_id OUT NOCOPY jtf_number_table,

Line 1416: x_exchange_rate OUT NOCOPY jtf_number_table,

1412: x_total_shipping_charge OUT NOCOPY jtf_number_table,
1413: x_surcharge OUT NOCOPY jtf_number_table,
1414: x_total_quote_price OUT NOCOPY jtf_number_table,
1415: x_payment_amount OUT NOCOPY jtf_number_table,
1416: x_exchange_rate OUT NOCOPY jtf_number_table,
1417: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
1418: x_exchange_rate_date OUT NOCOPY jtf_date_table,
1419: x_contract_id OUT NOCOPY jtf_number_table,
1420: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,

Line 1419: x_contract_id OUT NOCOPY jtf_number_table,

1415: x_payment_amount OUT NOCOPY jtf_number_table,
1416: x_exchange_rate OUT NOCOPY jtf_number_table,
1417: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
1418: x_exchange_rate_date OUT NOCOPY jtf_date_table,
1419: x_contract_id OUT NOCOPY jtf_number_table,
1420: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
1421: x_order_id OUT NOCOPY jtf_number_table,
1422: x_order_number OUT NOCOPY jtf_number_table,
1423: x_ffm_request_id OUT NOCOPY jtf_number_table,

Line 1421: x_order_id OUT NOCOPY jtf_number_table,

1417: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
1418: x_exchange_rate_date OUT NOCOPY jtf_date_table,
1419: x_contract_id OUT NOCOPY jtf_number_table,
1420: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
1421: x_order_id OUT NOCOPY jtf_number_table,
1422: x_order_number OUT NOCOPY jtf_number_table,
1423: x_ffm_request_id OUT NOCOPY jtf_number_table,
1424: x_qte_contract_id OUT NOCOPY jtf_number_table,
1425: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,

Line 1422: x_order_number OUT NOCOPY jtf_number_table,

1418: x_exchange_rate_date OUT NOCOPY jtf_date_table,
1419: x_contract_id OUT NOCOPY jtf_number_table,
1420: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
1421: x_order_id OUT NOCOPY jtf_number_table,
1422: x_order_number OUT NOCOPY jtf_number_table,
1423: x_ffm_request_id OUT NOCOPY jtf_number_table,
1424: x_qte_contract_id OUT NOCOPY jtf_number_table,
1425: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
1426: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,

Line 1423: x_ffm_request_id OUT NOCOPY jtf_number_table,

1419: x_contract_id OUT NOCOPY jtf_number_table,
1420: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
1421: x_order_id OUT NOCOPY jtf_number_table,
1422: x_order_number OUT NOCOPY jtf_number_table,
1423: x_ffm_request_id OUT NOCOPY jtf_number_table,
1424: x_qte_contract_id OUT NOCOPY jtf_number_table,
1425: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
1426: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
1427: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,

Line 1424: x_qte_contract_id OUT NOCOPY jtf_number_table,

1420: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
1421: x_order_id OUT NOCOPY jtf_number_table,
1422: x_order_number OUT NOCOPY jtf_number_table,
1423: x_ffm_request_id OUT NOCOPY jtf_number_table,
1424: x_qte_contract_id OUT NOCOPY jtf_number_table,
1425: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
1426: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
1427: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,
1428: x_attribute3 OUT NOCOPY jtf_varchar2_table_200,

Line 1469: x_resource_id OUT NOCOPY jtf_number_table

1465: x_invoice_to_postal_code OUT NOCOPY jtf_varchar2_table_100,
1466: x_invoice_to_state OUT NOCOPY jtf_varchar2_table_100,
1467: x_invoice_to_province OUT NOCOPY jtf_varchar2_table_100,
1468: x_invoice_to_county OUT NOCOPY jtf_varchar2_table_100,
1469: x_resource_id OUT NOCOPY jtf_number_table
1470: --*/
1471: );
1472:
1473: PROCEDURE Set_Qte_Line_Tbl_Out(

Line 1475: x_quote_line_id OUT NOCOPY jtf_number_table

1471: );
1472:
1473: PROCEDURE Set_Qte_Line_Tbl_Out(
1474: p_qte_line_tbl IN ASO_Quote_Pub.Qte_Line_Tbl_Type,
1475: x_quote_line_id OUT NOCOPY jtf_number_table
1476:
1477: /*-- The following output parameters are ignored
1478: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1479: x_creation_date OUT NOCOPY jtf_date_table,

Line 1480: x_created_by OUT NOCOPY jtf_number_table,

1476:
1477: /*-- The following output parameters are ignored
1478: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1479: x_creation_date OUT NOCOPY jtf_date_table,
1480: x_created_by OUT NOCOPY jtf_number_table,
1481: x_last_update_date OUT NOCOPY jtf_date_table,
1482: x_last_updated_by OUT NOCOPY jtf_number_table,
1483: x_last_update_login OUT NOCOPY jtf_number_table,
1484: x_request_id OUT NOCOPY jtf_number_table,

Line 1482: x_last_updated_by OUT NOCOPY jtf_number_table,

1478: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1479: x_creation_date OUT NOCOPY jtf_date_table,
1480: x_created_by OUT NOCOPY jtf_number_table,
1481: x_last_update_date OUT NOCOPY jtf_date_table,
1482: x_last_updated_by OUT NOCOPY jtf_number_table,
1483: x_last_update_login OUT NOCOPY jtf_number_table,
1484: x_request_id OUT NOCOPY jtf_number_table,
1485: x_program_application_id OUT NOCOPY jtf_number_table,
1486: x_program_id OUT NOCOPY jtf_number_table,

Line 1483: x_last_update_login OUT NOCOPY jtf_number_table,

1479: x_creation_date OUT NOCOPY jtf_date_table,
1480: x_created_by OUT NOCOPY jtf_number_table,
1481: x_last_update_date OUT NOCOPY jtf_date_table,
1482: x_last_updated_by OUT NOCOPY jtf_number_table,
1483: x_last_update_login OUT NOCOPY jtf_number_table,
1484: x_request_id OUT NOCOPY jtf_number_table,
1485: x_program_application_id OUT NOCOPY jtf_number_table,
1486: x_program_id OUT NOCOPY jtf_number_table,
1487: x_program_update_date OUT NOCOPY jtf_date_table,

Line 1484: x_request_id OUT NOCOPY jtf_number_table,

1480: x_created_by OUT NOCOPY jtf_number_table,
1481: x_last_update_date OUT NOCOPY jtf_date_table,
1482: x_last_updated_by OUT NOCOPY jtf_number_table,
1483: x_last_update_login OUT NOCOPY jtf_number_table,
1484: x_request_id OUT NOCOPY jtf_number_table,
1485: x_program_application_id OUT NOCOPY jtf_number_table,
1486: x_program_id OUT NOCOPY jtf_number_table,
1487: x_program_update_date OUT NOCOPY jtf_date_table,
1488: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 1485: x_program_application_id OUT NOCOPY jtf_number_table,

1481: x_last_update_date OUT NOCOPY jtf_date_table,
1482: x_last_updated_by OUT NOCOPY jtf_number_table,
1483: x_last_update_login OUT NOCOPY jtf_number_table,
1484: x_request_id OUT NOCOPY jtf_number_table,
1485: x_program_application_id OUT NOCOPY jtf_number_table,
1486: x_program_id OUT NOCOPY jtf_number_table,
1487: x_program_update_date OUT NOCOPY jtf_date_table,
1488: x_quote_header_id OUT NOCOPY jtf_number_table,
1489: x_org_id OUT NOCOPY jtf_number_table,

Line 1486: x_program_id OUT NOCOPY jtf_number_table,

1482: x_last_updated_by OUT NOCOPY jtf_number_table,
1483: x_last_update_login OUT NOCOPY jtf_number_table,
1484: x_request_id OUT NOCOPY jtf_number_table,
1485: x_program_application_id OUT NOCOPY jtf_number_table,
1486: x_program_id OUT NOCOPY jtf_number_table,
1487: x_program_update_date OUT NOCOPY jtf_date_table,
1488: x_quote_header_id OUT NOCOPY jtf_number_table,
1489: x_org_id OUT NOCOPY jtf_number_table,
1490: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,

Line 1488: x_quote_header_id OUT NOCOPY jtf_number_table,

1484: x_request_id OUT NOCOPY jtf_number_table,
1485: x_program_application_id OUT NOCOPY jtf_number_table,
1486: x_program_id OUT NOCOPY jtf_number_table,
1487: x_program_update_date OUT NOCOPY jtf_date_table,
1488: x_quote_header_id OUT NOCOPY jtf_number_table,
1489: x_org_id OUT NOCOPY jtf_number_table,
1490: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,
1491: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,
1492: x_line_number OUT NOCOPY jtf_number_table,

Line 1489: x_org_id OUT NOCOPY jtf_number_table,

1485: x_program_application_id OUT NOCOPY jtf_number_table,
1486: x_program_id OUT NOCOPY jtf_number_table,
1487: x_program_update_date OUT NOCOPY jtf_date_table,
1488: x_quote_header_id OUT NOCOPY jtf_number_table,
1489: x_org_id OUT NOCOPY jtf_number_table,
1490: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,
1491: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,
1492: x_line_number OUT NOCOPY jtf_number_table,
1493: x_start_date_active OUT NOCOPY jtf_date_table,

Line 1492: x_line_number OUT NOCOPY jtf_number_table,

1488: x_quote_header_id OUT NOCOPY jtf_number_table,
1489: x_org_id OUT NOCOPY jtf_number_table,
1490: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,
1491: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,
1492: x_line_number OUT NOCOPY jtf_number_table,
1493: x_start_date_active OUT NOCOPY jtf_date_table,
1494: x_end_date_active OUT NOCOPY jtf_date_table,
1495: x_order_line_type_id OUT NOCOPY jtf_number_table,
1496: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,

Line 1495: x_order_line_type_id OUT NOCOPY jtf_number_table,

1491: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,
1492: x_line_number OUT NOCOPY jtf_number_table,
1493: x_start_date_active OUT NOCOPY jtf_date_table,
1494: x_end_date_active OUT NOCOPY jtf_date_table,
1495: x_order_line_type_id OUT NOCOPY jtf_number_table,
1496: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1497: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1498: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
1499: x_organization_id OUT NOCOPY jtf_number_table,

Line 1496: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,

1492: x_line_number OUT NOCOPY jtf_number_table,
1493: x_start_date_active OUT NOCOPY jtf_date_table,
1494: x_end_date_active OUT NOCOPY jtf_date_table,
1495: x_order_line_type_id OUT NOCOPY jtf_number_table,
1496: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1497: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1498: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
1499: x_organization_id OUT NOCOPY jtf_number_table,
1500: x_inventory_item_id OUT NOCOPY jtf_number_table,

Line 1497: x_invoice_to_party_id OUT NOCOPY jtf_number_table,

1493: x_start_date_active OUT NOCOPY jtf_date_table,
1494: x_end_date_active OUT NOCOPY jtf_date_table,
1495: x_order_line_type_id OUT NOCOPY jtf_number_table,
1496: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1497: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1498: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
1499: x_organization_id OUT NOCOPY jtf_number_table,
1500: x_inventory_item_id OUT NOCOPY jtf_number_table,
1501: x_quantity OUT NOCOPY jtf_number_table,

Line 1498: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,

1494: x_end_date_active OUT NOCOPY jtf_date_table,
1495: x_order_line_type_id OUT NOCOPY jtf_number_table,
1496: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1497: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1498: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
1499: x_organization_id OUT NOCOPY jtf_number_table,
1500: x_inventory_item_id OUT NOCOPY jtf_number_table,
1501: x_quantity OUT NOCOPY jtf_number_table,
1502: x_uom_code OUT NOCOPY jtf_varchar2_table_100,

Line 1499: x_organization_id OUT NOCOPY jtf_number_table,

1495: x_order_line_type_id OUT NOCOPY jtf_number_table,
1496: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1497: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1498: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
1499: x_organization_id OUT NOCOPY jtf_number_table,
1500: x_inventory_item_id OUT NOCOPY jtf_number_table,
1501: x_quantity OUT NOCOPY jtf_number_table,
1502: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
1503: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,

Line 1500: x_inventory_item_id OUT NOCOPY jtf_number_table,

1496: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1497: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1498: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
1499: x_organization_id OUT NOCOPY jtf_number_table,
1500: x_inventory_item_id OUT NOCOPY jtf_number_table,
1501: x_quantity OUT NOCOPY jtf_number_table,
1502: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
1503: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
1504: x_marketing_source_code_id OUT NOCOPY jtf_number_table,

Line 1501: x_quantity OUT NOCOPY jtf_number_table,

1497: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1498: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
1499: x_organization_id OUT NOCOPY jtf_number_table,
1500: x_inventory_item_id OUT NOCOPY jtf_number_table,
1501: x_quantity OUT NOCOPY jtf_number_table,
1502: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
1503: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
1504: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
1505: x_price_list_id OUT NOCOPY jtf_number_table,

Line 1504: x_marketing_source_code_id OUT NOCOPY jtf_number_table,

1500: x_inventory_item_id OUT NOCOPY jtf_number_table,
1501: x_quantity OUT NOCOPY jtf_number_table,
1502: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
1503: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
1504: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
1505: x_price_list_id OUT NOCOPY jtf_number_table,
1506: x_price_list_line_id OUT NOCOPY jtf_number_table,
1507: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
1508: x_line_list_price OUT NOCOPY jtf_number_table,

Line 1505: x_price_list_id OUT NOCOPY jtf_number_table,

1501: x_quantity OUT NOCOPY jtf_number_table,
1502: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
1503: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
1504: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
1505: x_price_list_id OUT NOCOPY jtf_number_table,
1506: x_price_list_line_id OUT NOCOPY jtf_number_table,
1507: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
1508: x_line_list_price OUT NOCOPY jtf_number_table,
1509: x_line_adjusted_amount OUT NOCOPY jtf_number_table,

Line 1506: x_price_list_line_id OUT NOCOPY jtf_number_table,

1502: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
1503: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
1504: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
1505: x_price_list_id OUT NOCOPY jtf_number_table,
1506: x_price_list_line_id OUT NOCOPY jtf_number_table,
1507: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
1508: x_line_list_price OUT NOCOPY jtf_number_table,
1509: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
1510: x_line_adjusted_percent OUT NOCOPY jtf_number_table,

Line 1508: x_line_list_price OUT NOCOPY jtf_number_table,

1504: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
1505: x_price_list_id OUT NOCOPY jtf_number_table,
1506: x_price_list_line_id OUT NOCOPY jtf_number_table,
1507: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
1508: x_line_list_price OUT NOCOPY jtf_number_table,
1509: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
1510: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
1511: x_line_quote_price OUT NOCOPY jtf_number_table,
1512: x_related_item_id OUT NOCOPY jtf_number_table,

Line 1509: x_line_adjusted_amount OUT NOCOPY jtf_number_table,

1505: x_price_list_id OUT NOCOPY jtf_number_table,
1506: x_price_list_line_id OUT NOCOPY jtf_number_table,
1507: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
1508: x_line_list_price OUT NOCOPY jtf_number_table,
1509: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
1510: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
1511: x_line_quote_price OUT NOCOPY jtf_number_table,
1512: x_related_item_id OUT NOCOPY jtf_number_table,
1513: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,

Line 1510: x_line_adjusted_percent OUT NOCOPY jtf_number_table,

1506: x_price_list_line_id OUT NOCOPY jtf_number_table,
1507: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
1508: x_line_list_price OUT NOCOPY jtf_number_table,
1509: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
1510: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
1511: x_line_quote_price OUT NOCOPY jtf_number_table,
1512: x_related_item_id OUT NOCOPY jtf_number_table,
1513: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
1514: x_accounting_rule_id OUT NOCOPY jtf_number_table,

Line 1511: x_line_quote_price OUT NOCOPY jtf_number_table,

1507: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
1508: x_line_list_price OUT NOCOPY jtf_number_table,
1509: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
1510: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
1511: x_line_quote_price OUT NOCOPY jtf_number_table,
1512: x_related_item_id OUT NOCOPY jtf_number_table,
1513: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
1514: x_accounting_rule_id OUT NOCOPY jtf_number_table,
1515: x_invoicing_rule_id OUT NOCOPY jtf_number_table,

Line 1512: x_related_item_id OUT NOCOPY jtf_number_table,

1508: x_line_list_price OUT NOCOPY jtf_number_table,
1509: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
1510: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
1511: x_line_quote_price OUT NOCOPY jtf_number_table,
1512: x_related_item_id OUT NOCOPY jtf_number_table,
1513: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
1514: x_accounting_rule_id OUT NOCOPY jtf_number_table,
1515: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
1516: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,

Line 1514: x_accounting_rule_id OUT NOCOPY jtf_number_table,

1510: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
1511: x_line_quote_price OUT NOCOPY jtf_number_table,
1512: x_related_item_id OUT NOCOPY jtf_number_table,
1513: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
1514: x_accounting_rule_id OUT NOCOPY jtf_number_table,
1515: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
1516: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,
1517: x_backorder_flag OUT NOCOPY jtf_varchar2_table_100,
1518: x_minisite_id OUT NOCOPY jtf_number_table,

Line 1515: x_invoicing_rule_id OUT NOCOPY jtf_number_table,

1511: x_line_quote_price OUT NOCOPY jtf_number_table,
1512: x_related_item_id OUT NOCOPY jtf_number_table,
1513: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
1514: x_accounting_rule_id OUT NOCOPY jtf_number_table,
1515: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
1516: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,
1517: x_backorder_flag OUT NOCOPY jtf_varchar2_table_100,
1518: x_minisite_id OUT NOCOPY jtf_number_table,
1519: x_section_id OUT NOCOPY jtf_number_table,

Line 1518: x_minisite_id OUT NOCOPY jtf_number_table,

1514: x_accounting_rule_id OUT NOCOPY jtf_number_table,
1515: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
1516: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,
1517: x_backorder_flag OUT NOCOPY jtf_varchar2_table_100,
1518: x_minisite_id OUT NOCOPY jtf_number_table,
1519: x_section_id OUT NOCOPY jtf_number_table,
1520: x_selling_price_change OUT NOCOPY jtf_varchar2_table_100,
1521: x_recalculate_flag OUT NOCOPY jtf_varchar2_table_100,
1522: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,

Line 1519: x_section_id OUT NOCOPY jtf_number_table,

1515: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
1516: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,
1517: x_backorder_flag OUT NOCOPY jtf_varchar2_table_100,
1518: x_minisite_id OUT NOCOPY jtf_number_table,
1519: x_section_id OUT NOCOPY jtf_number_table,
1520: x_selling_price_change OUT NOCOPY jtf_varchar2_table_100,
1521: x_recalculate_flag OUT NOCOPY jtf_varchar2_table_100,
1522: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
1523: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,

Line 1549: x_quote_line_detail_id OUT NOCOPY jtf_number_table

1545: );
1546:
1547: PROCEDURE Set_Qte_Line_Dtl_Tbl_Out(
1548: p_qte_line_dtl_tbl IN ASO_Quote_Pub.Qte_Line_Dtl_Tbl_Type,
1549: x_quote_line_detail_id OUT NOCOPY jtf_number_table
1550:
1551: /*-- The following output parameters are ignored
1552: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1553: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 1553: x_qte_line_index OUT NOCOPY jtf_number_table,

1549: x_quote_line_detail_id OUT NOCOPY jtf_number_table
1550:
1551: /*-- The following output parameters are ignored
1552: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1553: x_qte_line_index OUT NOCOPY jtf_number_table,
1554: x_creation_date OUT NOCOPY jtf_date_table,
1555: x_created_by OUT NOCOPY jtf_number_table,
1556: x_last_update_date OUT NOCOPY jtf_date_table,
1557: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 1555: x_created_by OUT NOCOPY jtf_number_table,

1551: /*-- The following output parameters are ignored
1552: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1553: x_qte_line_index OUT NOCOPY jtf_number_table,
1554: x_creation_date OUT NOCOPY jtf_date_table,
1555: x_created_by OUT NOCOPY jtf_number_table,
1556: x_last_update_date OUT NOCOPY jtf_date_table,
1557: x_last_updated_by OUT NOCOPY jtf_number_table,
1558: x_last_update_login OUT NOCOPY jtf_number_table,
1559: x_request_id OUT NOCOPY jtf_number_table,

Line 1557: x_last_updated_by OUT NOCOPY jtf_number_table,

1553: x_qte_line_index OUT NOCOPY jtf_number_table,
1554: x_creation_date OUT NOCOPY jtf_date_table,
1555: x_created_by OUT NOCOPY jtf_number_table,
1556: x_last_update_date OUT NOCOPY jtf_date_table,
1557: x_last_updated_by OUT NOCOPY jtf_number_table,
1558: x_last_update_login OUT NOCOPY jtf_number_table,
1559: x_request_id OUT NOCOPY jtf_number_table,
1560: x_program_application_id OUT NOCOPY jtf_number_table,
1561: x_program_id OUT NOCOPY jtf_number_table,

Line 1558: x_last_update_login OUT NOCOPY jtf_number_table,

1554: x_creation_date OUT NOCOPY jtf_date_table,
1555: x_created_by OUT NOCOPY jtf_number_table,
1556: x_last_update_date OUT NOCOPY jtf_date_table,
1557: x_last_updated_by OUT NOCOPY jtf_number_table,
1558: x_last_update_login OUT NOCOPY jtf_number_table,
1559: x_request_id OUT NOCOPY jtf_number_table,
1560: x_program_application_id OUT NOCOPY jtf_number_table,
1561: x_program_id OUT NOCOPY jtf_number_table,
1562: x_program_update_date OUT NOCOPY jtf_date_table,

Line 1559: x_request_id OUT NOCOPY jtf_number_table,

1555: x_created_by OUT NOCOPY jtf_number_table,
1556: x_last_update_date OUT NOCOPY jtf_date_table,
1557: x_last_updated_by OUT NOCOPY jtf_number_table,
1558: x_last_update_login OUT NOCOPY jtf_number_table,
1559: x_request_id OUT NOCOPY jtf_number_table,
1560: x_program_application_id OUT NOCOPY jtf_number_table,
1561: x_program_id OUT NOCOPY jtf_number_table,
1562: x_program_update_date OUT NOCOPY jtf_date_table,
1563: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 1560: x_program_application_id OUT NOCOPY jtf_number_table,

1556: x_last_update_date OUT NOCOPY jtf_date_table,
1557: x_last_updated_by OUT NOCOPY jtf_number_table,
1558: x_last_update_login OUT NOCOPY jtf_number_table,
1559: x_request_id OUT NOCOPY jtf_number_table,
1560: x_program_application_id OUT NOCOPY jtf_number_table,
1561: x_program_id OUT NOCOPY jtf_number_table,
1562: x_program_update_date OUT NOCOPY jtf_date_table,
1563: x_quote_line_id OUT NOCOPY jtf_number_table,
1564: x_config_header_id OUT NOCOPY jtf_number_table,

Line 1561: x_program_id OUT NOCOPY jtf_number_table,

1557: x_last_updated_by OUT NOCOPY jtf_number_table,
1558: x_last_update_login OUT NOCOPY jtf_number_table,
1559: x_request_id OUT NOCOPY jtf_number_table,
1560: x_program_application_id OUT NOCOPY jtf_number_table,
1561: x_program_id OUT NOCOPY jtf_number_table,
1562: x_program_update_date OUT NOCOPY jtf_date_table,
1563: x_quote_line_id OUT NOCOPY jtf_number_table,
1564: x_config_header_id OUT NOCOPY jtf_number_table,
1565: x_config_revision_num OUT NOCOPY jtf_number_table,

Line 1563: x_quote_line_id OUT NOCOPY jtf_number_table,

1559: x_request_id OUT NOCOPY jtf_number_table,
1560: x_program_application_id OUT NOCOPY jtf_number_table,
1561: x_program_id OUT NOCOPY jtf_number_table,
1562: x_program_update_date OUT NOCOPY jtf_date_table,
1563: x_quote_line_id OUT NOCOPY jtf_number_table,
1564: x_config_header_id OUT NOCOPY jtf_number_table,
1565: x_config_revision_num OUT NOCOPY jtf_number_table,
1566: x_config_item_id OUT NOCOPY jtf_number_table,
1567: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,

Line 1564: x_config_header_id OUT NOCOPY jtf_number_table,

1560: x_program_application_id OUT NOCOPY jtf_number_table,
1561: x_program_id OUT NOCOPY jtf_number_table,
1562: x_program_update_date OUT NOCOPY jtf_date_table,
1563: x_quote_line_id OUT NOCOPY jtf_number_table,
1564: x_config_header_id OUT NOCOPY jtf_number_table,
1565: x_config_revision_num OUT NOCOPY jtf_number_table,
1566: x_config_item_id OUT NOCOPY jtf_number_table,
1567: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,
1568: x_valid_configuration_flag OUT NOCOPY jtf_varchar2_table_100,

Line 1565: x_config_revision_num OUT NOCOPY jtf_number_table,

1561: x_program_id OUT NOCOPY jtf_number_table,
1562: x_program_update_date OUT NOCOPY jtf_date_table,
1563: x_quote_line_id OUT NOCOPY jtf_number_table,
1564: x_config_header_id OUT NOCOPY jtf_number_table,
1565: x_config_revision_num OUT NOCOPY jtf_number_table,
1566: x_config_item_id OUT NOCOPY jtf_number_table,
1567: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,
1568: x_valid_configuration_flag OUT NOCOPY jtf_varchar2_table_100,
1569: x_component_code OUT NOCOPY jtf_varchar2_table_1200,

Line 1566: x_config_item_id OUT NOCOPY jtf_number_table,

1562: x_program_update_date OUT NOCOPY jtf_date_table,
1563: x_quote_line_id OUT NOCOPY jtf_number_table,
1564: x_config_header_id OUT NOCOPY jtf_number_table,
1565: x_config_revision_num OUT NOCOPY jtf_number_table,
1566: x_config_item_id OUT NOCOPY jtf_number_table,
1567: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,
1568: x_valid_configuration_flag OUT NOCOPY jtf_varchar2_table_100,
1569: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
1570: x_service_coterminate_flag OUT NOCOPY jtf_varchar2_table_100,

Line 1571: x_service_duration OUT NOCOPY jtf_number_table,

1567: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,
1568: x_valid_configuration_flag OUT NOCOPY jtf_varchar2_table_100,
1569: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
1570: x_service_coterminate_flag OUT NOCOPY jtf_varchar2_table_100,
1571: x_service_duration OUT NOCOPY jtf_number_table,
1572: x_service_period OUT NOCOPY jtf_varchar2_table_100,
1573: x_service_unit_selling OUT NOCOPY jtf_number_table,
1574: x_service_unit_list OUT NOCOPY jtf_number_table,
1575: x_service_number OUT NOCOPY jtf_number_table,

Line 1573: x_service_unit_selling OUT NOCOPY jtf_number_table,

1569: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
1570: x_service_coterminate_flag OUT NOCOPY jtf_varchar2_table_100,
1571: x_service_duration OUT NOCOPY jtf_number_table,
1572: x_service_period OUT NOCOPY jtf_varchar2_table_100,
1573: x_service_unit_selling OUT NOCOPY jtf_number_table,
1574: x_service_unit_list OUT NOCOPY jtf_number_table,
1575: x_service_number OUT NOCOPY jtf_number_table,
1576: x_unit_percent_base_price OUT NOCOPY jtf_number_table,
1577: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,

Line 1574: x_service_unit_list OUT NOCOPY jtf_number_table,

1570: x_service_coterminate_flag OUT NOCOPY jtf_varchar2_table_100,
1571: x_service_duration OUT NOCOPY jtf_number_table,
1572: x_service_period OUT NOCOPY jtf_varchar2_table_100,
1573: x_service_unit_selling OUT NOCOPY jtf_number_table,
1574: x_service_unit_list OUT NOCOPY jtf_number_table,
1575: x_service_number OUT NOCOPY jtf_number_table,
1576: x_unit_percent_base_price OUT NOCOPY jtf_number_table,
1577: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
1578: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,

Line 1575: x_service_number OUT NOCOPY jtf_number_table,

1571: x_service_duration OUT NOCOPY jtf_number_table,
1572: x_service_period OUT NOCOPY jtf_varchar2_table_100,
1573: x_service_unit_selling OUT NOCOPY jtf_number_table,
1574: x_service_unit_list OUT NOCOPY jtf_number_table,
1575: x_service_number OUT NOCOPY jtf_number_table,
1576: x_unit_percent_base_price OUT NOCOPY jtf_number_table,
1577: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
1578: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
1579: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,

Line 1576: x_unit_percent_base_price OUT NOCOPY jtf_number_table,

1572: x_service_period OUT NOCOPY jtf_varchar2_table_100,
1573: x_service_unit_selling OUT NOCOPY jtf_number_table,
1574: x_service_unit_list OUT NOCOPY jtf_number_table,
1575: x_service_number OUT NOCOPY jtf_number_table,
1576: x_unit_percent_base_price OUT NOCOPY jtf_number_table,
1577: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
1578: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
1579: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,
1580: x_attribute3 OUT NOCOPY jtf_varchar2_table_200,

Line 1594: x_service_ref_order_number OUT NOCOPY jtf_number_table,

1590: x_attribute13 OUT NOCOPY jtf_varchar2_table_200,
1591: x_attribute14 OUT NOCOPY jtf_varchar2_table_200,
1592: x_attribute15 OUT NOCOPY jtf_varchar2_table_200,
1593: x_service_ref_type_code OUT NOCOPY jtf_varchar2_table_100,
1594: x_service_ref_order_number OUT NOCOPY jtf_number_table,
1595: x_service_ref_line_number OUT NOCOPY jtf_number_table,
1596: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
1597: x_service_ref_line_id OUT NOCOPY jtf_number_table,
1598: x_service_ref_system_id OUT NOCOPY jtf_number_table,

Line 1595: x_service_ref_line_number OUT NOCOPY jtf_number_table,

1591: x_attribute14 OUT NOCOPY jtf_varchar2_table_200,
1592: x_attribute15 OUT NOCOPY jtf_varchar2_table_200,
1593: x_service_ref_type_code OUT NOCOPY jtf_varchar2_table_100,
1594: x_service_ref_order_number OUT NOCOPY jtf_number_table,
1595: x_service_ref_line_number OUT NOCOPY jtf_number_table,
1596: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
1597: x_service_ref_line_id OUT NOCOPY jtf_number_table,
1598: x_service_ref_system_id OUT NOCOPY jtf_number_table,
1599: x_service_ref_option_numb OUT NOCOPY jtf_number_table,

Line 1596: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,

1592: x_attribute15 OUT NOCOPY jtf_varchar2_table_200,
1593: x_service_ref_type_code OUT NOCOPY jtf_varchar2_table_100,
1594: x_service_ref_order_number OUT NOCOPY jtf_number_table,
1595: x_service_ref_line_number OUT NOCOPY jtf_number_table,
1596: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
1597: x_service_ref_line_id OUT NOCOPY jtf_number_table,
1598: x_service_ref_system_id OUT NOCOPY jtf_number_table,
1599: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
1600: x_service_ref_shipment OUT NOCOPY jtf_number_table,

Line 1597: x_service_ref_line_id OUT NOCOPY jtf_number_table,

1593: x_service_ref_type_code OUT NOCOPY jtf_varchar2_table_100,
1594: x_service_ref_order_number OUT NOCOPY jtf_number_table,
1595: x_service_ref_line_number OUT NOCOPY jtf_number_table,
1596: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
1597: x_service_ref_line_id OUT NOCOPY jtf_number_table,
1598: x_service_ref_system_id OUT NOCOPY jtf_number_table,
1599: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
1600: x_service_ref_shipment OUT NOCOPY jtf_number_table,
1601: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,

Line 1598: x_service_ref_system_id OUT NOCOPY jtf_number_table,

1594: x_service_ref_order_number OUT NOCOPY jtf_number_table,
1595: x_service_ref_line_number OUT NOCOPY jtf_number_table,
1596: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
1597: x_service_ref_line_id OUT NOCOPY jtf_number_table,
1598: x_service_ref_system_id OUT NOCOPY jtf_number_table,
1599: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
1600: x_service_ref_shipment OUT NOCOPY jtf_number_table,
1601: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
1602: x_return_ref_header_id OUT NOCOPY jtf_number_table,

Line 1599: x_service_ref_option_numb OUT NOCOPY jtf_number_table,

1595: x_service_ref_line_number OUT NOCOPY jtf_number_table,
1596: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
1597: x_service_ref_line_id OUT NOCOPY jtf_number_table,
1598: x_service_ref_system_id OUT NOCOPY jtf_number_table,
1599: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
1600: x_service_ref_shipment OUT NOCOPY jtf_number_table,
1601: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
1602: x_return_ref_header_id OUT NOCOPY jtf_number_table,
1603: x_return_ref_line_id OUT NOCOPY jtf_number_table,

Line 1600: x_service_ref_shipment OUT NOCOPY jtf_number_table,

1596: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
1597: x_service_ref_line_id OUT NOCOPY jtf_number_table,
1598: x_service_ref_system_id OUT NOCOPY jtf_number_table,
1599: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
1600: x_service_ref_shipment OUT NOCOPY jtf_number_table,
1601: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
1602: x_return_ref_header_id OUT NOCOPY jtf_number_table,
1603: x_return_ref_line_id OUT NOCOPY jtf_number_table,
1604: x_return_attribute1 OUT NOCOPY jtf_varchar2_table_300,

Line 1602: x_return_ref_header_id OUT NOCOPY jtf_number_table,

1598: x_service_ref_system_id OUT NOCOPY jtf_number_table,
1599: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
1600: x_service_ref_shipment OUT NOCOPY jtf_number_table,
1601: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
1602: x_return_ref_header_id OUT NOCOPY jtf_number_table,
1603: x_return_ref_line_id OUT NOCOPY jtf_number_table,
1604: x_return_attribute1 OUT NOCOPY jtf_varchar2_table_300,
1605: x_return_attribute2 OUT NOCOPY jtf_varchar2_table_300,
1606: x_return_attribute3 OUT NOCOPY jtf_varchar2_table_300,

Line 1603: x_return_ref_line_id OUT NOCOPY jtf_number_table,

1599: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
1600: x_service_ref_shipment OUT NOCOPY jtf_number_table,
1601: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
1602: x_return_ref_header_id OUT NOCOPY jtf_number_table,
1603: x_return_ref_line_id OUT NOCOPY jtf_number_table,
1604: x_return_attribute1 OUT NOCOPY jtf_varchar2_table_300,
1605: x_return_attribute2 OUT NOCOPY jtf_varchar2_table_300,
1606: x_return_attribute3 OUT NOCOPY jtf_varchar2_table_300,
1607: x_return_attribute4 OUT NOCOPY jtf_varchar2_table_300,

Line 1627: x_line_relationship_id OUT NOCOPY jtf_number_table

1623: );
1624:
1625: PROCEDURE Set_Line_Rltship_Tbl_Out(
1626: p_qte_line_rltship_tbl IN ASO_Quote_Pub.Line_Rltship_Tbl_Type,
1627: x_line_relationship_id OUT NOCOPY jtf_number_table
1628:
1629: /*-- The following output parameters are ignored
1630: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1631: x_creation_date OUT NOCOPY jtf_date_table,

Line 1632: x_created_by OUT NOCOPY jtf_number_table,

1628:
1629: /*-- The following output parameters are ignored
1630: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1631: x_creation_date OUT NOCOPY jtf_date_table,
1632: x_created_by OUT NOCOPY jtf_number_table,
1633: x_last_update_date OUT NOCOPY jtf_date_table,
1634: x_last_updated_by OUT NOCOPY jtf_number_table,
1635: x_last_update_login OUT NOCOPY jtf_number_table,
1636: x_request_id OUT NOCOPY jtf_number_table,

Line 1634: x_last_updated_by OUT NOCOPY jtf_number_table,

1630: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1631: x_creation_date OUT NOCOPY jtf_date_table,
1632: x_created_by OUT NOCOPY jtf_number_table,
1633: x_last_update_date OUT NOCOPY jtf_date_table,
1634: x_last_updated_by OUT NOCOPY jtf_number_table,
1635: x_last_update_login OUT NOCOPY jtf_number_table,
1636: x_request_id OUT NOCOPY jtf_number_table,
1637: x_program_application_id OUT NOCOPY jtf_number_table,
1638: x_program_id OUT NOCOPY jtf_number_table,

Line 1635: x_last_update_login OUT NOCOPY jtf_number_table,

1631: x_creation_date OUT NOCOPY jtf_date_table,
1632: x_created_by OUT NOCOPY jtf_number_table,
1633: x_last_update_date OUT NOCOPY jtf_date_table,
1634: x_last_updated_by OUT NOCOPY jtf_number_table,
1635: x_last_update_login OUT NOCOPY jtf_number_table,
1636: x_request_id OUT NOCOPY jtf_number_table,
1637: x_program_application_id OUT NOCOPY jtf_number_table,
1638: x_program_id OUT NOCOPY jtf_number_table,
1639: x_program_update_date OUT NOCOPY jtf_date_table,

Line 1636: x_request_id OUT NOCOPY jtf_number_table,

1632: x_created_by OUT NOCOPY jtf_number_table,
1633: x_last_update_date OUT NOCOPY jtf_date_table,
1634: x_last_updated_by OUT NOCOPY jtf_number_table,
1635: x_last_update_login OUT NOCOPY jtf_number_table,
1636: x_request_id OUT NOCOPY jtf_number_table,
1637: x_program_application_id OUT NOCOPY jtf_number_table,
1638: x_program_id OUT NOCOPY jtf_number_table,
1639: x_program_update_date OUT NOCOPY jtf_date_table,
1640: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 1637: x_program_application_id OUT NOCOPY jtf_number_table,

1633: x_last_update_date OUT NOCOPY jtf_date_table,
1634: x_last_updated_by OUT NOCOPY jtf_number_table,
1635: x_last_update_login OUT NOCOPY jtf_number_table,
1636: x_request_id OUT NOCOPY jtf_number_table,
1637: x_program_application_id OUT NOCOPY jtf_number_table,
1638: x_program_id OUT NOCOPY jtf_number_table,
1639: x_program_update_date OUT NOCOPY jtf_date_table,
1640: x_quote_line_id OUT NOCOPY jtf_number_table,
1641: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 1638: x_program_id OUT NOCOPY jtf_number_table,

1634: x_last_updated_by OUT NOCOPY jtf_number_table,
1635: x_last_update_login OUT NOCOPY jtf_number_table,
1636: x_request_id OUT NOCOPY jtf_number_table,
1637: x_program_application_id OUT NOCOPY jtf_number_table,
1638: x_program_id OUT NOCOPY jtf_number_table,
1639: x_program_update_date OUT NOCOPY jtf_date_table,
1640: x_quote_line_id OUT NOCOPY jtf_number_table,
1641: x_qte_line_index OUT NOCOPY jtf_number_table,
1642: x_related_quote_line_id OUT NOCOPY jtf_number_table,

Line 1640: x_quote_line_id OUT NOCOPY jtf_number_table,

1636: x_request_id OUT NOCOPY jtf_number_table,
1637: x_program_application_id OUT NOCOPY jtf_number_table,
1638: x_program_id OUT NOCOPY jtf_number_table,
1639: x_program_update_date OUT NOCOPY jtf_date_table,
1640: x_quote_line_id OUT NOCOPY jtf_number_table,
1641: x_qte_line_index OUT NOCOPY jtf_number_table,
1642: x_related_quote_line_id OUT NOCOPY jtf_number_table,
1643: x_related_qte_line_index OUT NOCOPY jtf_number_table,
1644: x_relationship_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 1641: x_qte_line_index OUT NOCOPY jtf_number_table,

1637: x_program_application_id OUT NOCOPY jtf_number_table,
1638: x_program_id OUT NOCOPY jtf_number_table,
1639: x_program_update_date OUT NOCOPY jtf_date_table,
1640: x_quote_line_id OUT NOCOPY jtf_number_table,
1641: x_qte_line_index OUT NOCOPY jtf_number_table,
1642: x_related_quote_line_id OUT NOCOPY jtf_number_table,
1643: x_related_qte_line_index OUT NOCOPY jtf_number_table,
1644: x_relationship_type_code OUT NOCOPY jtf_varchar2_table_100,
1645: x_reciprocal_flag OUT NOCOPY jtf_varchar2_table_100

Line 1642: x_related_quote_line_id OUT NOCOPY jtf_number_table,

1638: x_program_id OUT NOCOPY jtf_number_table,
1639: x_program_update_date OUT NOCOPY jtf_date_table,
1640: x_quote_line_id OUT NOCOPY jtf_number_table,
1641: x_qte_line_index OUT NOCOPY jtf_number_table,
1642: x_related_quote_line_id OUT NOCOPY jtf_number_table,
1643: x_related_qte_line_index OUT NOCOPY jtf_number_table,
1644: x_relationship_type_code OUT NOCOPY jtf_varchar2_table_100,
1645: x_reciprocal_flag OUT NOCOPY jtf_varchar2_table_100
1646: --*/

Line 1643: x_related_qte_line_index OUT NOCOPY jtf_number_table,

1639: x_program_update_date OUT NOCOPY jtf_date_table,
1640: x_quote_line_id OUT NOCOPY jtf_number_table,
1641: x_qte_line_index OUT NOCOPY jtf_number_table,
1642: x_related_quote_line_id OUT NOCOPY jtf_number_table,
1643: x_related_qte_line_index OUT NOCOPY jtf_number_table,
1644: x_relationship_type_code OUT NOCOPY jtf_varchar2_table_100,
1645: x_reciprocal_flag OUT NOCOPY jtf_varchar2_table_100
1646: --*/
1647: );

Line 1651: x_payment_id OUT NOCOPY jtf_number_table

1647: );
1648:
1649: PROCEDURE Set_Payment_Tbl_Out(
1650: p_qte_payment_tbl IN ASO_Quote_Pub.Payment_Tbl_Type,
1651: x_payment_id OUT NOCOPY jtf_number_table
1652:
1653: /*-- The following output parameters are ignored
1654: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1655: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 1655: x_qte_line_index OUT NOCOPY jtf_number_table,

1651: x_payment_id OUT NOCOPY jtf_number_table
1652:
1653: /*-- The following output parameters are ignored
1654: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1655: x_qte_line_index OUT NOCOPY jtf_number_table,
1656: x_shipment_index OUT NOCOPY jtf_number_table,
1657: x_creation_date OUT NOCOPY jtf_date_table,
1658: x_created_by OUT NOCOPY jtf_number_table,
1659: x_last_update_date OUT NOCOPY jtf_date_table,

Line 1656: x_shipment_index OUT NOCOPY jtf_number_table,

1652:
1653: /*-- The following output parameters are ignored
1654: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1655: x_qte_line_index OUT NOCOPY jtf_number_table,
1656: x_shipment_index OUT NOCOPY jtf_number_table,
1657: x_creation_date OUT NOCOPY jtf_date_table,
1658: x_created_by OUT NOCOPY jtf_number_table,
1659: x_last_update_date OUT NOCOPY jtf_date_table,
1660: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 1658: x_created_by OUT NOCOPY jtf_number_table,

1654: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1655: x_qte_line_index OUT NOCOPY jtf_number_table,
1656: x_shipment_index OUT NOCOPY jtf_number_table,
1657: x_creation_date OUT NOCOPY jtf_date_table,
1658: x_created_by OUT NOCOPY jtf_number_table,
1659: x_last_update_date OUT NOCOPY jtf_date_table,
1660: x_last_updated_by OUT NOCOPY jtf_number_table,
1661: x_last_update_login OUT NOCOPY jtf_number_table,
1662: x_request_id OUT NOCOPY jtf_number_table,

Line 1660: x_last_updated_by OUT NOCOPY jtf_number_table,

1656: x_shipment_index OUT NOCOPY jtf_number_table,
1657: x_creation_date OUT NOCOPY jtf_date_table,
1658: x_created_by OUT NOCOPY jtf_number_table,
1659: x_last_update_date OUT NOCOPY jtf_date_table,
1660: x_last_updated_by OUT NOCOPY jtf_number_table,
1661: x_last_update_login OUT NOCOPY jtf_number_table,
1662: x_request_id OUT NOCOPY jtf_number_table,
1663: x_program_application_id OUT NOCOPY jtf_number_table,
1664: x_program_id OUT NOCOPY jtf_number_table,

Line 1661: x_last_update_login OUT NOCOPY jtf_number_table,

1657: x_creation_date OUT NOCOPY jtf_date_table,
1658: x_created_by OUT NOCOPY jtf_number_table,
1659: x_last_update_date OUT NOCOPY jtf_date_table,
1660: x_last_updated_by OUT NOCOPY jtf_number_table,
1661: x_last_update_login OUT NOCOPY jtf_number_table,
1662: x_request_id OUT NOCOPY jtf_number_table,
1663: x_program_application_id OUT NOCOPY jtf_number_table,
1664: x_program_id OUT NOCOPY jtf_number_table,
1665: x_program_update_date OUT NOCOPY jtf_date_table,

Line 1662: x_request_id OUT NOCOPY jtf_number_table,

1658: x_created_by OUT NOCOPY jtf_number_table,
1659: x_last_update_date OUT NOCOPY jtf_date_table,
1660: x_last_updated_by OUT NOCOPY jtf_number_table,
1661: x_last_update_login OUT NOCOPY jtf_number_table,
1662: x_request_id OUT NOCOPY jtf_number_table,
1663: x_program_application_id OUT NOCOPY jtf_number_table,
1664: x_program_id OUT NOCOPY jtf_number_table,
1665: x_program_update_date OUT NOCOPY jtf_date_table,
1666: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 1663: x_program_application_id OUT NOCOPY jtf_number_table,

1659: x_last_update_date OUT NOCOPY jtf_date_table,
1660: x_last_updated_by OUT NOCOPY jtf_number_table,
1661: x_last_update_login OUT NOCOPY jtf_number_table,
1662: x_request_id OUT NOCOPY jtf_number_table,
1663: x_program_application_id OUT NOCOPY jtf_number_table,
1664: x_program_id OUT NOCOPY jtf_number_table,
1665: x_program_update_date OUT NOCOPY jtf_date_table,
1666: x_quote_header_id OUT NOCOPY jtf_number_table,
1667: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 1664: x_program_id OUT NOCOPY jtf_number_table,

1660: x_last_updated_by OUT NOCOPY jtf_number_table,
1661: x_last_update_login OUT NOCOPY jtf_number_table,
1662: x_request_id OUT NOCOPY jtf_number_table,
1663: x_program_application_id OUT NOCOPY jtf_number_table,
1664: x_program_id OUT NOCOPY jtf_number_table,
1665: x_program_update_date OUT NOCOPY jtf_date_table,
1666: x_quote_header_id OUT NOCOPY jtf_number_table,
1667: x_quote_line_id OUT NOCOPY jtf_number_table,
1668: x_quote_shipment_id OUT NOCOPY jtf_number_table,

Line 1666: x_quote_header_id OUT NOCOPY jtf_number_table,

1662: x_request_id OUT NOCOPY jtf_number_table,
1663: x_program_application_id OUT NOCOPY jtf_number_table,
1664: x_program_id OUT NOCOPY jtf_number_table,
1665: x_program_update_date OUT NOCOPY jtf_date_table,
1666: x_quote_header_id OUT NOCOPY jtf_number_table,
1667: x_quote_line_id OUT NOCOPY jtf_number_table,
1668: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1669: x_payment_type_code OUT NOCOPY jtf_varchar2_table_100,
1670: x_payment_ref_number OUT NOCOPY jtf_varchar2_table_300,

Line 1667: x_quote_line_id OUT NOCOPY jtf_number_table,

1663: x_program_application_id OUT NOCOPY jtf_number_table,
1664: x_program_id OUT NOCOPY jtf_number_table,
1665: x_program_update_date OUT NOCOPY jtf_date_table,
1666: x_quote_header_id OUT NOCOPY jtf_number_table,
1667: x_quote_line_id OUT NOCOPY jtf_number_table,
1668: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1669: x_payment_type_code OUT NOCOPY jtf_varchar2_table_100,
1670: x_payment_ref_number OUT NOCOPY jtf_varchar2_table_300,
1671: x_payment_option OUT NOCOPY jtf_varchar2_table_300,

Line 1668: x_quote_shipment_id OUT NOCOPY jtf_number_table,

1664: x_program_id OUT NOCOPY jtf_number_table,
1665: x_program_update_date OUT NOCOPY jtf_date_table,
1666: x_quote_header_id OUT NOCOPY jtf_number_table,
1667: x_quote_line_id OUT NOCOPY jtf_number_table,
1668: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1669: x_payment_type_code OUT NOCOPY jtf_varchar2_table_100,
1670: x_payment_ref_number OUT NOCOPY jtf_varchar2_table_300,
1671: x_payment_option OUT NOCOPY jtf_varchar2_table_300,
1672: x_payment_term_id OUT NOCOPY jtf_number_table,

Line 1672: x_payment_term_id OUT NOCOPY jtf_number_table,

1668: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1669: x_payment_type_code OUT NOCOPY jtf_varchar2_table_100,
1670: x_payment_ref_number OUT NOCOPY jtf_varchar2_table_300,
1671: x_payment_option OUT NOCOPY jtf_varchar2_table_300,
1672: x_payment_term_id OUT NOCOPY jtf_number_table,
1673: x_credit_card_code OUT NOCOPY jtf_varchar2_table_100,
1674: x_credit_card_holder_name OUT NOCOPY jtf_varchar2_table_100,
1675: x_credit_card_exp_date OUT NOCOPY jtf_date_table,
1676: x_credit_card_approval_code OUT NOCOPY jtf_varchar2_table_100,

Line 1678: x_payment_amount OUT NOCOPY jtf_number_table,

1674: x_credit_card_holder_name OUT NOCOPY jtf_varchar2_table_100,
1675: x_credit_card_exp_date OUT NOCOPY jtf_date_table,
1676: x_credit_card_approval_code OUT NOCOPY jtf_varchar2_table_100,
1677: x_credit_card_approval_date OUT NOCOPY jtf_date_table,
1678: x_payment_amount OUT NOCOPY jtf_number_table,
1679: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
1680: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
1681: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,
1682: x_attribute3 OUT NOCOPY jtf_varchar2_table_200,

Line 1701: x_shipment_id OUT NOCOPY jtf_number_table

1697: );
1698:
1699: PROCEDURE Set_Shipment_Tbl_Out(
1700: p_qte_shipment_tbl IN ASO_Quote_Pub.Shipment_Tbl_Type,
1701: x_shipment_id OUT NOCOPY jtf_number_table
1702:
1703: /*-- The following output parameters are ignored
1704: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1705: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 1705: x_qte_line_index OUT NOCOPY jtf_number_table,

1701: x_shipment_id OUT NOCOPY jtf_number_table
1702:
1703: /*-- The following output parameters are ignored
1704: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1705: x_qte_line_index OUT NOCOPY jtf_number_table,
1706: x_creation_date OUT NOCOPY jtf_date_table,
1707: x_created_by OUT NOCOPY jtf_number_table,
1708: x_last_update_date OUT NOCOPY jtf_date_table,
1709: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 1707: x_created_by OUT NOCOPY jtf_number_table,

1703: /*-- The following output parameters are ignored
1704: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1705: x_qte_line_index OUT NOCOPY jtf_number_table,
1706: x_creation_date OUT NOCOPY jtf_date_table,
1707: x_created_by OUT NOCOPY jtf_number_table,
1708: x_last_update_date OUT NOCOPY jtf_date_table,
1709: x_last_updated_by OUT NOCOPY jtf_number_table,
1710: x_last_update_login OUT NOCOPY jtf_number_table,
1711: x_request_id OUT NOCOPY jtf_number_table,

Line 1709: x_last_updated_by OUT NOCOPY jtf_number_table,

1705: x_qte_line_index OUT NOCOPY jtf_number_table,
1706: x_creation_date OUT NOCOPY jtf_date_table,
1707: x_created_by OUT NOCOPY jtf_number_table,
1708: x_last_update_date OUT NOCOPY jtf_date_table,
1709: x_last_updated_by OUT NOCOPY jtf_number_table,
1710: x_last_update_login OUT NOCOPY jtf_number_table,
1711: x_request_id OUT NOCOPY jtf_number_table,
1712: x_program_application_id OUT NOCOPY jtf_number_table,
1713: x_program_id OUT NOCOPY jtf_number_table,

Line 1710: x_last_update_login OUT NOCOPY jtf_number_table,

1706: x_creation_date OUT NOCOPY jtf_date_table,
1707: x_created_by OUT NOCOPY jtf_number_table,
1708: x_last_update_date OUT NOCOPY jtf_date_table,
1709: x_last_updated_by OUT NOCOPY jtf_number_table,
1710: x_last_update_login OUT NOCOPY jtf_number_table,
1711: x_request_id OUT NOCOPY jtf_number_table,
1712: x_program_application_id OUT NOCOPY jtf_number_table,
1713: x_program_id OUT NOCOPY jtf_number_table,
1714: x_program_update_date OUT NOCOPY jtf_date_table,

Line 1711: x_request_id OUT NOCOPY jtf_number_table,

1707: x_created_by OUT NOCOPY jtf_number_table,
1708: x_last_update_date OUT NOCOPY jtf_date_table,
1709: x_last_updated_by OUT NOCOPY jtf_number_table,
1710: x_last_update_login OUT NOCOPY jtf_number_table,
1711: x_request_id OUT NOCOPY jtf_number_table,
1712: x_program_application_id OUT NOCOPY jtf_number_table,
1713: x_program_id OUT NOCOPY jtf_number_table,
1714: x_program_update_date OUT NOCOPY jtf_date_table,
1715: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 1712: x_program_application_id OUT NOCOPY jtf_number_table,

1708: x_last_update_date OUT NOCOPY jtf_date_table,
1709: x_last_updated_by OUT NOCOPY jtf_number_table,
1710: x_last_update_login OUT NOCOPY jtf_number_table,
1711: x_request_id OUT NOCOPY jtf_number_table,
1712: x_program_application_id OUT NOCOPY jtf_number_table,
1713: x_program_id OUT NOCOPY jtf_number_table,
1714: x_program_update_date OUT NOCOPY jtf_date_table,
1715: x_quote_header_id OUT NOCOPY jtf_number_table,
1716: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 1713: x_program_id OUT NOCOPY jtf_number_table,

1709: x_last_updated_by OUT NOCOPY jtf_number_table,
1710: x_last_update_login OUT NOCOPY jtf_number_table,
1711: x_request_id OUT NOCOPY jtf_number_table,
1712: x_program_application_id OUT NOCOPY jtf_number_table,
1713: x_program_id OUT NOCOPY jtf_number_table,
1714: x_program_update_date OUT NOCOPY jtf_date_table,
1715: x_quote_header_id OUT NOCOPY jtf_number_table,
1716: x_quote_line_id OUT NOCOPY jtf_number_table,
1717: x_promise_date OUT NOCOPY jtf_date_table,

Line 1715: x_quote_header_id OUT NOCOPY jtf_number_table,

1711: x_request_id OUT NOCOPY jtf_number_table,
1712: x_program_application_id OUT NOCOPY jtf_number_table,
1713: x_program_id OUT NOCOPY jtf_number_table,
1714: x_program_update_date OUT NOCOPY jtf_date_table,
1715: x_quote_header_id OUT NOCOPY jtf_number_table,
1716: x_quote_line_id OUT NOCOPY jtf_number_table,
1717: x_promise_date OUT NOCOPY jtf_date_table,
1718: x_request_date OUT NOCOPY jtf_date_table,
1719: x_schedule_ship_date OUT NOCOPY jtf_date_table,

Line 1716: x_quote_line_id OUT NOCOPY jtf_number_table,

1712: x_program_application_id OUT NOCOPY jtf_number_table,
1713: x_program_id OUT NOCOPY jtf_number_table,
1714: x_program_update_date OUT NOCOPY jtf_date_table,
1715: x_quote_header_id OUT NOCOPY jtf_number_table,
1716: x_quote_line_id OUT NOCOPY jtf_number_table,
1717: x_promise_date OUT NOCOPY jtf_date_table,
1718: x_request_date OUT NOCOPY jtf_date_table,
1719: x_schedule_ship_date OUT NOCOPY jtf_date_table,
1720: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,

Line 1720: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,

1716: x_quote_line_id OUT NOCOPY jtf_number_table,
1717: x_promise_date OUT NOCOPY jtf_date_table,
1718: x_request_date OUT NOCOPY jtf_date_table,
1719: x_schedule_ship_date OUT NOCOPY jtf_date_table,
1720: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
1721: x_ship_to_party_id OUT NOCOPY jtf_number_table,
1722: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,
1723: x_ship_partial_flag OUT NOCOPY jtf_varchar2_table_300,
1724: x_ship_set_id OUT NOCOPY jtf_number_table,

Line 1721: x_ship_to_party_id OUT NOCOPY jtf_number_table,

1717: x_promise_date OUT NOCOPY jtf_date_table,
1718: x_request_date OUT NOCOPY jtf_date_table,
1719: x_schedule_ship_date OUT NOCOPY jtf_date_table,
1720: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
1721: x_ship_to_party_id OUT NOCOPY jtf_number_table,
1722: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,
1723: x_ship_partial_flag OUT NOCOPY jtf_varchar2_table_300,
1724: x_ship_set_id OUT NOCOPY jtf_number_table,
1725: x_ship_method_code OUT NOCOPY jtf_varchar2_table_100,

Line 1722: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,

1718: x_request_date OUT NOCOPY jtf_date_table,
1719: x_schedule_ship_date OUT NOCOPY jtf_date_table,
1720: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
1721: x_ship_to_party_id OUT NOCOPY jtf_number_table,
1722: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,
1723: x_ship_partial_flag OUT NOCOPY jtf_varchar2_table_300,
1724: x_ship_set_id OUT NOCOPY jtf_number_table,
1725: x_ship_method_code OUT NOCOPY jtf_varchar2_table_100,
1726: x_freight_terms_code OUT NOCOPY jtf_varchar2_table_100,

Line 1724: x_ship_set_id OUT NOCOPY jtf_number_table,

1720: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
1721: x_ship_to_party_id OUT NOCOPY jtf_number_table,
1722: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,
1723: x_ship_partial_flag OUT NOCOPY jtf_varchar2_table_300,
1724: x_ship_set_id OUT NOCOPY jtf_number_table,
1725: x_ship_method_code OUT NOCOPY jtf_varchar2_table_100,
1726: x_freight_terms_code OUT NOCOPY jtf_varchar2_table_100,
1727: x_freight_carrier_code OUT NOCOPY jtf_varchar2_table_100,
1728: x_fob_code OUT NOCOPY jtf_varchar2_table_100,

Line 1731: x_ship_quote_price OUT NOCOPY jtf_number_table,

1727: x_freight_carrier_code OUT NOCOPY jtf_varchar2_table_100,
1728: x_fob_code OUT NOCOPY jtf_varchar2_table_100,
1729: x_shipping_instructions OUT NOCOPY jtf_varchar2_table_2000,
1730: x_packing_instructions OUT NOCOPY jtf_varchar2_table_2000,
1731: x_ship_quote_price OUT NOCOPY jtf_number_table,
1732: x_quantity OUT NOCOPY jtf_number_table,
1733: x_pricing_quantity OUT NOCOPY jtf_number_table,
1734: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
1735: x_reservation_id OUT NOCOPY jtf_number_table,

Line 1732: x_quantity OUT NOCOPY jtf_number_table,

1728: x_fob_code OUT NOCOPY jtf_varchar2_table_100,
1729: x_shipping_instructions OUT NOCOPY jtf_varchar2_table_2000,
1730: x_packing_instructions OUT NOCOPY jtf_varchar2_table_2000,
1731: x_ship_quote_price OUT NOCOPY jtf_number_table,
1732: x_quantity OUT NOCOPY jtf_number_table,
1733: x_pricing_quantity OUT NOCOPY jtf_number_table,
1734: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
1735: x_reservation_id OUT NOCOPY jtf_number_table,
1736: x_order_line_id OUT NOCOPY jtf_number_table,

Line 1733: x_pricing_quantity OUT NOCOPY jtf_number_table,

1729: x_shipping_instructions OUT NOCOPY jtf_varchar2_table_2000,
1730: x_packing_instructions OUT NOCOPY jtf_varchar2_table_2000,
1731: x_ship_quote_price OUT NOCOPY jtf_number_table,
1732: x_quantity OUT NOCOPY jtf_number_table,
1733: x_pricing_quantity OUT NOCOPY jtf_number_table,
1734: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
1735: x_reservation_id OUT NOCOPY jtf_number_table,
1736: x_order_line_id OUT NOCOPY jtf_number_table,
1737: x_ship_to_party_name OUT NOCOPY jtf_varchar2_table_300,

Line 1735: x_reservation_id OUT NOCOPY jtf_number_table,

1731: x_ship_quote_price OUT NOCOPY jtf_number_table,
1732: x_quantity OUT NOCOPY jtf_number_table,
1733: x_pricing_quantity OUT NOCOPY jtf_number_table,
1734: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
1735: x_reservation_id OUT NOCOPY jtf_number_table,
1736: x_order_line_id OUT NOCOPY jtf_number_table,
1737: x_ship_to_party_name OUT NOCOPY jtf_varchar2_table_300,
1738: x_ship_to_cont_first_name OUT NOCOPY jtf_varchar2_table_200,
1739: x_ship_to_cont_mid_name OUT NOCOPY jtf_varchar2_table_100,

Line 1736: x_order_line_id OUT NOCOPY jtf_number_table,

1732: x_quantity OUT NOCOPY jtf_number_table,
1733: x_pricing_quantity OUT NOCOPY jtf_number_table,
1734: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
1735: x_reservation_id OUT NOCOPY jtf_number_table,
1736: x_order_line_id OUT NOCOPY jtf_number_table,
1737: x_ship_to_party_name OUT NOCOPY jtf_varchar2_table_300,
1738: x_ship_to_cont_first_name OUT NOCOPY jtf_varchar2_table_200,
1739: x_ship_to_cont_mid_name OUT NOCOPY jtf_varchar2_table_100,
1740: x_ship_to_cont_last_name OUT NOCOPY jtf_varchar2_table_200,

Line 1769: x_ship_from_org_id OUT NOCOPY jtf_number_table

1765: x_attribute13 OUT NOCOPY jtf_varchar2_table_200,
1766: x_attribute14 OUT NOCOPY jtf_varchar2_table_200,
1767: x_attribute15 OUT NOCOPY jtf_varchar2_table_200,
1768: x_shipment_priority_code OUT NOCOPY jtf_varchar2_table_100,
1769: x_ship_from_org_id OUT NOCOPY jtf_number_table
1770: --*/
1771: );
1772:
1773: PROCEDURE Set_Tax_Detail_Tbl_Out(

Line 1775: x_tax_detail_id OUT NOCOPY jtf_number_table

1771: );
1772:
1773: PROCEDURE Set_Tax_Detail_Tbl_Out(
1774: p_qte_tax_detail_tbl IN ASO_Quote_Pub.Tax_Detail_Tbl_Type,
1775: x_tax_detail_id OUT NOCOPY jtf_number_table
1776:
1777: /*-- The following output parameters are ignored
1778: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1779: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 1779: x_qte_line_index OUT NOCOPY jtf_number_table,

1775: x_tax_detail_id OUT NOCOPY jtf_number_table
1776:
1777: /*-- The following output parameters are ignored
1778: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1779: x_qte_line_index OUT NOCOPY jtf_number_table,
1780: x_shipment_index OUT NOCOPY jtf_number_table,
1781: x_quote_header_id OUT NOCOPY jtf_number_table,
1782: x_quote_line_id OUT NOCOPY jtf_number_table,
1783: x_quote_shipment_id OUT NOCOPY jtf_number_table,

Line 1780: x_shipment_index OUT NOCOPY jtf_number_table,

1776:
1777: /*-- The following output parameters are ignored
1778: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1779: x_qte_line_index OUT NOCOPY jtf_number_table,
1780: x_shipment_index OUT NOCOPY jtf_number_table,
1781: x_quote_header_id OUT NOCOPY jtf_number_table,
1782: x_quote_line_id OUT NOCOPY jtf_number_table,
1783: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1784: x_creation_date OUT NOCOPY jtf_date_table,

Line 1781: x_quote_header_id OUT NOCOPY jtf_number_table,

1777: /*-- The following output parameters are ignored
1778: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1779: x_qte_line_index OUT NOCOPY jtf_number_table,
1780: x_shipment_index OUT NOCOPY jtf_number_table,
1781: x_quote_header_id OUT NOCOPY jtf_number_table,
1782: x_quote_line_id OUT NOCOPY jtf_number_table,
1783: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1784: x_creation_date OUT NOCOPY jtf_date_table,
1785: x_created_by OUT NOCOPY jtf_number_table,

Line 1782: x_quote_line_id OUT NOCOPY jtf_number_table,

1778: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1779: x_qte_line_index OUT NOCOPY jtf_number_table,
1780: x_shipment_index OUT NOCOPY jtf_number_table,
1781: x_quote_header_id OUT NOCOPY jtf_number_table,
1782: x_quote_line_id OUT NOCOPY jtf_number_table,
1783: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1784: x_creation_date OUT NOCOPY jtf_date_table,
1785: x_created_by OUT NOCOPY jtf_number_table,
1786: x_last_update_date OUT NOCOPY jtf_date_table,

Line 1783: x_quote_shipment_id OUT NOCOPY jtf_number_table,

1779: x_qte_line_index OUT NOCOPY jtf_number_table,
1780: x_shipment_index OUT NOCOPY jtf_number_table,
1781: x_quote_header_id OUT NOCOPY jtf_number_table,
1782: x_quote_line_id OUT NOCOPY jtf_number_table,
1783: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1784: x_creation_date OUT NOCOPY jtf_date_table,
1785: x_created_by OUT NOCOPY jtf_number_table,
1786: x_last_update_date OUT NOCOPY jtf_date_table,
1787: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 1785: x_created_by OUT NOCOPY jtf_number_table,

1781: x_quote_header_id OUT NOCOPY jtf_number_table,
1782: x_quote_line_id OUT NOCOPY jtf_number_table,
1783: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1784: x_creation_date OUT NOCOPY jtf_date_table,
1785: x_created_by OUT NOCOPY jtf_number_table,
1786: x_last_update_date OUT NOCOPY jtf_date_table,
1787: x_last_updated_by OUT NOCOPY jtf_number_table,
1788: x_last_update_login OUT NOCOPY jtf_number_table,
1789: x_request_id OUT NOCOPY jtf_number_table,

Line 1787: x_last_updated_by OUT NOCOPY jtf_number_table,

1783: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1784: x_creation_date OUT NOCOPY jtf_date_table,
1785: x_created_by OUT NOCOPY jtf_number_table,
1786: x_last_update_date OUT NOCOPY jtf_date_table,
1787: x_last_updated_by OUT NOCOPY jtf_number_table,
1788: x_last_update_login OUT NOCOPY jtf_number_table,
1789: x_request_id OUT NOCOPY jtf_number_table,
1790: x_program_application_id OUT NOCOPY jtf_number_table,
1791: x_program_id OUT NOCOPY jtf_number_table,

Line 1788: x_last_update_login OUT NOCOPY jtf_number_table,

1784: x_creation_date OUT NOCOPY jtf_date_table,
1785: x_created_by OUT NOCOPY jtf_number_table,
1786: x_last_update_date OUT NOCOPY jtf_date_table,
1787: x_last_updated_by OUT NOCOPY jtf_number_table,
1788: x_last_update_login OUT NOCOPY jtf_number_table,
1789: x_request_id OUT NOCOPY jtf_number_table,
1790: x_program_application_id OUT NOCOPY jtf_number_table,
1791: x_program_id OUT NOCOPY jtf_number_table,
1792: x_program_update_date OUT NOCOPY jtf_date_table,

Line 1789: x_request_id OUT NOCOPY jtf_number_table,

1785: x_created_by OUT NOCOPY jtf_number_table,
1786: x_last_update_date OUT NOCOPY jtf_date_table,
1787: x_last_updated_by OUT NOCOPY jtf_number_table,
1788: x_last_update_login OUT NOCOPY jtf_number_table,
1789: x_request_id OUT NOCOPY jtf_number_table,
1790: x_program_application_id OUT NOCOPY jtf_number_table,
1791: x_program_id OUT NOCOPY jtf_number_table,
1792: x_program_update_date OUT NOCOPY jtf_date_table,
1793: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,

Line 1790: x_program_application_id OUT NOCOPY jtf_number_table,

1786: x_last_update_date OUT NOCOPY jtf_date_table,
1787: x_last_updated_by OUT NOCOPY jtf_number_table,
1788: x_last_update_login OUT NOCOPY jtf_number_table,
1789: x_request_id OUT NOCOPY jtf_number_table,
1790: x_program_application_id OUT NOCOPY jtf_number_table,
1791: x_program_id OUT NOCOPY jtf_number_table,
1792: x_program_update_date OUT NOCOPY jtf_date_table,
1793: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,
1794: x_tax_code OUT NOCOPY jtf_varchar2_table_100,

Line 1791: x_program_id OUT NOCOPY jtf_number_table,

1787: x_last_updated_by OUT NOCOPY jtf_number_table,
1788: x_last_update_login OUT NOCOPY jtf_number_table,
1789: x_request_id OUT NOCOPY jtf_number_table,
1790: x_program_application_id OUT NOCOPY jtf_number_table,
1791: x_program_id OUT NOCOPY jtf_number_table,
1792: x_program_update_date OUT NOCOPY jtf_date_table,
1793: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,
1794: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
1795: x_tax_rate OUT NOCOPY jtf_number_table,

Line 1795: x_tax_rate OUT NOCOPY jtf_number_table,

1791: x_program_id OUT NOCOPY jtf_number_table,
1792: x_program_update_date OUT NOCOPY jtf_date_table,
1793: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,
1794: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
1795: x_tax_rate OUT NOCOPY jtf_number_table,
1796: x_tax_date OUT NOCOPY jtf_date_table,
1797: x_tax_amount OUT NOCOPY jtf_number_table,
1798: x_tax_exempt_flag OUT NOCOPY jtf_varchar2_table_100,
1799: x_tax_exempt_number OUT NOCOPY jtf_varchar2_table_100,

Line 1797: x_tax_amount OUT NOCOPY jtf_number_table,

1793: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,
1794: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
1795: x_tax_rate OUT NOCOPY jtf_number_table,
1796: x_tax_date OUT NOCOPY jtf_date_table,
1797: x_tax_amount OUT NOCOPY jtf_number_table,
1798: x_tax_exempt_flag OUT NOCOPY jtf_varchar2_table_100,
1799: x_tax_exempt_number OUT NOCOPY jtf_varchar2_table_100,
1800: x_tax_exempt_reason_code OUT NOCOPY jtf_varchar2_table_100,
1801: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,

Line 1822: x_price_adjustment_id OUT NOCOPY jtf_number_table

1818: );
1819:
1820: PROCEDURE Set_Price_Adj_Tbl_Out(
1821: p_qte_price_adj_tbl IN ASO_Quote_Pub.Price_Adj_Tbl_Type,
1822: x_price_adjustment_id OUT NOCOPY jtf_number_table
1823:
1824: /*-- The following output parameters are ignored
1825: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1826: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 1826: x_qte_line_index OUT NOCOPY jtf_number_table,

1822: x_price_adjustment_id OUT NOCOPY jtf_number_table
1823:
1824: /*-- The following output parameters are ignored
1825: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1826: x_qte_line_index OUT NOCOPY jtf_number_table,
1827: x_shipment_index OUT NOCOPY jtf_number_table,
1828: x_creation_date OUT NOCOPY jtf_date_table,
1829: x_created_by OUT NOCOPY jtf_number_table,
1830: x_last_update_date OUT NOCOPY jtf_date_table,

Line 1827: x_shipment_index OUT NOCOPY jtf_number_table,

1823:
1824: /*-- The following output parameters are ignored
1825: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1826: x_qte_line_index OUT NOCOPY jtf_number_table,
1827: x_shipment_index OUT NOCOPY jtf_number_table,
1828: x_creation_date OUT NOCOPY jtf_date_table,
1829: x_created_by OUT NOCOPY jtf_number_table,
1830: x_last_update_date OUT NOCOPY jtf_date_table,
1831: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 1829: x_created_by OUT NOCOPY jtf_number_table,

1825: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1826: x_qte_line_index OUT NOCOPY jtf_number_table,
1827: x_shipment_index OUT NOCOPY jtf_number_table,
1828: x_creation_date OUT NOCOPY jtf_date_table,
1829: x_created_by OUT NOCOPY jtf_number_table,
1830: x_last_update_date OUT NOCOPY jtf_date_table,
1831: x_last_updated_by OUT NOCOPY jtf_number_table,
1832: x_last_update_login OUT NOCOPY jtf_number_table,
1833: x_program_application_id OUT NOCOPY jtf_number_table,

Line 1831: x_last_updated_by OUT NOCOPY jtf_number_table,

1827: x_shipment_index OUT NOCOPY jtf_number_table,
1828: x_creation_date OUT NOCOPY jtf_date_table,
1829: x_created_by OUT NOCOPY jtf_number_table,
1830: x_last_update_date OUT NOCOPY jtf_date_table,
1831: x_last_updated_by OUT NOCOPY jtf_number_table,
1832: x_last_update_login OUT NOCOPY jtf_number_table,
1833: x_program_application_id OUT NOCOPY jtf_number_table,
1834: x_program_id OUT NOCOPY jtf_number_table,
1835: x_program_update_date OUT NOCOPY jtf_date_table,

Line 1832: x_last_update_login OUT NOCOPY jtf_number_table,

1828: x_creation_date OUT NOCOPY jtf_date_table,
1829: x_created_by OUT NOCOPY jtf_number_table,
1830: x_last_update_date OUT NOCOPY jtf_date_table,
1831: x_last_updated_by OUT NOCOPY jtf_number_table,
1832: x_last_update_login OUT NOCOPY jtf_number_table,
1833: x_program_application_id OUT NOCOPY jtf_number_table,
1834: x_program_id OUT NOCOPY jtf_number_table,
1835: x_program_update_date OUT NOCOPY jtf_date_table,
1836: x_request_id OUT NOCOPY jtf_number_table,

Line 1833: x_program_application_id OUT NOCOPY jtf_number_table,

1829: x_created_by OUT NOCOPY jtf_number_table,
1830: x_last_update_date OUT NOCOPY jtf_date_table,
1831: x_last_updated_by OUT NOCOPY jtf_number_table,
1832: x_last_update_login OUT NOCOPY jtf_number_table,
1833: x_program_application_id OUT NOCOPY jtf_number_table,
1834: x_program_id OUT NOCOPY jtf_number_table,
1835: x_program_update_date OUT NOCOPY jtf_date_table,
1836: x_request_id OUT NOCOPY jtf_number_table,
1837: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 1834: x_program_id OUT NOCOPY jtf_number_table,

1830: x_last_update_date OUT NOCOPY jtf_date_table,
1831: x_last_updated_by OUT NOCOPY jtf_number_table,
1832: x_last_update_login OUT NOCOPY jtf_number_table,
1833: x_program_application_id OUT NOCOPY jtf_number_table,
1834: x_program_id OUT NOCOPY jtf_number_table,
1835: x_program_update_date OUT NOCOPY jtf_date_table,
1836: x_request_id OUT NOCOPY jtf_number_table,
1837: x_quote_header_id OUT NOCOPY jtf_number_table,
1838: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 1836: x_request_id OUT NOCOPY jtf_number_table,

1832: x_last_update_login OUT NOCOPY jtf_number_table,
1833: x_program_application_id OUT NOCOPY jtf_number_table,
1834: x_program_id OUT NOCOPY jtf_number_table,
1835: x_program_update_date OUT NOCOPY jtf_date_table,
1836: x_request_id OUT NOCOPY jtf_number_table,
1837: x_quote_header_id OUT NOCOPY jtf_number_table,
1838: x_quote_line_id OUT NOCOPY jtf_number_table,
1839: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1840: x_modifier_header_id OUT NOCOPY jtf_number_table,

Line 1837: x_quote_header_id OUT NOCOPY jtf_number_table,

1833: x_program_application_id OUT NOCOPY jtf_number_table,
1834: x_program_id OUT NOCOPY jtf_number_table,
1835: x_program_update_date OUT NOCOPY jtf_date_table,
1836: x_request_id OUT NOCOPY jtf_number_table,
1837: x_quote_header_id OUT NOCOPY jtf_number_table,
1838: x_quote_line_id OUT NOCOPY jtf_number_table,
1839: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1840: x_modifier_header_id OUT NOCOPY jtf_number_table,
1841: x_modifier_line_id OUT NOCOPY jtf_number_table,

Line 1838: x_quote_line_id OUT NOCOPY jtf_number_table,

1834: x_program_id OUT NOCOPY jtf_number_table,
1835: x_program_update_date OUT NOCOPY jtf_date_table,
1836: x_request_id OUT NOCOPY jtf_number_table,
1837: x_quote_header_id OUT NOCOPY jtf_number_table,
1838: x_quote_line_id OUT NOCOPY jtf_number_table,
1839: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1840: x_modifier_header_id OUT NOCOPY jtf_number_table,
1841: x_modifier_line_id OUT NOCOPY jtf_number_table,
1842: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 1839: x_quote_shipment_id OUT NOCOPY jtf_number_table,

1835: x_program_update_date OUT NOCOPY jtf_date_table,
1836: x_request_id OUT NOCOPY jtf_number_table,
1837: x_quote_header_id OUT NOCOPY jtf_number_table,
1838: x_quote_line_id OUT NOCOPY jtf_number_table,
1839: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1840: x_modifier_header_id OUT NOCOPY jtf_number_table,
1841: x_modifier_line_id OUT NOCOPY jtf_number_table,
1842: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
1843: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 1840: x_modifier_header_id OUT NOCOPY jtf_number_table,

1836: x_request_id OUT NOCOPY jtf_number_table,
1837: x_quote_header_id OUT NOCOPY jtf_number_table,
1838: x_quote_line_id OUT NOCOPY jtf_number_table,
1839: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1840: x_modifier_header_id OUT NOCOPY jtf_number_table,
1841: x_modifier_line_id OUT NOCOPY jtf_number_table,
1842: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
1843: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
1844: x_modified_from OUT NOCOPY jtf_number_table,

Line 1841: x_modifier_line_id OUT NOCOPY jtf_number_table,

1837: x_quote_header_id OUT NOCOPY jtf_number_table,
1838: x_quote_line_id OUT NOCOPY jtf_number_table,
1839: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1840: x_modifier_header_id OUT NOCOPY jtf_number_table,
1841: x_modifier_line_id OUT NOCOPY jtf_number_table,
1842: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
1843: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
1844: x_modified_from OUT NOCOPY jtf_number_table,
1845: x_modified_to OUT NOCOPY jtf_number_table,

Line 1844: x_modified_from OUT NOCOPY jtf_number_table,

1840: x_modifier_header_id OUT NOCOPY jtf_number_table,
1841: x_modifier_line_id OUT NOCOPY jtf_number_table,
1842: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
1843: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
1844: x_modified_from OUT NOCOPY jtf_number_table,
1845: x_modified_to OUT NOCOPY jtf_number_table,
1846: x_operand OUT NOCOPY jtf_number_table,
1847: x_arithmetic_operator OUT NOCOPY jtf_varchar2_table_100,
1848: x_automatic_flag OUT NOCOPY jtf_varchar2_table_100,

Line 1845: x_modified_to OUT NOCOPY jtf_number_table,

1841: x_modifier_line_id OUT NOCOPY jtf_number_table,
1842: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
1843: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
1844: x_modified_from OUT NOCOPY jtf_number_table,
1845: x_modified_to OUT NOCOPY jtf_number_table,
1846: x_operand OUT NOCOPY jtf_number_table,
1847: x_arithmetic_operator OUT NOCOPY jtf_varchar2_table_100,
1848: x_automatic_flag OUT NOCOPY jtf_varchar2_table_100,
1849: x_update_allowable_flag OUT NOCOPY jtf_varchar2_table_100,

Line 1846: x_operand OUT NOCOPY jtf_number_table,

1842: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
1843: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
1844: x_modified_from OUT NOCOPY jtf_number_table,
1845: x_modified_to OUT NOCOPY jtf_number_table,
1846: x_operand OUT NOCOPY jtf_number_table,
1847: x_arithmetic_operator OUT NOCOPY jtf_varchar2_table_100,
1848: x_automatic_flag OUT NOCOPY jtf_varchar2_table_100,
1849: x_update_allowable_flag OUT NOCOPY jtf_varchar2_table_100,
1850: x_updated_flag OUT NOCOPY jtf_varchar2_table_100,

Line 1853: x_pricing_phase_id OUT NOCOPY jtf_number_table,

1849: x_update_allowable_flag OUT NOCOPY jtf_varchar2_table_100,
1850: x_updated_flag OUT NOCOPY jtf_varchar2_table_100,
1851: x_applied_flag OUT NOCOPY jtf_varchar2_table_100,
1852: x_on_invoice_flag OUT NOCOPY jtf_varchar2_table_100,
1853: x_pricing_phase_id OUT NOCOPY jtf_number_table,
1854: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
1855: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
1856: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,
1857: x_attribute3 OUT NOCOPY jtf_varchar2_table_200,

Line 1875: x_cost_id OUT NOCOPY jtf_number_table,

1871: x_change_sequence OUT NOCOPY jtf_varchar2_table_100,
1872: x_update_allowed OUT NOCOPY jtf_varchar2_table_100,
1873: x_change_reason_code OUT NOCOPY jtf_varchar2_table_100,
1874: x_change_reason_text OUT NOCOPY jtf_varchar2_table_2000,
1875: x_cost_id OUT NOCOPY jtf_number_table,
1876: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
1877: x_tax_exempt_flag OUT NOCOPY jtf_varchar2_table_100,
1878: x_tax_exempt_number OUT NOCOPY jtf_varchar2_table_100,
1879: x_tax_exempt_reason_code OUT NOCOPY jtf_varchar2_table_100,

Line 1880: x_parent_adjustment_id OUT NOCOPY jtf_number_table,

1876: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
1877: x_tax_exempt_flag OUT NOCOPY jtf_varchar2_table_100,
1878: x_tax_exempt_number OUT NOCOPY jtf_varchar2_table_100,
1879: x_tax_exempt_reason_code OUT NOCOPY jtf_varchar2_table_100,
1880: x_parent_adjustment_id OUT NOCOPY jtf_number_table,
1881: x_invoiced_flag OUT NOCOPY jtf_varchar2_table_100,
1882: x_estimated_flag OUT NOCOPY jtf_varchar2_table_100,
1883: x_inc_in_sales_performance OUT NOCOPY jtf_varchar2_table_100,
1884: x_split_action_code OUT NOCOPY jtf_varchar2_table_100,

Line 1885: x_adjusted_amount OUT NOCOPY jtf_number_table,

1881: x_invoiced_flag OUT NOCOPY jtf_varchar2_table_100,
1882: x_estimated_flag OUT NOCOPY jtf_varchar2_table_100,
1883: x_inc_in_sales_performance OUT NOCOPY jtf_varchar2_table_100,
1884: x_split_action_code OUT NOCOPY jtf_varchar2_table_100,
1885: x_adjusted_amount OUT NOCOPY jtf_number_table,
1886: x_charge_type_code OUT NOCOPY jtf_varchar2_table_100,
1887: x_charge_subtype_code OUT NOCOPY jtf_varchar2_table_100,
1888: x_range_break_quantity OUT NOCOPY jtf_number_table,
1889: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,

Line 1888: x_range_break_quantity OUT NOCOPY jtf_number_table,

1884: x_split_action_code OUT NOCOPY jtf_varchar2_table_100,
1885: x_adjusted_amount OUT NOCOPY jtf_number_table,
1886: x_charge_type_code OUT NOCOPY jtf_varchar2_table_100,
1887: x_charge_subtype_code OUT NOCOPY jtf_varchar2_table_100,
1888: x_range_break_quantity OUT NOCOPY jtf_number_table,
1889: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,
1890: x_pricing_group_sequence OUT NOCOPY jtf_number_table,
1891: x_accrual_flag OUT NOCOPY jtf_varchar2_table_100,
1892: x_list_line_no OUT NOCOPY jtf_varchar2_table_300,

Line 1889: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,

1885: x_adjusted_amount OUT NOCOPY jtf_number_table,
1886: x_charge_type_code OUT NOCOPY jtf_varchar2_table_100,
1887: x_charge_subtype_code OUT NOCOPY jtf_varchar2_table_100,
1888: x_range_break_quantity OUT NOCOPY jtf_number_table,
1889: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,
1890: x_pricing_group_sequence OUT NOCOPY jtf_number_table,
1891: x_accrual_flag OUT NOCOPY jtf_varchar2_table_100,
1892: x_list_line_no OUT NOCOPY jtf_varchar2_table_300,
1893: x_source_system_code OUT NOCOPY jtf_varchar2_table_100,

Line 1890: x_pricing_group_sequence OUT NOCOPY jtf_number_table,

1886: x_charge_type_code OUT NOCOPY jtf_varchar2_table_100,
1887: x_charge_subtype_code OUT NOCOPY jtf_varchar2_table_100,
1888: x_range_break_quantity OUT NOCOPY jtf_number_table,
1889: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,
1890: x_pricing_group_sequence OUT NOCOPY jtf_number_table,
1891: x_accrual_flag OUT NOCOPY jtf_varchar2_table_100,
1892: x_list_line_no OUT NOCOPY jtf_varchar2_table_300,
1893: x_source_system_code OUT NOCOPY jtf_varchar2_table_100,
1894: x_benefit_qty OUT NOCOPY jtf_number_table,

Line 1894: x_benefit_qty OUT NOCOPY jtf_number_table,

1890: x_pricing_group_sequence OUT NOCOPY jtf_number_table,
1891: x_accrual_flag OUT NOCOPY jtf_varchar2_table_100,
1892: x_list_line_no OUT NOCOPY jtf_varchar2_table_300,
1893: x_source_system_code OUT NOCOPY jtf_varchar2_table_100,
1894: x_benefit_qty OUT NOCOPY jtf_number_table,
1895: x_benefit_uom_code OUT NOCOPY jtf_varchar2_table_100,
1896: x_print_on_invoice_flag OUT NOCOPY jtf_varchar2_table_100,
1897: x_expiration_date OUT NOCOPY jtf_date_table,
1898: x_rebate_transaction_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 1914: x_price_attribute_id OUT NOCOPY jtf_number_table

1910: );
1911:
1912: PROCEDURE Set_Price_Attributes_Tbl_Out(
1913: p_qte_price_attributes_tbl IN ASO_Quote_Pub.Price_Attributes_Tbl_Type,
1914: x_price_attribute_id OUT NOCOPY jtf_number_table
1915:
1916: /*-- The following output parameters are ignored
1917: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1918: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 1918: x_qte_line_index OUT NOCOPY jtf_number_table,

1914: x_price_attribute_id OUT NOCOPY jtf_number_table
1915:
1916: /*-- The following output parameters are ignored
1917: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1918: x_qte_line_index OUT NOCOPY jtf_number_table,
1919: x_creation_date OUT NOCOPY jtf_date_table,
1920: x_created_by OUT NOCOPY jtf_number_table,
1921: x_last_update_date OUT NOCOPY jtf_date_table,
1922: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 1920: x_created_by OUT NOCOPY jtf_number_table,

1916: /*-- The following output parameters are ignored
1917: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1918: x_qte_line_index OUT NOCOPY jtf_number_table,
1919: x_creation_date OUT NOCOPY jtf_date_table,
1920: x_created_by OUT NOCOPY jtf_number_table,
1921: x_last_update_date OUT NOCOPY jtf_date_table,
1922: x_last_updated_by OUT NOCOPY jtf_number_table,
1923: x_last_update_login OUT NOCOPY jtf_number_table,
1924: x_request_id OUT NOCOPY jtf_number_table,

Line 1922: x_last_updated_by OUT NOCOPY jtf_number_table,

1918: x_qte_line_index OUT NOCOPY jtf_number_table,
1919: x_creation_date OUT NOCOPY jtf_date_table,
1920: x_created_by OUT NOCOPY jtf_number_table,
1921: x_last_update_date OUT NOCOPY jtf_date_table,
1922: x_last_updated_by OUT NOCOPY jtf_number_table,
1923: x_last_update_login OUT NOCOPY jtf_number_table,
1924: x_request_id OUT NOCOPY jtf_number_table,
1925: x_program_application_id OUT NOCOPY jtf_number_table,
1926: x_program_id OUT NOCOPY jtf_number_table,

Line 1923: x_last_update_login OUT NOCOPY jtf_number_table,

1919: x_creation_date OUT NOCOPY jtf_date_table,
1920: x_created_by OUT NOCOPY jtf_number_table,
1921: x_last_update_date OUT NOCOPY jtf_date_table,
1922: x_last_updated_by OUT NOCOPY jtf_number_table,
1923: x_last_update_login OUT NOCOPY jtf_number_table,
1924: x_request_id OUT NOCOPY jtf_number_table,
1925: x_program_application_id OUT NOCOPY jtf_number_table,
1926: x_program_id OUT NOCOPY jtf_number_table,
1927: x_program_update_date OUT NOCOPY jtf_date_table,

Line 1924: x_request_id OUT NOCOPY jtf_number_table,

1920: x_created_by OUT NOCOPY jtf_number_table,
1921: x_last_update_date OUT NOCOPY jtf_date_table,
1922: x_last_updated_by OUT NOCOPY jtf_number_table,
1923: x_last_update_login OUT NOCOPY jtf_number_table,
1924: x_request_id OUT NOCOPY jtf_number_table,
1925: x_program_application_id OUT NOCOPY jtf_number_table,
1926: x_program_id OUT NOCOPY jtf_number_table,
1927: x_program_update_date OUT NOCOPY jtf_date_table,
1928: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 1925: x_program_application_id OUT NOCOPY jtf_number_table,

1921: x_last_update_date OUT NOCOPY jtf_date_table,
1922: x_last_updated_by OUT NOCOPY jtf_number_table,
1923: x_last_update_login OUT NOCOPY jtf_number_table,
1924: x_request_id OUT NOCOPY jtf_number_table,
1925: x_program_application_id OUT NOCOPY jtf_number_table,
1926: x_program_id OUT NOCOPY jtf_number_table,
1927: x_program_update_date OUT NOCOPY jtf_date_table,
1928: x_quote_header_id OUT NOCOPY jtf_number_table,
1929: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 1926: x_program_id OUT NOCOPY jtf_number_table,

1922: x_last_updated_by OUT NOCOPY jtf_number_table,
1923: x_last_update_login OUT NOCOPY jtf_number_table,
1924: x_request_id OUT NOCOPY jtf_number_table,
1925: x_program_application_id OUT NOCOPY jtf_number_table,
1926: x_program_id OUT NOCOPY jtf_number_table,
1927: x_program_update_date OUT NOCOPY jtf_date_table,
1928: x_quote_header_id OUT NOCOPY jtf_number_table,
1929: x_quote_line_id OUT NOCOPY jtf_number_table,
1930: x_flex_title OUT NOCOPY jtf_varchar2_table_100,

Line 1928: x_quote_header_id OUT NOCOPY jtf_number_table,

1924: x_request_id OUT NOCOPY jtf_number_table,
1925: x_program_application_id OUT NOCOPY jtf_number_table,
1926: x_program_id OUT NOCOPY jtf_number_table,
1927: x_program_update_date OUT NOCOPY jtf_date_table,
1928: x_quote_header_id OUT NOCOPY jtf_number_table,
1929: x_quote_line_id OUT NOCOPY jtf_number_table,
1930: x_flex_title OUT NOCOPY jtf_varchar2_table_100,
1931: x_pricing_context OUT NOCOPY jtf_varchar2_table_100,
1932: x_pricing_attribute1 OUT NOCOPY jtf_varchar2_table_200,

Line 1929: x_quote_line_id OUT NOCOPY jtf_number_table,

1925: x_program_application_id OUT NOCOPY jtf_number_table,
1926: x_program_id OUT NOCOPY jtf_number_table,
1927: x_program_update_date OUT NOCOPY jtf_date_table,
1928: x_quote_header_id OUT NOCOPY jtf_number_table,
1929: x_quote_line_id OUT NOCOPY jtf_number_table,
1930: x_flex_title OUT NOCOPY jtf_varchar2_table_100,
1931: x_pricing_context OUT NOCOPY jtf_varchar2_table_100,
1932: x_pricing_attribute1 OUT NOCOPY jtf_varchar2_table_200,
1933: x_pricing_attribute2 OUT NOCOPY jtf_varchar2_table_200,

Line 2053: x_sales_credit_id OUT NOCOPY jtf_number_table

2049: );
2050:
2051: PROCEDURE Set_Sales_Credit_Tbl_Out(
2052: p_qte_sales_credit_tbl IN ASO_Quote_Pub.Sales_Credit_Tbl_Type,
2053: x_sales_credit_id OUT NOCOPY jtf_number_table
2054:
2055: /*-- The following output parameters are ignored
2056: x_qte_line_index OUT NOCOPY jtf_number_table,
2057: x_operation_code OUT NOCOPY jtf_varchar2_table_100,

Line 2056: x_qte_line_index OUT NOCOPY jtf_number_table,

2052: p_qte_sales_credit_tbl IN ASO_Quote_Pub.Sales_Credit_Tbl_Type,
2053: x_sales_credit_id OUT NOCOPY jtf_number_table
2054:
2055: /*-- The following output parameters are ignored
2056: x_qte_line_index OUT NOCOPY jtf_number_table,
2057: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
2058: x_creation_date OUT NOCOPY jtf_date_table,
2059: x_created_by OUT NOCOPY jtf_number_table,
2060: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 2059: x_created_by OUT NOCOPY jtf_number_table,

2055: /*-- The following output parameters are ignored
2056: x_qte_line_index OUT NOCOPY jtf_number_table,
2057: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
2058: x_creation_date OUT NOCOPY jtf_date_table,
2059: x_created_by OUT NOCOPY jtf_number_table,
2060: x_last_updated_by OUT NOCOPY jtf_number_table,
2061: x_last_update_date OUT NOCOPY jtf_date_table,
2062: x_last_update_login OUT NOCOPY jtf_number_table,
2063: x_request_id OUT NOCOPY jtf_number_table,

Line 2060: x_last_updated_by OUT NOCOPY jtf_number_table,

2056: x_qte_line_index OUT NOCOPY jtf_number_table,
2057: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
2058: x_creation_date OUT NOCOPY jtf_date_table,
2059: x_created_by OUT NOCOPY jtf_number_table,
2060: x_last_updated_by OUT NOCOPY jtf_number_table,
2061: x_last_update_date OUT NOCOPY jtf_date_table,
2062: x_last_update_login OUT NOCOPY jtf_number_table,
2063: x_request_id OUT NOCOPY jtf_number_table,
2064: x_program_application_id OUT NOCOPY jtf_number_table,

Line 2062: x_last_update_login OUT NOCOPY jtf_number_table,

2058: x_creation_date OUT NOCOPY jtf_date_table,
2059: x_created_by OUT NOCOPY jtf_number_table,
2060: x_last_updated_by OUT NOCOPY jtf_number_table,
2061: x_last_update_date OUT NOCOPY jtf_date_table,
2062: x_last_update_login OUT NOCOPY jtf_number_table,
2063: x_request_id OUT NOCOPY jtf_number_table,
2064: x_program_application_id OUT NOCOPY jtf_number_table,
2065: x_program_id OUT NOCOPY jtf_number_table,
2066: x_program_update_date OUT NOCOPY jtf_date_table,

Line 2063: x_request_id OUT NOCOPY jtf_number_table,

2059: x_created_by OUT NOCOPY jtf_number_table,
2060: x_last_updated_by OUT NOCOPY jtf_number_table,
2061: x_last_update_date OUT NOCOPY jtf_date_table,
2062: x_last_update_login OUT NOCOPY jtf_number_table,
2063: x_request_id OUT NOCOPY jtf_number_table,
2064: x_program_application_id OUT NOCOPY jtf_number_table,
2065: x_program_id OUT NOCOPY jtf_number_table,
2066: x_program_update_date OUT NOCOPY jtf_date_table,
2067: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 2064: x_program_application_id OUT NOCOPY jtf_number_table,

2060: x_last_updated_by OUT NOCOPY jtf_number_table,
2061: x_last_update_date OUT NOCOPY jtf_date_table,
2062: x_last_update_login OUT NOCOPY jtf_number_table,
2063: x_request_id OUT NOCOPY jtf_number_table,
2064: x_program_application_id OUT NOCOPY jtf_number_table,
2065: x_program_id OUT NOCOPY jtf_number_table,
2066: x_program_update_date OUT NOCOPY jtf_date_table,
2067: x_quote_header_id OUT NOCOPY jtf_number_table,
2068: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 2065: x_program_id OUT NOCOPY jtf_number_table,

2061: x_last_update_date OUT NOCOPY jtf_date_table,
2062: x_last_update_login OUT NOCOPY jtf_number_table,
2063: x_request_id OUT NOCOPY jtf_number_table,
2064: x_program_application_id OUT NOCOPY jtf_number_table,
2065: x_program_id OUT NOCOPY jtf_number_table,
2066: x_program_update_date OUT NOCOPY jtf_date_table,
2067: x_quote_header_id OUT NOCOPY jtf_number_table,
2068: x_quote_line_id OUT NOCOPY jtf_number_table,
2069: x_percent OUT NOCOPY jtf_number_table,

Line 2067: x_quote_header_id OUT NOCOPY jtf_number_table,

2063: x_request_id OUT NOCOPY jtf_number_table,
2064: x_program_application_id OUT NOCOPY jtf_number_table,
2065: x_program_id OUT NOCOPY jtf_number_table,
2066: x_program_update_date OUT NOCOPY jtf_date_table,
2067: x_quote_header_id OUT NOCOPY jtf_number_table,
2068: x_quote_line_id OUT NOCOPY jtf_number_table,
2069: x_percent OUT NOCOPY jtf_number_table,
2070: x_resource_id OUT NOCOPY jtf_number_table,
2071: x_first_name OUT NOCOPY jtf_varchar2_table_300,

Line 2068: x_quote_line_id OUT NOCOPY jtf_number_table,

2064: x_program_application_id OUT NOCOPY jtf_number_table,
2065: x_program_id OUT NOCOPY jtf_number_table,
2066: x_program_update_date OUT NOCOPY jtf_date_table,
2067: x_quote_header_id OUT NOCOPY jtf_number_table,
2068: x_quote_line_id OUT NOCOPY jtf_number_table,
2069: x_percent OUT NOCOPY jtf_number_table,
2070: x_resource_id OUT NOCOPY jtf_number_table,
2071: x_first_name OUT NOCOPY jtf_varchar2_table_300,
2072: x_last_name OUT NOCOPY jtf_varchar2_table_300,

Line 2069: x_percent OUT NOCOPY jtf_number_table,

2065: x_program_id OUT NOCOPY jtf_number_table,
2066: x_program_update_date OUT NOCOPY jtf_date_table,
2067: x_quote_header_id OUT NOCOPY jtf_number_table,
2068: x_quote_line_id OUT NOCOPY jtf_number_table,
2069: x_percent OUT NOCOPY jtf_number_table,
2070: x_resource_id OUT NOCOPY jtf_number_table,
2071: x_first_name OUT NOCOPY jtf_varchar2_table_300,
2072: x_last_name OUT NOCOPY jtf_varchar2_table_300,
2073: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,

Line 2070: x_resource_id OUT NOCOPY jtf_number_table,

2066: x_program_update_date OUT NOCOPY jtf_date_table,
2067: x_quote_header_id OUT NOCOPY jtf_number_table,
2068: x_quote_line_id OUT NOCOPY jtf_number_table,
2069: x_percent OUT NOCOPY jtf_number_table,
2070: x_resource_id OUT NOCOPY jtf_number_table,
2071: x_first_name OUT NOCOPY jtf_varchar2_table_300,
2072: x_last_name OUT NOCOPY jtf_varchar2_table_300,
2073: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,
2074: x_resource_group_id OUT NOCOPY jtf_number_table,

Line 2074: x_resource_group_id OUT NOCOPY jtf_number_table,

2070: x_resource_id OUT NOCOPY jtf_number_table,
2071: x_first_name OUT NOCOPY jtf_varchar2_table_300,
2072: x_last_name OUT NOCOPY jtf_varchar2_table_300,
2073: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,
2074: x_resource_group_id OUT NOCOPY jtf_number_table,
2075: x_employee_person_id OUT NOCOPY jtf_number_table,
2076: x_sales_credit_type_id OUT NOCOPY jtf_number_table,
2077: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
2078: x_attribute1 OUT NOCOPY jtf_varchar2_table_300,

Line 2075: x_employee_person_id OUT NOCOPY jtf_number_table,

2071: x_first_name OUT NOCOPY jtf_varchar2_table_300,
2072: x_last_name OUT NOCOPY jtf_varchar2_table_300,
2073: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,
2074: x_resource_group_id OUT NOCOPY jtf_number_table,
2075: x_employee_person_id OUT NOCOPY jtf_number_table,
2076: x_sales_credit_type_id OUT NOCOPY jtf_number_table,
2077: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
2078: x_attribute1 OUT NOCOPY jtf_varchar2_table_300,
2079: x_attribute2 OUT NOCOPY jtf_varchar2_table_300,

Line 2076: x_sales_credit_type_id OUT NOCOPY jtf_number_table,

2072: x_last_name OUT NOCOPY jtf_varchar2_table_300,
2073: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,
2074: x_resource_group_id OUT NOCOPY jtf_number_table,
2075: x_employee_person_id OUT NOCOPY jtf_number_table,
2076: x_sales_credit_type_id OUT NOCOPY jtf_number_table,
2077: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
2078: x_attribute1 OUT NOCOPY jtf_varchar2_table_300,
2079: x_attribute2 OUT NOCOPY jtf_varchar2_table_300,
2080: x_attribute3 OUT NOCOPY jtf_varchar2_table_300,

Line 2098: x_approval_det_id OUT NOCOPY jtf_number_table,

2094: );
2095:
2096: PROCEDURE Set_Approvers_List_Tbl_Out(
2097: p_qte_approvers_list_tbl IN ASO_Apr_Pub.Approvers_List_Tbl_Type,
2098: x_approval_det_id OUT NOCOPY jtf_number_table,
2099: x_object_approval_id OUT NOCOPY jtf_number_table,
2100: x_approver_person_id OUT NOCOPY jtf_number_table,
2101: x_approver_user_id OUT NOCOPY jtf_number_table,
2102: x_notification_id OUT NOCOPY jtf_number_table,

Line 2099: x_object_approval_id OUT NOCOPY jtf_number_table,

2095:
2096: PROCEDURE Set_Approvers_List_Tbl_Out(
2097: p_qte_approvers_list_tbl IN ASO_Apr_Pub.Approvers_List_Tbl_Type,
2098: x_approval_det_id OUT NOCOPY jtf_number_table,
2099: x_object_approval_id OUT NOCOPY jtf_number_table,
2100: x_approver_person_id OUT NOCOPY jtf_number_table,
2101: x_approver_user_id OUT NOCOPY jtf_number_table,
2102: x_notification_id OUT NOCOPY jtf_number_table,
2103: x_approver_sequence OUT NOCOPY jtf_number_table,

Line 2100: x_approver_person_id OUT NOCOPY jtf_number_table,

2096: PROCEDURE Set_Approvers_List_Tbl_Out(
2097: p_qte_approvers_list_tbl IN ASO_Apr_Pub.Approvers_List_Tbl_Type,
2098: x_approval_det_id OUT NOCOPY jtf_number_table,
2099: x_object_approval_id OUT NOCOPY jtf_number_table,
2100: x_approver_person_id OUT NOCOPY jtf_number_table,
2101: x_approver_user_id OUT NOCOPY jtf_number_table,
2102: x_notification_id OUT NOCOPY jtf_number_table,
2103: x_approver_sequence OUT NOCOPY jtf_number_table,
2104: x_approver_status OUT NOCOPY jtf_varchar2_table_100,

Line 2101: x_approver_user_id OUT NOCOPY jtf_number_table,

2097: p_qte_approvers_list_tbl IN ASO_Apr_Pub.Approvers_List_Tbl_Type,
2098: x_approval_det_id OUT NOCOPY jtf_number_table,
2099: x_object_approval_id OUT NOCOPY jtf_number_table,
2100: x_approver_person_id OUT NOCOPY jtf_number_table,
2101: x_approver_user_id OUT NOCOPY jtf_number_table,
2102: x_notification_id OUT NOCOPY jtf_number_table,
2103: x_approver_sequence OUT NOCOPY jtf_number_table,
2104: x_approver_status OUT NOCOPY jtf_varchar2_table_100,
2105: x_approver_name OUT NOCOPY jtf_varchar2_table_100,

Line 2102: x_notification_id OUT NOCOPY jtf_number_table,

2098: x_approval_det_id OUT NOCOPY jtf_number_table,
2099: x_object_approval_id OUT NOCOPY jtf_number_table,
2100: x_approver_person_id OUT NOCOPY jtf_number_table,
2101: x_approver_user_id OUT NOCOPY jtf_number_table,
2102: x_notification_id OUT NOCOPY jtf_number_table,
2103: x_approver_sequence OUT NOCOPY jtf_number_table,
2104: x_approver_status OUT NOCOPY jtf_varchar2_table_100,
2105: x_approver_name OUT NOCOPY jtf_varchar2_table_100,
2106: x_approval_comments OUT NOCOPY jtf_varchar2_table_300,

Line 2103: x_approver_sequence OUT NOCOPY jtf_number_table,

2099: x_object_approval_id OUT NOCOPY jtf_number_table,
2100: x_approver_person_id OUT NOCOPY jtf_number_table,
2101: x_approver_user_id OUT NOCOPY jtf_number_table,
2102: x_notification_id OUT NOCOPY jtf_number_table,
2103: x_approver_sequence OUT NOCOPY jtf_number_table,
2104: x_approver_status OUT NOCOPY jtf_varchar2_table_100,
2105: x_approver_name OUT NOCOPY jtf_varchar2_table_100,
2106: x_approval_comments OUT NOCOPY jtf_varchar2_table_300,
2107: x_date_sent OUT NOCOPY jtf_date_table,

Line 2113: x_rule_id OUT NOCOPY jtf_number_table,

2109: );
2110:
2111: PROCEDURE Set_Rules_List_Tbl_Out(
2112: p_qte_rules_list_tbl IN ASO_Apr_Pub.Rules_List_Tbl_Type,
2113: x_rule_id OUT NOCOPY jtf_number_table,
2114: x_object_approval_id OUT NOCOPY jtf_number_table,
2115: x_rule_action_id OUT NOCOPY jtf_number_table,
2116: x_rule_description OUT NOCOPY jtf_varchar2_table_300,
2117: x_approval_level OUT NOCOPY jtf_varchar2_table_300

Line 2114: x_object_approval_id OUT NOCOPY jtf_number_table,

2110:
2111: PROCEDURE Set_Rules_List_Tbl_Out(
2112: p_qte_rules_list_tbl IN ASO_Apr_Pub.Rules_List_Tbl_Type,
2113: x_rule_id OUT NOCOPY jtf_number_table,
2114: x_object_approval_id OUT NOCOPY jtf_number_table,
2115: x_rule_action_id OUT NOCOPY jtf_number_table,
2116: x_rule_description OUT NOCOPY jtf_varchar2_table_300,
2117: x_approval_level OUT NOCOPY jtf_varchar2_table_300
2118: );

Line 2115: x_rule_action_id OUT NOCOPY jtf_number_table,

2111: PROCEDURE Set_Rules_List_Tbl_Out(
2112: p_qte_rules_list_tbl IN ASO_Apr_Pub.Rules_List_Tbl_Type,
2113: x_rule_id OUT NOCOPY jtf_number_table,
2114: x_object_approval_id OUT NOCOPY jtf_number_table,
2115: x_rule_action_id OUT NOCOPY jtf_number_table,
2116: x_rule_description OUT NOCOPY jtf_varchar2_table_300,
2117: x_approval_level OUT NOCOPY jtf_varchar2_table_300
2118: );
2119:

Line 2132: x_access_id OUT NOCOPY jtf_number_table

2128: );
2129:
2130: PROCEDURE Set_Qte_Access_Tbl_Out(
2131: p_qte_access_tbl IN ASO_Quote_Pub.Qte_Access_Tbl_Type,
2132: x_access_id OUT NOCOPY jtf_number_table
2133: );
2134:
2135: PROCEDURE Set_Template_Tbl_Out(
2136: p_template_tbl IN ASO_Quote_Pub.Template_Tbl_Type,

Line 2137: x_template_id OUT NOCOPY jtf_number_table

2133: );
2134:
2135: PROCEDURE Set_Template_Tbl_Out(
2136: p_template_tbl IN ASO_Quote_Pub.Template_Tbl_Type,
2137: x_template_id OUT NOCOPY jtf_number_table
2138: );
2139:
2140: PROCEDURE Set_Atp_Tbl_Out (
2141: p_atp_tbl IN ASO_ATP_INT.Atp_Tbl_Typ,

Line 2142: x_inventory_item_id OUT NOCOPY JTF_NUMBER_TABLE,

2138: );
2139:
2140: PROCEDURE Set_Atp_Tbl_Out (
2141: p_atp_tbl IN ASO_ATP_INT.Atp_Tbl_Typ,
2142: x_inventory_item_id OUT NOCOPY JTF_NUMBER_TABLE,
2143: x_inventory_item_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2144: x_inventory_item_description OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2145: x_padded_concatenated_segments OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2146: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,

Line 2146: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,

2142: x_inventory_item_id OUT NOCOPY JTF_NUMBER_TABLE,
2143: x_inventory_item_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2144: x_inventory_item_description OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2145: x_padded_concatenated_segments OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2146: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,
2147: x_source_organization_code OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2148: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2149: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
2150: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,

Line 2149: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,

2145: x_padded_concatenated_segments OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2146: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,
2147: x_source_organization_code OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2148: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2149: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
2150: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,
2151: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,
2152: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,
2153: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,

Line 2150: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,

2146: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,
2147: x_source_organization_code OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2148: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2149: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
2150: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,
2151: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,
2152: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,
2153: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,
2154: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,

Line 2151: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,

2147: x_source_organization_code OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2148: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2149: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
2150: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,
2151: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,
2152: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,
2153: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,
2154: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
2155: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,

Line 2152: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,

2148: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
2149: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
2150: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,
2151: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,
2152: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,
2153: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,
2154: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
2155: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,
2156: x_ship_date OUT NOCOPY JTF_DATE_TABLE,

Line 2157: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,

2153: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,
2154: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
2155: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,
2156: x_ship_date OUT NOCOPY JTF_DATE_TABLE,
2157: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,
2158: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,
2159: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,
2160: x_message OUT NOCOPY JTF_VARCHAR2_TABLE_2000,
2161: x_request_date_type OUT NOCOPY jtf_varchar2_table_300,

Line 2158: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,

2154: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
2155: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,
2156: x_ship_date OUT NOCOPY JTF_DATE_TABLE,
2157: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,
2158: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,
2159: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,
2160: x_message OUT NOCOPY JTF_VARCHAR2_TABLE_2000,
2161: x_request_date_type OUT NOCOPY jtf_varchar2_table_300,
2162: x_request_date_type_meaning OUT NOCOPY jtf_varchar2_table_300,

Line 2159: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,

2155: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,
2156: x_ship_date OUT NOCOPY JTF_DATE_TABLE,
2157: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,
2158: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,
2159: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,
2160: x_message OUT NOCOPY JTF_VARCHAR2_TABLE_2000,
2161: x_request_date_type OUT NOCOPY jtf_varchar2_table_300,
2162: x_request_date_type_meaning OUT NOCOPY jtf_varchar2_table_300,
2163: x_demand_class_code OUT NOCOPY jtf_varchar2_table_300,

Line 2172: x_quantity_on_hand OUT NOCOPY jtf_number_table,

2168: x_group_ship_date OUT NOCOPY jtf_date_table,
2169: x_requested_arrival_date OUT NOCOPY jtf_date_table,
2170: x_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
2171: x_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
2172: x_quantity_on_hand OUT NOCOPY jtf_number_table,
2173: x_quote_header_id OUT NOCOPY jtf_number_table,
2174: x_calling_module OUT NOCOPY jtf_number_table,
2175: x_quote_number OUT NOCOPY jtf_number_table,
2176: x_ato_line_id OUT NOCOPY jtf_number_table,

Line 2173: x_quote_header_id OUT NOCOPY jtf_number_table,

2169: x_requested_arrival_date OUT NOCOPY jtf_date_table,
2170: x_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
2171: x_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
2172: x_quantity_on_hand OUT NOCOPY jtf_number_table,
2173: x_quote_header_id OUT NOCOPY jtf_number_table,
2174: x_calling_module OUT NOCOPY jtf_number_table,
2175: x_quote_number OUT NOCOPY jtf_number_table,
2176: x_ato_line_id OUT NOCOPY jtf_number_table,
2177: x_ref_line_id OUT NOCOPY jtf_number_table,

Line 2174: x_calling_module OUT NOCOPY jtf_number_table,

2170: x_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
2171: x_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
2172: x_quantity_on_hand OUT NOCOPY jtf_number_table,
2173: x_quote_header_id OUT NOCOPY jtf_number_table,
2174: x_calling_module OUT NOCOPY jtf_number_table,
2175: x_quote_number OUT NOCOPY jtf_number_table,
2176: x_ato_line_id OUT NOCOPY jtf_number_table,
2177: x_ref_line_id OUT NOCOPY jtf_number_table,
2178: x_top_model_line_id OUT NOCOPY jtf_number_table,

Line 2175: x_quote_number OUT NOCOPY jtf_number_table,

2171: x_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
2172: x_quantity_on_hand OUT NOCOPY jtf_number_table,
2173: x_quote_header_id OUT NOCOPY jtf_number_table,
2174: x_calling_module OUT NOCOPY jtf_number_table,
2175: x_quote_number OUT NOCOPY jtf_number_table,
2176: x_ato_line_id OUT NOCOPY jtf_number_table,
2177: x_ref_line_id OUT NOCOPY jtf_number_table,
2178: x_top_model_line_id OUT NOCOPY jtf_number_table,
2179: x_action OUT NOCOPY jtf_number_table,

Line 2176: x_ato_line_id OUT NOCOPY jtf_number_table,

2172: x_quantity_on_hand OUT NOCOPY jtf_number_table,
2173: x_quote_header_id OUT NOCOPY jtf_number_table,
2174: x_calling_module OUT NOCOPY jtf_number_table,
2175: x_quote_number OUT NOCOPY jtf_number_table,
2176: x_ato_line_id OUT NOCOPY jtf_number_table,
2177: x_ref_line_id OUT NOCOPY jtf_number_table,
2178: x_top_model_line_id OUT NOCOPY jtf_number_table,
2179: x_action OUT NOCOPY jtf_number_table,
2180: x_arrival_date OUT NOCOPY jtf_date_table,

Line 2177: x_ref_line_id OUT NOCOPY jtf_number_table,

2173: x_quote_header_id OUT NOCOPY jtf_number_table,
2174: x_calling_module OUT NOCOPY jtf_number_table,
2175: x_quote_number OUT NOCOPY jtf_number_table,
2176: x_ato_line_id OUT NOCOPY jtf_number_table,
2177: x_ref_line_id OUT NOCOPY jtf_number_table,
2178: x_top_model_line_id OUT NOCOPY jtf_number_table,
2179: x_action OUT NOCOPY jtf_number_table,
2180: x_arrival_date OUT NOCOPY jtf_date_table,
2181: x_organization_id OUT NOCOPY jtf_number_table,

Line 2178: x_top_model_line_id OUT NOCOPY jtf_number_table,

2174: x_calling_module OUT NOCOPY jtf_number_table,
2175: x_quote_number OUT NOCOPY jtf_number_table,
2176: x_ato_line_id OUT NOCOPY jtf_number_table,
2177: x_ref_line_id OUT NOCOPY jtf_number_table,
2178: x_top_model_line_id OUT NOCOPY jtf_number_table,
2179: x_action OUT NOCOPY jtf_number_table,
2180: x_arrival_date OUT NOCOPY jtf_date_table,
2181: x_organization_id OUT NOCOPY jtf_number_table,
2182: x_component_code OUT NOCOPY jtf_varchar2_table_1200,

Line 2179: x_action OUT NOCOPY jtf_number_table,

2175: x_quote_number OUT NOCOPY jtf_number_table,
2176: x_ato_line_id OUT NOCOPY jtf_number_table,
2177: x_ref_line_id OUT NOCOPY jtf_number_table,
2178: x_top_model_line_id OUT NOCOPY jtf_number_table,
2179: x_action OUT NOCOPY jtf_number_table,
2180: x_arrival_date OUT NOCOPY jtf_date_table,
2181: x_organization_id OUT NOCOPY jtf_number_table,
2182: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
2183: x_component_sequence_id OUT NOCOPY jtf_number_table,

Line 2181: x_organization_id OUT NOCOPY jtf_number_table,

2177: x_ref_line_id OUT NOCOPY jtf_number_table,
2178: x_top_model_line_id OUT NOCOPY jtf_number_table,
2179: x_action OUT NOCOPY jtf_number_table,
2180: x_arrival_date OUT NOCOPY jtf_date_table,
2181: x_organization_id OUT NOCOPY jtf_number_table,
2182: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
2183: x_component_sequence_id OUT NOCOPY jtf_number_table,
2184: x_included_item_flag OUT NOCOPY jtf_number_table,
2185: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,

Line 2183: x_component_sequence_id OUT NOCOPY jtf_number_table,

2179: x_action OUT NOCOPY jtf_number_table,
2180: x_arrival_date OUT NOCOPY jtf_date_table,
2181: x_organization_id OUT NOCOPY jtf_number_table,
2182: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
2183: x_component_sequence_id OUT NOCOPY jtf_number_table,
2184: x_included_item_flag OUT NOCOPY jtf_number_table,
2185: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
2186: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
2187: x_country OUT NOCOPY jtf_varchar2_table_600,

Line 2184: x_included_item_flag OUT NOCOPY jtf_number_table,

2180: x_arrival_date OUT NOCOPY jtf_date_table,
2181: x_organization_id OUT NOCOPY jtf_number_table,
2182: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
2183: x_component_sequence_id OUT NOCOPY jtf_number_table,
2184: x_included_item_flag OUT NOCOPY jtf_number_table,
2185: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
2186: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
2187: x_country OUT NOCOPY jtf_varchar2_table_600,
2188: x_state OUT NOCOPY jtf_varchar2_table_600,

Line 2185: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,

2181: x_organization_id OUT NOCOPY jtf_number_table,
2182: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
2183: x_component_sequence_id OUT NOCOPY jtf_number_table,
2184: x_included_item_flag OUT NOCOPY jtf_number_table,
2185: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
2186: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
2187: x_country OUT NOCOPY jtf_varchar2_table_600,
2188: x_state OUT NOCOPY jtf_varchar2_table_600,
2189: x_city OUT NOCOPY jtf_varchar2_table_600,

Line 2186: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,

2182: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
2183: x_component_sequence_id OUT NOCOPY jtf_number_table,
2184: x_included_item_flag OUT NOCOPY jtf_number_table,
2185: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
2186: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
2187: x_country OUT NOCOPY jtf_varchar2_table_600,
2188: x_state OUT NOCOPY jtf_varchar2_table_600,
2189: x_city OUT NOCOPY jtf_varchar2_table_600,
2190: x_postal_code OUT NOCOPY jtf_varchar2_table_600,

Line 2191: x_match_item_id OUT NOCOPY jtf_number_table

2187: x_country OUT NOCOPY jtf_varchar2_table_600,
2188: x_state OUT NOCOPY jtf_varchar2_table_600,
2189: x_city OUT NOCOPY jtf_varchar2_table_600,
2190: x_postal_code OUT NOCOPY jtf_varchar2_table_600,
2191: x_match_item_id OUT NOCOPY jtf_number_table
2192: );
2193:
2194:
2195: PROCEDURE setOrgIdForNotifUserId(

Line 2202: p_template_id IN jtf_number_table := NULL

2198: p_login_userid IN NUMBER,
2199: x_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
2200: );
2201: FUNCTION Construct_Template_Tbl(
2202: p_template_id IN jtf_number_table := NULL
2203: )
2204: RETURN ASO_Quote_Pub.Template_Tbl_Type;
2205:
2206: FUNCTION Construct_Template_Rec(

Line 2669: x_quote_line_id OUT NOCOPY JTF_NUMBER_TABLE,

2665: );
2666:
2667: PROCEDURE Set_Config_Valid_Table_Out(
2668: p_config_table IN ASO_QUOTE_PUB.Config_Vaild_Tbl_Type,
2669: x_quote_line_id OUT NOCOPY JTF_NUMBER_TABLE,
2670: x_changed_flag OUT NOCOPY JTF_VARCHAR2_TABLE_100,
2671: x_valid_flag OUT NOCOPY JTF_VARCHAR2_TABLE_100,
2672: x_complete_flag OUT NOCOPY JTF_VARCHAR2_TABLE_100
2673: );

Line 2677: x_num_id OUT NOCOPY JTF_NUMBER_TABLE

2673: );
2674:
2675: PROCEDURE Set_num_Tbl_Out (
2676: p_num_tbl IN ASO_DEFAULTING_INT.ATTRIBUTE_IDS_TBL_TYPE,
2677: x_num_id OUT NOCOPY JTF_NUMBER_TABLE
2678: );
2679:
2680: FUNCTION Construct_Related_Obj_Tbl(
2681: p_operation_code IN jtf_varchar2_table_100 := NULL,

Line 2682: p_RELATED_OBJECT_ID IN jtf_number_table := NULL,

2678: );
2679:
2680: FUNCTION Construct_Related_Obj_Tbl(
2681: p_operation_code IN jtf_varchar2_table_100 := NULL,
2682: p_RELATED_OBJECT_ID IN jtf_number_table := NULL,
2683: p_CREATION_DATE IN jtf_date_table := null,
2684: p_CREATED_BY IN jtf_number_table := NULL,
2685: p_LAST_UPDATE_DATE IN jtf_date_table := null,
2686: p_LAST_UPDATED_BY IN jtf_number_table := NULL,

Line 2684: p_CREATED_BY IN jtf_number_table := NULL,

2680: FUNCTION Construct_Related_Obj_Tbl(
2681: p_operation_code IN jtf_varchar2_table_100 := NULL,
2682: p_RELATED_OBJECT_ID IN jtf_number_table := NULL,
2683: p_CREATION_DATE IN jtf_date_table := null,
2684: p_CREATED_BY IN jtf_number_table := NULL,
2685: p_LAST_UPDATE_DATE IN jtf_date_table := null,
2686: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
2687: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
2688: p_REQUEST_ID IN jtf_number_table := NULL,

Line 2686: p_LAST_UPDATED_BY IN jtf_number_table := NULL,

2682: p_RELATED_OBJECT_ID IN jtf_number_table := NULL,
2683: p_CREATION_DATE IN jtf_date_table := null,
2684: p_CREATED_BY IN jtf_number_table := NULL,
2685: p_LAST_UPDATE_DATE IN jtf_date_table := null,
2686: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
2687: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
2688: p_REQUEST_ID IN jtf_number_table := NULL,
2689: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
2690: p_PROGRAM_ID IN jtf_number_table := NULL,

Line 2687: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,

2683: p_CREATION_DATE IN jtf_date_table := null,
2684: p_CREATED_BY IN jtf_number_table := NULL,
2685: p_LAST_UPDATE_DATE IN jtf_date_table := null,
2686: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
2687: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
2688: p_REQUEST_ID IN jtf_number_table := NULL,
2689: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
2690: p_PROGRAM_ID IN jtf_number_table := NULL,
2691: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,

Line 2688: p_REQUEST_ID IN jtf_number_table := NULL,

2684: p_CREATED_BY IN jtf_number_table := NULL,
2685: p_LAST_UPDATE_DATE IN jtf_date_table := null,
2686: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
2687: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
2688: p_REQUEST_ID IN jtf_number_table := NULL,
2689: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
2690: p_PROGRAM_ID IN jtf_number_table := NULL,
2691: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
2692: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,

Line 2689: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,

2685: p_LAST_UPDATE_DATE IN jtf_date_table := null,
2686: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
2687: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
2688: p_REQUEST_ID IN jtf_number_table := NULL,
2689: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
2690: p_PROGRAM_ID IN jtf_number_table := NULL,
2691: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
2692: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
2693: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,

Line 2690: p_PROGRAM_ID IN jtf_number_table := NULL,

2686: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
2687: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
2688: p_REQUEST_ID IN jtf_number_table := NULL,
2689: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
2690: p_PROGRAM_ID IN jtf_number_table := NULL,
2691: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
2692: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
2693: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,
2694: p_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,

Line 2693: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,

2689: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
2690: p_PROGRAM_ID IN jtf_number_table := NULL,
2691: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
2692: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
2693: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,
2694: p_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
2695: p_OBJECT_ID IN jtf_number_table := NULL,
2696: p_RELATIONSHIP_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
2697: p_RECIPROCAL_FLAG IN jtf_varchar2_table_100 := NULL,

Line 2695: p_OBJECT_ID IN jtf_number_table := NULL,

2691: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
2692: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
2693: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,
2694: p_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
2695: p_OBJECT_ID IN jtf_number_table := NULL,
2696: p_RELATIONSHIP_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
2697: p_RECIPROCAL_FLAG IN jtf_varchar2_table_100 := NULL,
2698: p_QUOTE_OBJECT_CODE IN jtf_number_table := NULL,
2699: p_OBJECT_VERSION_NUMBER IN jtf_number_table := NULL

Line 2698: p_QUOTE_OBJECT_CODE IN jtf_number_table := NULL,

2694: p_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
2695: p_OBJECT_ID IN jtf_number_table := NULL,
2696: p_RELATIONSHIP_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
2697: p_RECIPROCAL_FLAG IN jtf_varchar2_table_100 := NULL,
2698: p_QUOTE_OBJECT_CODE IN jtf_number_table := NULL,
2699: p_OBJECT_VERSION_NUMBER IN jtf_number_table := NULL
2700: )
2701: RETURN ASO_Quote_Pub.RELATED_OBJ_Tbl_Type;
2702:

Line 2699: p_OBJECT_VERSION_NUMBER IN jtf_number_table := NULL

2695: p_OBJECT_ID IN jtf_number_table := NULL,
2696: p_RELATIONSHIP_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
2697: p_RECIPROCAL_FLAG IN jtf_varchar2_table_100 := NULL,
2698: p_QUOTE_OBJECT_CODE IN jtf_number_table := NULL,
2699: p_OBJECT_VERSION_NUMBER IN jtf_number_table := NULL
2700: )
2701: RETURN ASO_Quote_Pub.RELATED_OBJ_Tbl_Type;
2702:
2703:

Line 2706: x_related_object_id OUT NOCOPY jtf_number_table

2702:
2703:
2704: PROCEDURE Set_Related_Obj_Tbl_Out(
2705: p_rel_obj_tbl IN ASO_Quote_Pub.RELATED_OBJ_Tbl_Type,
2706: x_related_object_id OUT NOCOPY jtf_number_table
2707: );
2708:
2709:
2710: END ASO_Quote_Util_PVT;