DBA Data[Home] [Help]

APPS.IBE_QUOTE_W1_PVT dependencies on JTF_NUMBER_TABLE

Line 18: p_qte_line_index IN jtf_number_table ,

14: l_true VARCHAR2(1) := FND_API.G_TRUE;
15:
16: FUNCTION Construct_Payment_Tbl(
17: p_operation_code IN jtf_varchar2_table_100 ,
18: p_qte_line_index IN jtf_number_table ,
19: p_payment_id IN jtf_number_table ,
20: p_creation_date IN jtf_date_table ,
21: p_created_by IN jtf_number_table ,
22: p_last_update_date IN jtf_date_table ,

Line 19: p_payment_id IN jtf_number_table ,

15:
16: FUNCTION Construct_Payment_Tbl(
17: p_operation_code IN jtf_varchar2_table_100 ,
18: p_qte_line_index IN jtf_number_table ,
19: p_payment_id IN jtf_number_table ,
20: p_creation_date IN jtf_date_table ,
21: p_created_by IN jtf_number_table ,
22: p_last_update_date IN jtf_date_table ,
23: p_last_updated_by IN jtf_number_table ,

Line 21: p_created_by IN jtf_number_table ,

17: p_operation_code IN jtf_varchar2_table_100 ,
18: p_qte_line_index IN jtf_number_table ,
19: p_payment_id IN jtf_number_table ,
20: p_creation_date IN jtf_date_table ,
21: p_created_by IN jtf_number_table ,
22: p_last_update_date IN jtf_date_table ,
23: p_last_updated_by IN jtf_number_table ,
24: p_last_update_login IN jtf_number_table ,
25: p_request_id IN jtf_number_table ,

Line 23: p_last_updated_by IN jtf_number_table ,

19: p_payment_id IN jtf_number_table ,
20: p_creation_date IN jtf_date_table ,
21: p_created_by IN jtf_number_table ,
22: p_last_update_date IN jtf_date_table ,
23: p_last_updated_by IN jtf_number_table ,
24: p_last_update_login IN jtf_number_table ,
25: p_request_id IN jtf_number_table ,
26: p_program_application_id IN jtf_number_table ,
27: p_program_id IN jtf_number_table ,

Line 24: p_last_update_login IN jtf_number_table ,

20: p_creation_date IN jtf_date_table ,
21: p_created_by IN jtf_number_table ,
22: p_last_update_date IN jtf_date_table ,
23: p_last_updated_by IN jtf_number_table ,
24: p_last_update_login IN jtf_number_table ,
25: p_request_id IN jtf_number_table ,
26: p_program_application_id IN jtf_number_table ,
27: p_program_id IN jtf_number_table ,
28: p_program_update_date IN jtf_date_table ,

Line 25: p_request_id IN jtf_number_table ,

21: p_created_by IN jtf_number_table ,
22: p_last_update_date IN jtf_date_table ,
23: p_last_updated_by IN jtf_number_table ,
24: p_last_update_login IN jtf_number_table ,
25: p_request_id IN jtf_number_table ,
26: p_program_application_id IN jtf_number_table ,
27: p_program_id IN jtf_number_table ,
28: p_program_update_date IN jtf_date_table ,
29: p_quote_header_id IN jtf_number_table ,

Line 26: p_program_application_id IN jtf_number_table ,

22: p_last_update_date IN jtf_date_table ,
23: p_last_updated_by IN jtf_number_table ,
24: p_last_update_login IN jtf_number_table ,
25: p_request_id IN jtf_number_table ,
26: p_program_application_id IN jtf_number_table ,
27: p_program_id IN jtf_number_table ,
28: p_program_update_date IN jtf_date_table ,
29: p_quote_header_id IN jtf_number_table ,
30: p_quote_line_id IN jtf_number_table ,

Line 27: p_program_id IN jtf_number_table ,

23: p_last_updated_by IN jtf_number_table ,
24: p_last_update_login IN jtf_number_table ,
25: p_request_id IN jtf_number_table ,
26: p_program_application_id IN jtf_number_table ,
27: p_program_id IN jtf_number_table ,
28: p_program_update_date IN jtf_date_table ,
29: p_quote_header_id IN jtf_number_table ,
30: p_quote_line_id IN jtf_number_table ,
31: p_payment_type_code IN jtf_varchar2_table_100 ,

Line 29: p_quote_header_id IN jtf_number_table ,

25: p_request_id IN jtf_number_table ,
26: p_program_application_id IN jtf_number_table ,
27: p_program_id IN jtf_number_table ,
28: p_program_update_date IN jtf_date_table ,
29: p_quote_header_id IN jtf_number_table ,
30: p_quote_line_id IN jtf_number_table ,
31: p_payment_type_code IN jtf_varchar2_table_100 ,
32: p_payment_ref_number IN jtf_varchar2_table_300 ,
33: p_payment_option IN jtf_varchar2_table_300 ,

Line 30: p_quote_line_id IN jtf_number_table ,

26: p_program_application_id IN jtf_number_table ,
27: p_program_id IN jtf_number_table ,
28: p_program_update_date IN jtf_date_table ,
29: p_quote_header_id IN jtf_number_table ,
30: p_quote_line_id IN jtf_number_table ,
31: p_payment_type_code IN jtf_varchar2_table_100 ,
32: p_payment_ref_number IN jtf_varchar2_table_300 ,
33: p_payment_option IN jtf_varchar2_table_300 ,
34: p_payment_term_id IN jtf_number_table ,

Line 34: p_payment_term_id IN jtf_number_table ,

30: p_quote_line_id IN jtf_number_table ,
31: p_payment_type_code IN jtf_varchar2_table_100 ,
32: p_payment_ref_number IN jtf_varchar2_table_300 ,
33: p_payment_option IN jtf_varchar2_table_300 ,
34: p_payment_term_id IN jtf_number_table ,
35: p_credit_card_code IN jtf_varchar2_table_100 ,
36: p_credit_card_holder_name IN jtf_varchar2_table_100 ,
37: p_credit_card_exp_date IN jtf_date_table ,
38: p_credit_card_approval_code IN jtf_varchar2_table_100 ,

Line 40: p_payment_amount IN jtf_number_table ,

36: p_credit_card_holder_name IN jtf_varchar2_table_100 ,
37: p_credit_card_exp_date IN jtf_date_table ,
38: p_credit_card_approval_code IN jtf_varchar2_table_100 ,
39: p_credit_card_approval_date IN jtf_date_table ,
40: p_payment_amount IN jtf_number_table ,
41: p_cust_po_number IN jtf_varchar2_table_100 ,
42: p_attribute_category IN jtf_varchar2_table_100 ,
43: p_attribute1 IN jtf_varchar2_table_200 ,
44: p_attribute2 IN jtf_varchar2_table_200 ,

Line 58: p_assignment_id IN jtf_number_table ,

54: p_attribute12 IN jtf_varchar2_table_200 ,
55: p_attribute13 IN jtf_varchar2_table_200 ,
56: p_attribute14 IN jtf_varchar2_table_200 ,
57: p_attribute15 IN jtf_varchar2_table_200 ,
58: p_assignment_id IN jtf_number_table ,
59: p_cvv2 IN jtf_varchar2_table_200
60: )
61: RETURN ASO_Quote_Pub.Payment_Tbl_Type
62: IS

Line 359: p_adj_relationship_id IN jtf_number_table ,

355:
356:
357: FUNCTION Construct_Price_Adj_Rel_Tbl(
358: p_operation_code IN jtf_varchar2_table_100 ,
359: p_adj_relationship_id IN jtf_number_table ,
360: p_creation_date IN jtf_date_table ,
361: p_created_by IN jtf_number_table ,
362: p_last_update_date IN jtf_date_table ,
363: p_last_updated_by IN jtf_number_table ,

Line 361: p_created_by IN jtf_number_table ,

357: FUNCTION Construct_Price_Adj_Rel_Tbl(
358: p_operation_code IN jtf_varchar2_table_100 ,
359: p_adj_relationship_id IN jtf_number_table ,
360: p_creation_date IN jtf_date_table ,
361: p_created_by IN jtf_number_table ,
362: p_last_update_date IN jtf_date_table ,
363: p_last_updated_by IN jtf_number_table ,
364: p_last_update_login IN jtf_number_table ,
365: p_request_id IN jtf_number_table ,

Line 363: p_last_updated_by IN jtf_number_table ,

359: p_adj_relationship_id IN jtf_number_table ,
360: p_creation_date IN jtf_date_table ,
361: p_created_by IN jtf_number_table ,
362: p_last_update_date IN jtf_date_table ,
363: p_last_updated_by IN jtf_number_table ,
364: p_last_update_login IN jtf_number_table ,
365: p_request_id IN jtf_number_table ,
366: p_program_application_id IN jtf_number_table ,
367: p_program_id IN jtf_number_table ,

Line 364: p_last_update_login IN jtf_number_table ,

360: p_creation_date IN jtf_date_table ,
361: p_created_by IN jtf_number_table ,
362: p_last_update_date IN jtf_date_table ,
363: p_last_updated_by IN jtf_number_table ,
364: p_last_update_login IN jtf_number_table ,
365: p_request_id IN jtf_number_table ,
366: p_program_application_id IN jtf_number_table ,
367: p_program_id IN jtf_number_table ,
368: p_program_update_date IN jtf_date_table ,

Line 365: p_request_id IN jtf_number_table ,

361: p_created_by IN jtf_number_table ,
362: p_last_update_date IN jtf_date_table ,
363: p_last_updated_by IN jtf_number_table ,
364: p_last_update_login IN jtf_number_table ,
365: p_request_id IN jtf_number_table ,
366: p_program_application_id IN jtf_number_table ,
367: p_program_id IN jtf_number_table ,
368: p_program_update_date IN jtf_date_table ,
369: p_quote_line_id IN jtf_number_table ,

Line 366: p_program_application_id IN jtf_number_table ,

362: p_last_update_date IN jtf_date_table ,
363: p_last_updated_by IN jtf_number_table ,
364: p_last_update_login IN jtf_number_table ,
365: p_request_id IN jtf_number_table ,
366: p_program_application_id IN jtf_number_table ,
367: p_program_id IN jtf_number_table ,
368: p_program_update_date IN jtf_date_table ,
369: p_quote_line_id IN jtf_number_table ,
370: p_qte_line_index IN jtf_number_table ,

Line 367: p_program_id IN jtf_number_table ,

363: p_last_updated_by IN jtf_number_table ,
364: p_last_update_login IN jtf_number_table ,
365: p_request_id IN jtf_number_table ,
366: p_program_application_id IN jtf_number_table ,
367: p_program_id IN jtf_number_table ,
368: p_program_update_date IN jtf_date_table ,
369: p_quote_line_id IN jtf_number_table ,
370: p_qte_line_index IN jtf_number_table ,
371: p_price_adjustment_id IN jtf_number_table ,

Line 369: p_quote_line_id IN jtf_number_table ,

365: p_request_id IN jtf_number_table ,
366: p_program_application_id IN jtf_number_table ,
367: p_program_id IN jtf_number_table ,
368: p_program_update_date IN jtf_date_table ,
369: p_quote_line_id IN jtf_number_table ,
370: p_qte_line_index IN jtf_number_table ,
371: p_price_adjustment_id IN jtf_number_table ,
372: p_price_adj_index IN jtf_number_table ,
373: p_rltd_price_adj_id IN jtf_number_table ,

Line 370: p_qte_line_index IN jtf_number_table ,

366: p_program_application_id IN jtf_number_table ,
367: p_program_id IN jtf_number_table ,
368: p_program_update_date IN jtf_date_table ,
369: p_quote_line_id IN jtf_number_table ,
370: p_qte_line_index IN jtf_number_table ,
371: p_price_adjustment_id IN jtf_number_table ,
372: p_price_adj_index IN jtf_number_table ,
373: p_rltd_price_adj_id IN jtf_number_table ,
374: p_rltd_price_adj_index IN jtf_number_table

Line 371: p_price_adjustment_id IN jtf_number_table ,

367: p_program_id IN jtf_number_table ,
368: p_program_update_date IN jtf_date_table ,
369: p_quote_line_id IN jtf_number_table ,
370: p_qte_line_index IN jtf_number_table ,
371: p_price_adjustment_id IN jtf_number_table ,
372: p_price_adj_index IN jtf_number_table ,
373: p_rltd_price_adj_id IN jtf_number_table ,
374: p_rltd_price_adj_index IN jtf_number_table
375: )

Line 372: p_price_adj_index IN jtf_number_table ,

368: p_program_update_date IN jtf_date_table ,
369: p_quote_line_id IN jtf_number_table ,
370: p_qte_line_index IN jtf_number_table ,
371: p_price_adjustment_id IN jtf_number_table ,
372: p_price_adj_index IN jtf_number_table ,
373: p_rltd_price_adj_id IN jtf_number_table ,
374: p_rltd_price_adj_index IN jtf_number_table
375: )
376: RETURN ASO_Quote_Pub.Price_Adj_Rltship_Tbl_Type

Line 373: p_rltd_price_adj_id IN jtf_number_table ,

369: p_quote_line_id IN jtf_number_table ,
370: p_qte_line_index IN jtf_number_table ,
371: p_price_adjustment_id IN jtf_number_table ,
372: p_price_adj_index IN jtf_number_table ,
373: p_rltd_price_adj_id IN jtf_number_table ,
374: p_rltd_price_adj_index IN jtf_number_table
375: )
376: RETURN ASO_Quote_Pub.Price_Adj_Rltship_Tbl_Type
377: IS

Line 374: p_rltd_price_adj_index IN jtf_number_table

370: p_qte_line_index IN jtf_number_table ,
371: p_price_adjustment_id IN jtf_number_table ,
372: p_price_adj_index IN jtf_number_table ,
373: p_rltd_price_adj_id IN jtf_number_table ,
374: p_rltd_price_adj_index IN jtf_number_table
375: )
376: RETURN ASO_Quote_Pub.Price_Adj_Rltship_Tbl_Type
377: IS
378: l_price_adj_rltship_tbl ASO_Quote_Pub.Price_Adj_Rltship_Tbl_Type;

Line 479: p_qte_line_index IN jtf_number_table ,

475:
476:
477: FUNCTION Construct_Price_Adj_Tbl(
478: p_operation_code IN jtf_varchar2_table_100 ,
479: p_qte_line_index IN jtf_number_table ,
480: p_price_adjustment_id IN jtf_number_table ,
481: p_creation_date IN jtf_date_table ,
482: p_created_by IN jtf_number_table ,
483: p_last_update_date IN jtf_date_table ,

Line 480: p_price_adjustment_id IN jtf_number_table ,

476:
477: FUNCTION Construct_Price_Adj_Tbl(
478: p_operation_code IN jtf_varchar2_table_100 ,
479: p_qte_line_index IN jtf_number_table ,
480: p_price_adjustment_id IN jtf_number_table ,
481: p_creation_date IN jtf_date_table ,
482: p_created_by IN jtf_number_table ,
483: p_last_update_date IN jtf_date_table ,
484: p_last_updated_by IN jtf_number_table ,

Line 482: p_created_by IN jtf_number_table ,

478: p_operation_code IN jtf_varchar2_table_100 ,
479: p_qte_line_index IN jtf_number_table ,
480: p_price_adjustment_id IN jtf_number_table ,
481: p_creation_date IN jtf_date_table ,
482: p_created_by IN jtf_number_table ,
483: p_last_update_date IN jtf_date_table ,
484: p_last_updated_by IN jtf_number_table ,
485: p_last_update_login IN jtf_number_table ,
486: p_program_application_id IN jtf_number_table ,

Line 484: p_last_updated_by IN jtf_number_table ,

480: p_price_adjustment_id IN jtf_number_table ,
481: p_creation_date IN jtf_date_table ,
482: p_created_by IN jtf_number_table ,
483: p_last_update_date IN jtf_date_table ,
484: p_last_updated_by IN jtf_number_table ,
485: p_last_update_login IN jtf_number_table ,
486: p_program_application_id IN jtf_number_table ,
487: p_program_id IN jtf_number_table ,
488: p_program_update_date IN jtf_date_table ,

Line 485: p_last_update_login IN jtf_number_table ,

481: p_creation_date IN jtf_date_table ,
482: p_created_by IN jtf_number_table ,
483: p_last_update_date IN jtf_date_table ,
484: p_last_updated_by IN jtf_number_table ,
485: p_last_update_login IN jtf_number_table ,
486: p_program_application_id IN jtf_number_table ,
487: p_program_id IN jtf_number_table ,
488: p_program_update_date IN jtf_date_table ,
489: p_request_id IN jtf_number_table ,

Line 486: p_program_application_id IN jtf_number_table ,

482: p_created_by IN jtf_number_table ,
483: p_last_update_date IN jtf_date_table ,
484: p_last_updated_by IN jtf_number_table ,
485: p_last_update_login IN jtf_number_table ,
486: p_program_application_id IN jtf_number_table ,
487: p_program_id IN jtf_number_table ,
488: p_program_update_date IN jtf_date_table ,
489: p_request_id IN jtf_number_table ,
490: p_quote_header_id IN jtf_number_table ,

Line 487: p_program_id IN jtf_number_table ,

483: p_last_update_date IN jtf_date_table ,
484: p_last_updated_by IN jtf_number_table ,
485: p_last_update_login IN jtf_number_table ,
486: p_program_application_id IN jtf_number_table ,
487: p_program_id IN jtf_number_table ,
488: p_program_update_date IN jtf_date_table ,
489: p_request_id IN jtf_number_table ,
490: p_quote_header_id IN jtf_number_table ,
491: p_quote_line_id IN jtf_number_table ,

Line 489: p_request_id IN jtf_number_table ,

485: p_last_update_login IN jtf_number_table ,
486: p_program_application_id IN jtf_number_table ,
487: p_program_id IN jtf_number_table ,
488: p_program_update_date IN jtf_date_table ,
489: p_request_id IN jtf_number_table ,
490: p_quote_header_id IN jtf_number_table ,
491: p_quote_line_id IN jtf_number_table ,
492: p_modifier_header_id IN jtf_number_table ,
493: p_modifier_line_id IN jtf_number_table ,

Line 490: p_quote_header_id IN jtf_number_table ,

486: p_program_application_id IN jtf_number_table ,
487: p_program_id IN jtf_number_table ,
488: p_program_update_date IN jtf_date_table ,
489: p_request_id IN jtf_number_table ,
490: p_quote_header_id IN jtf_number_table ,
491: p_quote_line_id IN jtf_number_table ,
492: p_modifier_header_id IN jtf_number_table ,
493: p_modifier_line_id IN jtf_number_table ,
494: p_mod_line_type_code IN jtf_varchar2_table_100 ,

Line 491: p_quote_line_id IN jtf_number_table ,

487: p_program_id IN jtf_number_table ,
488: p_program_update_date IN jtf_date_table ,
489: p_request_id IN jtf_number_table ,
490: p_quote_header_id IN jtf_number_table ,
491: p_quote_line_id IN jtf_number_table ,
492: p_modifier_header_id IN jtf_number_table ,
493: p_modifier_line_id IN jtf_number_table ,
494: p_mod_line_type_code IN jtf_varchar2_table_100 ,
495: p_mod_mech_type_code IN jtf_varchar2_table_100 ,

Line 492: p_modifier_header_id IN jtf_number_table ,

488: p_program_update_date IN jtf_date_table ,
489: p_request_id IN jtf_number_table ,
490: p_quote_header_id IN jtf_number_table ,
491: p_quote_line_id IN jtf_number_table ,
492: p_modifier_header_id IN jtf_number_table ,
493: p_modifier_line_id IN jtf_number_table ,
494: p_mod_line_type_code IN jtf_varchar2_table_100 ,
495: p_mod_mech_type_code IN jtf_varchar2_table_100 ,
496: p_modified_from IN jtf_number_table ,

Line 493: p_modifier_line_id IN jtf_number_table ,

489: p_request_id IN jtf_number_table ,
490: p_quote_header_id IN jtf_number_table ,
491: p_quote_line_id IN jtf_number_table ,
492: p_modifier_header_id IN jtf_number_table ,
493: p_modifier_line_id IN jtf_number_table ,
494: p_mod_line_type_code IN jtf_varchar2_table_100 ,
495: p_mod_mech_type_code IN jtf_varchar2_table_100 ,
496: p_modified_from IN jtf_number_table ,
497: p_modified_to IN jtf_number_table ,

Line 496: p_modified_from IN jtf_number_table ,

492: p_modifier_header_id IN jtf_number_table ,
493: p_modifier_line_id IN jtf_number_table ,
494: p_mod_line_type_code IN jtf_varchar2_table_100 ,
495: p_mod_mech_type_code IN jtf_varchar2_table_100 ,
496: p_modified_from IN jtf_number_table ,
497: p_modified_to IN jtf_number_table ,
498: p_operand IN jtf_number_table ,
499: p_arithmetic_operator IN jtf_varchar2_table_100 ,
500: p_automatic_flag IN jtf_varchar2_table_100 ,

Line 497: p_modified_to IN jtf_number_table ,

493: p_modifier_line_id IN jtf_number_table ,
494: p_mod_line_type_code IN jtf_varchar2_table_100 ,
495: p_mod_mech_type_code IN jtf_varchar2_table_100 ,
496: p_modified_from IN jtf_number_table ,
497: p_modified_to IN jtf_number_table ,
498: p_operand IN jtf_number_table ,
499: p_arithmetic_operator IN jtf_varchar2_table_100 ,
500: p_automatic_flag IN jtf_varchar2_table_100 ,
501: p_update_allowable_flag IN jtf_varchar2_table_100 ,

Line 498: p_operand IN jtf_number_table ,

494: p_mod_line_type_code IN jtf_varchar2_table_100 ,
495: p_mod_mech_type_code IN jtf_varchar2_table_100 ,
496: p_modified_from IN jtf_number_table ,
497: p_modified_to IN jtf_number_table ,
498: p_operand IN jtf_number_table ,
499: p_arithmetic_operator IN jtf_varchar2_table_100 ,
500: p_automatic_flag IN jtf_varchar2_table_100 ,
501: p_update_allowable_flag IN jtf_varchar2_table_100 ,
502: p_updated_flag IN jtf_varchar2_table_100 ,

Line 505: p_pricing_phase_id IN jtf_number_table ,

501: p_update_allowable_flag IN jtf_varchar2_table_100 ,
502: p_updated_flag IN jtf_varchar2_table_100 ,
503: p_applied_flag IN jtf_varchar2_table_100 ,
504: p_on_invoice_flag IN jtf_varchar2_table_100 ,
505: p_pricing_phase_id IN jtf_number_table ,
506: p_attribute_category IN jtf_varchar2_table_100 ,
507: p_attribute1 IN jtf_varchar2_table_200 ,
508: p_attribute2 IN jtf_varchar2_table_200 ,
509: p_attribute3 IN jtf_varchar2_table_200 ,

Line 527: p_cost_id IN jtf_number_table ,

523: p_change_sequence IN jtf_varchar2_table_100 ,
524: p_update_allowed IN jtf_varchar2_table_100 ,
525: p_change_reason_code IN jtf_varchar2_table_100 ,
526: p_change_reason_text IN jtf_varchar2_table_2000 ,
527: p_cost_id IN jtf_number_table ,
528: p_tax_code IN jtf_varchar2_table_100 ,
529: p_tax_exempt_flag IN jtf_varchar2_table_100 ,
530: p_tax_exempt_number IN jtf_varchar2_table_100 ,
531: p_tax_exempt_reason_code IN jtf_varchar2_table_100 ,

Line 532: p_parent_adjustment_id IN jtf_number_table ,

528: p_tax_code IN jtf_varchar2_table_100 ,
529: p_tax_exempt_flag IN jtf_varchar2_table_100 ,
530: p_tax_exempt_number IN jtf_varchar2_table_100 ,
531: p_tax_exempt_reason_code IN jtf_varchar2_table_100 ,
532: p_parent_adjustment_id IN jtf_number_table ,
533: p_invoiced_flag IN jtf_varchar2_table_100 ,
534: p_estimated_flag IN jtf_varchar2_table_100 ,
535: p_inc_in_sales_perfce IN jtf_varchar2_table_100 ,
536: p_split_action_code IN jtf_varchar2_table_100 ,

Line 537: p_adjusted_amount IN jtf_number_table ,

533: p_invoiced_flag IN jtf_varchar2_table_100 ,
534: p_estimated_flag IN jtf_varchar2_table_100 ,
535: p_inc_in_sales_perfce IN jtf_varchar2_table_100 ,
536: p_split_action_code IN jtf_varchar2_table_100 ,
537: p_adjusted_amount IN jtf_number_table ,
538: p_charge_type_code IN jtf_varchar2_table_100 ,
539: p_charge_subtype_code IN jtf_varchar2_table_100 ,
540: p_range_break_quantity IN jtf_number_table ,
541: p_accrual_conv_rate IN jtf_number_table ,

Line 540: p_range_break_quantity IN jtf_number_table ,

536: p_split_action_code IN jtf_varchar2_table_100 ,
537: p_adjusted_amount IN jtf_number_table ,
538: p_charge_type_code IN jtf_varchar2_table_100 ,
539: p_charge_subtype_code IN jtf_varchar2_table_100 ,
540: p_range_break_quantity IN jtf_number_table ,
541: p_accrual_conv_rate IN jtf_number_table ,
542: p_pricing_group_sequence IN jtf_number_table ,
543: p_accrual_flag IN jtf_varchar2_table_100 ,
544: p_list_line_no IN jtf_varchar2_table_300 ,

Line 541: p_accrual_conv_rate IN jtf_number_table ,

537: p_adjusted_amount IN jtf_number_table ,
538: p_charge_type_code IN jtf_varchar2_table_100 ,
539: p_charge_subtype_code IN jtf_varchar2_table_100 ,
540: p_range_break_quantity IN jtf_number_table ,
541: p_accrual_conv_rate IN jtf_number_table ,
542: p_pricing_group_sequence IN jtf_number_table ,
543: p_accrual_flag IN jtf_varchar2_table_100 ,
544: p_list_line_no IN jtf_varchar2_table_300 ,
545: p_source_system_code IN jtf_varchar2_table_100 ,

Line 542: p_pricing_group_sequence IN jtf_number_table ,

538: p_charge_type_code IN jtf_varchar2_table_100 ,
539: p_charge_subtype_code IN jtf_varchar2_table_100 ,
540: p_range_break_quantity IN jtf_number_table ,
541: p_accrual_conv_rate IN jtf_number_table ,
542: p_pricing_group_sequence IN jtf_number_table ,
543: p_accrual_flag IN jtf_varchar2_table_100 ,
544: p_list_line_no IN jtf_varchar2_table_300 ,
545: p_source_system_code IN jtf_varchar2_table_100 ,
546: p_benefit_qty IN jtf_number_table ,

Line 546: p_benefit_qty IN jtf_number_table ,

542: p_pricing_group_sequence IN jtf_number_table ,
543: p_accrual_flag IN jtf_varchar2_table_100 ,
544: p_list_line_no IN jtf_varchar2_table_300 ,
545: p_source_system_code IN jtf_varchar2_table_100 ,
546: p_benefit_qty IN jtf_number_table ,
547: p_benefit_uom_code IN jtf_varchar2_table_100 ,
548: p_print_on_invoice_flag IN jtf_varchar2_table_100 ,
549: p_expiration_date IN jtf_date_table ,
550: p_rebate_trans_type_code IN jtf_varchar2_table_100 ,

Line 778: p_qte_line_index IN jtf_number_table ,

774:
775:
776: FUNCTION Construct_Price_Adj_Attr_Tbl(
777: p_operation_code IN jtf_varchar2_table_100 ,
778: p_qte_line_index IN jtf_number_table ,
779: p_price_adj_index IN jtf_number_table ,
780: p_price_adj_attrib_id IN jtf_number_table ,
781: p_creation_date IN jtf_date_table ,
782: p_created_by IN jtf_number_table ,

Line 779: p_price_adj_index IN jtf_number_table ,

775:
776: FUNCTION Construct_Price_Adj_Attr_Tbl(
777: p_operation_code IN jtf_varchar2_table_100 ,
778: p_qte_line_index IN jtf_number_table ,
779: p_price_adj_index IN jtf_number_table ,
780: p_price_adj_attrib_id IN jtf_number_table ,
781: p_creation_date IN jtf_date_table ,
782: p_created_by IN jtf_number_table ,
783: p_last_update_date IN jtf_date_table ,

Line 780: p_price_adj_attrib_id IN jtf_number_table ,

776: FUNCTION Construct_Price_Adj_Attr_Tbl(
777: p_operation_code IN jtf_varchar2_table_100 ,
778: p_qte_line_index IN jtf_number_table ,
779: p_price_adj_index IN jtf_number_table ,
780: p_price_adj_attrib_id IN jtf_number_table ,
781: p_creation_date IN jtf_date_table ,
782: p_created_by IN jtf_number_table ,
783: p_last_update_date IN jtf_date_table ,
784: p_last_updated_by IN jtf_number_table ,

Line 782: p_created_by IN jtf_number_table ,

778: p_qte_line_index IN jtf_number_table ,
779: p_price_adj_index IN jtf_number_table ,
780: p_price_adj_attrib_id IN jtf_number_table ,
781: p_creation_date IN jtf_date_table ,
782: p_created_by IN jtf_number_table ,
783: p_last_update_date IN jtf_date_table ,
784: p_last_updated_by IN jtf_number_table ,
785: p_last_update_login IN jtf_number_table ,
786: p_program_application_id IN jtf_number_table ,

Line 784: p_last_updated_by IN jtf_number_table ,

780: p_price_adj_attrib_id IN jtf_number_table ,
781: p_creation_date IN jtf_date_table ,
782: p_created_by IN jtf_number_table ,
783: p_last_update_date IN jtf_date_table ,
784: p_last_updated_by IN jtf_number_table ,
785: p_last_update_login IN jtf_number_table ,
786: p_program_application_id IN jtf_number_table ,
787: p_program_id IN jtf_number_table ,
788: p_program_update_date IN jtf_date_table ,

Line 785: p_last_update_login IN jtf_number_table ,

781: p_creation_date IN jtf_date_table ,
782: p_created_by IN jtf_number_table ,
783: p_last_update_date IN jtf_date_table ,
784: p_last_updated_by IN jtf_number_table ,
785: p_last_update_login IN jtf_number_table ,
786: p_program_application_id IN jtf_number_table ,
787: p_program_id IN jtf_number_table ,
788: p_program_update_date IN jtf_date_table ,
789: p_request_id IN jtf_number_table ,

Line 786: p_program_application_id IN jtf_number_table ,

782: p_created_by IN jtf_number_table ,
783: p_last_update_date IN jtf_date_table ,
784: p_last_updated_by IN jtf_number_table ,
785: p_last_update_login IN jtf_number_table ,
786: p_program_application_id IN jtf_number_table ,
787: p_program_id IN jtf_number_table ,
788: p_program_update_date IN jtf_date_table ,
789: p_request_id IN jtf_number_table ,
790: p_price_adjustment_id IN jtf_number_table ,

Line 787: p_program_id IN jtf_number_table ,

783: p_last_update_date IN jtf_date_table ,
784: p_last_updated_by IN jtf_number_table ,
785: p_last_update_login IN jtf_number_table ,
786: p_program_application_id IN jtf_number_table ,
787: p_program_id IN jtf_number_table ,
788: p_program_update_date IN jtf_date_table ,
789: p_request_id IN jtf_number_table ,
790: p_price_adjustment_id IN jtf_number_table ,
791: p_pricing_context IN jtf_varchar2_table_100 ,

Line 789: p_request_id IN jtf_number_table ,

785: p_last_update_login IN jtf_number_table ,
786: p_program_application_id IN jtf_number_table ,
787: p_program_id IN jtf_number_table ,
788: p_program_update_date IN jtf_date_table ,
789: p_request_id IN jtf_number_table ,
790: p_price_adjustment_id IN jtf_number_table ,
791: p_pricing_context IN jtf_varchar2_table_100 ,
792: p_pricing_attribute IN jtf_varchar2_table_100 ,
793: p_prc_attr_value_from IN jtf_varchar2_table_300 ,

Line 790: p_price_adjustment_id IN jtf_number_table ,

786: p_program_application_id IN jtf_number_table ,
787: p_program_id IN jtf_number_table ,
788: p_program_update_date IN jtf_date_table ,
789: p_request_id IN jtf_number_table ,
790: p_price_adjustment_id IN jtf_number_table ,
791: p_pricing_context IN jtf_varchar2_table_100 ,
792: p_pricing_attribute IN jtf_varchar2_table_100 ,
793: p_prc_attr_value_from IN jtf_varchar2_table_300 ,
794: p_pricing_attr_value_to IN jtf_varchar2_table_300 ,

Line 890: p_qte_line_index IN jtf_number_table ,

886: END Construct_Price_Adj_Attr_Tbl;
887:
888:
889: FUNCTION Construct_Line_Attribs_Ext_Tbl(
890: p_qte_line_index IN jtf_number_table ,
891: p_shipment_index IN jtf_number_table ,
892: p_line_attribute_id IN jtf_number_table ,
893: p_creation_date IN jtf_date_table ,
894: p_created_by IN jtf_number_table ,

Line 891: p_shipment_index IN jtf_number_table ,

887:
888:
889: FUNCTION Construct_Line_Attribs_Ext_Tbl(
890: p_qte_line_index IN jtf_number_table ,
891: p_shipment_index IN jtf_number_table ,
892: p_line_attribute_id IN jtf_number_table ,
893: p_creation_date IN jtf_date_table ,
894: p_created_by IN jtf_number_table ,
895: p_last_update_date IN jtf_date_table ,

Line 892: p_line_attribute_id IN jtf_number_table ,

888:
889: FUNCTION Construct_Line_Attribs_Ext_Tbl(
890: p_qte_line_index IN jtf_number_table ,
891: p_shipment_index IN jtf_number_table ,
892: p_line_attribute_id IN jtf_number_table ,
893: p_creation_date IN jtf_date_table ,
894: p_created_by IN jtf_number_table ,
895: p_last_update_date IN jtf_date_table ,
896: p_last_updated_by IN jtf_number_table ,

Line 894: p_created_by IN jtf_number_table ,

890: p_qte_line_index IN jtf_number_table ,
891: p_shipment_index IN jtf_number_table ,
892: p_line_attribute_id IN jtf_number_table ,
893: p_creation_date IN jtf_date_table ,
894: p_created_by IN jtf_number_table ,
895: p_last_update_date IN jtf_date_table ,
896: p_last_updated_by IN jtf_number_table ,
897: p_last_update_login IN jtf_number_table ,
898: p_request_id IN jtf_number_table ,

Line 896: p_last_updated_by IN jtf_number_table ,

892: p_line_attribute_id IN jtf_number_table ,
893: p_creation_date IN jtf_date_table ,
894: p_created_by IN jtf_number_table ,
895: p_last_update_date IN jtf_date_table ,
896: p_last_updated_by IN jtf_number_table ,
897: p_last_update_login IN jtf_number_table ,
898: p_request_id IN jtf_number_table ,
899: p_program_application_id IN jtf_number_table ,
900: p_program_id IN jtf_number_table ,

Line 897: p_last_update_login IN jtf_number_table ,

893: p_creation_date IN jtf_date_table ,
894: p_created_by IN jtf_number_table ,
895: p_last_update_date IN jtf_date_table ,
896: p_last_updated_by IN jtf_number_table ,
897: p_last_update_login IN jtf_number_table ,
898: p_request_id IN jtf_number_table ,
899: p_program_application_id IN jtf_number_table ,
900: p_program_id IN jtf_number_table ,
901: p_program_update_date IN jtf_date_table ,

Line 898: p_request_id IN jtf_number_table ,

894: p_created_by IN jtf_number_table ,
895: p_last_update_date IN jtf_date_table ,
896: p_last_updated_by IN jtf_number_table ,
897: p_last_update_login IN jtf_number_table ,
898: p_request_id IN jtf_number_table ,
899: p_program_application_id IN jtf_number_table ,
900: p_program_id IN jtf_number_table ,
901: p_program_update_date IN jtf_date_table ,
902: p_quote_header_id IN jtf_number_table ,

Line 899: p_program_application_id IN jtf_number_table ,

895: p_last_update_date IN jtf_date_table ,
896: p_last_updated_by IN jtf_number_table ,
897: p_last_update_login IN jtf_number_table ,
898: p_request_id IN jtf_number_table ,
899: p_program_application_id IN jtf_number_table ,
900: p_program_id IN jtf_number_table ,
901: p_program_update_date IN jtf_date_table ,
902: p_quote_header_id IN jtf_number_table ,
903: p_quote_line_id IN jtf_number_table ,

Line 900: p_program_id IN jtf_number_table ,

896: p_last_updated_by IN jtf_number_table ,
897: p_last_update_login IN jtf_number_table ,
898: p_request_id IN jtf_number_table ,
899: p_program_application_id IN jtf_number_table ,
900: p_program_id IN jtf_number_table ,
901: p_program_update_date IN jtf_date_table ,
902: p_quote_header_id IN jtf_number_table ,
903: p_quote_line_id IN jtf_number_table ,
904: p_quote_shipment_id IN jtf_number_table ,

Line 902: p_quote_header_id IN jtf_number_table ,

898: p_request_id IN jtf_number_table ,
899: p_program_application_id IN jtf_number_table ,
900: p_program_id IN jtf_number_table ,
901: p_program_update_date IN jtf_date_table ,
902: p_quote_header_id IN jtf_number_table ,
903: p_quote_line_id IN jtf_number_table ,
904: p_quote_shipment_id IN jtf_number_table ,
905: p_attribute_type_code IN jtf_varchar2_table_100 ,
906: p_name IN jtf_varchar2_table_100 ,

Line 903: p_quote_line_id IN jtf_number_table ,

899: p_program_application_id IN jtf_number_table ,
900: p_program_id IN jtf_number_table ,
901: p_program_update_date IN jtf_date_table ,
902: p_quote_header_id IN jtf_number_table ,
903: p_quote_line_id IN jtf_number_table ,
904: p_quote_shipment_id IN jtf_number_table ,
905: p_attribute_type_code IN jtf_varchar2_table_100 ,
906: p_name IN jtf_varchar2_table_100 ,
907: p_value IN jtf_varchar2_table_2000 ,

Line 904: p_quote_shipment_id IN jtf_number_table ,

900: p_program_id IN jtf_number_table ,
901: p_program_update_date IN jtf_date_table ,
902: p_quote_header_id IN jtf_number_table ,
903: p_quote_line_id IN jtf_number_table ,
904: p_quote_shipment_id IN jtf_number_table ,
905: p_attribute_type_code IN jtf_varchar2_table_100 ,
906: p_name IN jtf_varchar2_table_100 ,
907: p_value IN jtf_varchar2_table_2000 ,
908: p_value_type IN jtf_varchar2_table_300 ,

Line 910: p_application_id IN jtf_number_table ,

906: p_name IN jtf_varchar2_table_100 ,
907: p_value IN jtf_varchar2_table_2000 ,
908: p_value_type IN jtf_varchar2_table_300 ,
909: p_status IN jtf_varchar2_table_100 ,
910: p_application_id IN jtf_number_table ,
911: p_start_date_active IN jtf_date_table ,
912: p_end_date_active IN jtf_date_table ,
913: p_operation_code IN jtf_varchar2_table_100
914: )

Line 1032: p_qte_line_index IN jtf_number_table ,

1028:
1029:
1030: FUNCTION Construct_Freight_Charge_Tbl(
1031: p_operation_code IN jtf_varchar2_table_100 ,
1032: p_qte_line_index IN jtf_number_table ,
1033: p_shipment_index IN jtf_number_table ,
1034: p_freight_charge_id IN jtf_number_table ,
1035: p_last_update_date IN jtf_date_table ,
1036: p_last_updated_by IN jtf_number_table ,

Line 1033: p_shipment_index IN jtf_number_table ,

1029:
1030: FUNCTION Construct_Freight_Charge_Tbl(
1031: p_operation_code IN jtf_varchar2_table_100 ,
1032: p_qte_line_index IN jtf_number_table ,
1033: p_shipment_index IN jtf_number_table ,
1034: p_freight_charge_id IN jtf_number_table ,
1035: p_last_update_date IN jtf_date_table ,
1036: p_last_updated_by IN jtf_number_table ,
1037: p_creation_date IN jtf_date_table ,

Line 1034: p_freight_charge_id IN jtf_number_table ,

1030: FUNCTION Construct_Freight_Charge_Tbl(
1031: p_operation_code IN jtf_varchar2_table_100 ,
1032: p_qte_line_index IN jtf_number_table ,
1033: p_shipment_index IN jtf_number_table ,
1034: p_freight_charge_id IN jtf_number_table ,
1035: p_last_update_date IN jtf_date_table ,
1036: p_last_updated_by IN jtf_number_table ,
1037: p_creation_date IN jtf_date_table ,
1038: p_created_by IN jtf_number_table ,

Line 1036: p_last_updated_by IN jtf_number_table ,

1032: p_qte_line_index IN jtf_number_table ,
1033: p_shipment_index IN jtf_number_table ,
1034: p_freight_charge_id IN jtf_number_table ,
1035: p_last_update_date IN jtf_date_table ,
1036: p_last_updated_by IN jtf_number_table ,
1037: p_creation_date IN jtf_date_table ,
1038: p_created_by IN jtf_number_table ,
1039: p_last_update_login IN jtf_number_table ,
1040: p_program_application_id IN jtf_number_table ,

Line 1038: p_created_by IN jtf_number_table ,

1034: p_freight_charge_id IN jtf_number_table ,
1035: p_last_update_date IN jtf_date_table ,
1036: p_last_updated_by IN jtf_number_table ,
1037: p_creation_date IN jtf_date_table ,
1038: p_created_by IN jtf_number_table ,
1039: p_last_update_login IN jtf_number_table ,
1040: p_program_application_id IN jtf_number_table ,
1041: p_program_id IN jtf_number_table ,
1042: p_program_update_date IN jtf_date_table ,

Line 1039: p_last_update_login IN jtf_number_table ,

1035: p_last_update_date IN jtf_date_table ,
1036: p_last_updated_by IN jtf_number_table ,
1037: p_creation_date IN jtf_date_table ,
1038: p_created_by IN jtf_number_table ,
1039: p_last_update_login IN jtf_number_table ,
1040: p_program_application_id IN jtf_number_table ,
1041: p_program_id IN jtf_number_table ,
1042: p_program_update_date IN jtf_date_table ,
1043: p_request_id IN jtf_number_table ,

Line 1040: p_program_application_id IN jtf_number_table ,

1036: p_last_updated_by IN jtf_number_table ,
1037: p_creation_date IN jtf_date_table ,
1038: p_created_by IN jtf_number_table ,
1039: p_last_update_login IN jtf_number_table ,
1040: p_program_application_id IN jtf_number_table ,
1041: p_program_id IN jtf_number_table ,
1042: p_program_update_date IN jtf_date_table ,
1043: p_request_id IN jtf_number_table ,
1044: p_quote_shipment_id IN jtf_number_table ,

Line 1041: p_program_id IN jtf_number_table ,

1037: p_creation_date IN jtf_date_table ,
1038: p_created_by IN jtf_number_table ,
1039: p_last_update_login IN jtf_number_table ,
1040: p_program_application_id IN jtf_number_table ,
1041: p_program_id IN jtf_number_table ,
1042: p_program_update_date IN jtf_date_table ,
1043: p_request_id IN jtf_number_table ,
1044: p_quote_shipment_id IN jtf_number_table ,
1045: p_quote_line_id IN jtf_number_table ,

Line 1043: p_request_id IN jtf_number_table ,

1039: p_last_update_login IN jtf_number_table ,
1040: p_program_application_id IN jtf_number_table ,
1041: p_program_id IN jtf_number_table ,
1042: p_program_update_date IN jtf_date_table ,
1043: p_request_id IN jtf_number_table ,
1044: p_quote_shipment_id IN jtf_number_table ,
1045: p_quote_line_id IN jtf_number_table ,
1046: p_freight_charge_type_id IN jtf_number_table ,
1047: p_charge_amount IN jtf_number_table ,

Line 1044: p_quote_shipment_id IN jtf_number_table ,

1040: p_program_application_id IN jtf_number_table ,
1041: p_program_id IN jtf_number_table ,
1042: p_program_update_date IN jtf_date_table ,
1043: p_request_id IN jtf_number_table ,
1044: p_quote_shipment_id IN jtf_number_table ,
1045: p_quote_line_id IN jtf_number_table ,
1046: p_freight_charge_type_id IN jtf_number_table ,
1047: p_charge_amount IN jtf_number_table ,
1048: p_attribute_category IN jtf_varchar2_table_200 ,

Line 1045: p_quote_line_id IN jtf_number_table ,

1041: p_program_id IN jtf_number_table ,
1042: p_program_update_date IN jtf_date_table ,
1043: p_request_id IN jtf_number_table ,
1044: p_quote_shipment_id IN jtf_number_table ,
1045: p_quote_line_id IN jtf_number_table ,
1046: p_freight_charge_type_id IN jtf_number_table ,
1047: p_charge_amount IN jtf_number_table ,
1048: p_attribute_category IN jtf_varchar2_table_200 ,
1049: p_attribute1 IN jtf_varchar2_table_200 ,

Line 1046: p_freight_charge_type_id IN jtf_number_table ,

1042: p_program_update_date IN jtf_date_table ,
1043: p_request_id IN jtf_number_table ,
1044: p_quote_shipment_id IN jtf_number_table ,
1045: p_quote_line_id IN jtf_number_table ,
1046: p_freight_charge_type_id IN jtf_number_table ,
1047: p_charge_amount IN jtf_number_table ,
1048: p_attribute_category IN jtf_varchar2_table_200 ,
1049: p_attribute1 IN jtf_varchar2_table_200 ,
1050: p_attribute2 IN jtf_varchar2_table_200 ,

Line 1047: p_charge_amount IN jtf_number_table ,

1043: p_request_id IN jtf_number_table ,
1044: p_quote_shipment_id IN jtf_number_table ,
1045: p_quote_line_id IN jtf_number_table ,
1046: p_freight_charge_type_id IN jtf_number_table ,
1047: p_charge_amount IN jtf_number_table ,
1048: p_attribute_category IN jtf_varchar2_table_200 ,
1049: p_attribute1 IN jtf_varchar2_table_200 ,
1050: p_attribute2 IN jtf_varchar2_table_200 ,
1051: p_attribute3 IN jtf_varchar2_table_200 ,

Line 1183: p_qte_line_index IN jtf_number_table ,

1179:
1180:
1181: FUNCTION Construct_Price_Attributes_Tbl(
1182: p_operation_code IN jtf_varchar2_table_100 ,
1183: p_qte_line_index IN jtf_number_table ,
1184: p_price_attribute_id IN jtf_number_table ,
1185: p_creation_date IN jtf_date_table ,
1186: p_created_by IN jtf_number_table ,
1187: p_last_update_date IN jtf_date_table ,

Line 1184: p_price_attribute_id IN jtf_number_table ,

1180:
1181: FUNCTION Construct_Price_Attributes_Tbl(
1182: p_operation_code IN jtf_varchar2_table_100 ,
1183: p_qte_line_index IN jtf_number_table ,
1184: p_price_attribute_id IN jtf_number_table ,
1185: p_creation_date IN jtf_date_table ,
1186: p_created_by IN jtf_number_table ,
1187: p_last_update_date IN jtf_date_table ,
1188: p_last_updated_by IN jtf_number_table ,

Line 1186: p_created_by IN jtf_number_table ,

1182: p_operation_code IN jtf_varchar2_table_100 ,
1183: p_qte_line_index IN jtf_number_table ,
1184: p_price_attribute_id IN jtf_number_table ,
1185: p_creation_date IN jtf_date_table ,
1186: p_created_by IN jtf_number_table ,
1187: p_last_update_date IN jtf_date_table ,
1188: p_last_updated_by IN jtf_number_table ,
1189: p_last_update_login IN jtf_number_table ,
1190: p_request_id IN jtf_number_table ,

Line 1188: p_last_updated_by IN jtf_number_table ,

1184: p_price_attribute_id IN jtf_number_table ,
1185: p_creation_date IN jtf_date_table ,
1186: p_created_by IN jtf_number_table ,
1187: p_last_update_date IN jtf_date_table ,
1188: p_last_updated_by IN jtf_number_table ,
1189: p_last_update_login IN jtf_number_table ,
1190: p_request_id IN jtf_number_table ,
1191: p_program_application_id IN jtf_number_table ,
1192: p_program_id IN jtf_number_table ,

Line 1189: p_last_update_login IN jtf_number_table ,

1185: p_creation_date IN jtf_date_table ,
1186: p_created_by IN jtf_number_table ,
1187: p_last_update_date IN jtf_date_table ,
1188: p_last_updated_by IN jtf_number_table ,
1189: p_last_update_login IN jtf_number_table ,
1190: p_request_id IN jtf_number_table ,
1191: p_program_application_id IN jtf_number_table ,
1192: p_program_id IN jtf_number_table ,
1193: p_program_update_date IN jtf_date_table ,

Line 1190: p_request_id IN jtf_number_table ,

1186: p_created_by IN jtf_number_table ,
1187: p_last_update_date IN jtf_date_table ,
1188: p_last_updated_by IN jtf_number_table ,
1189: p_last_update_login IN jtf_number_table ,
1190: p_request_id IN jtf_number_table ,
1191: p_program_application_id IN jtf_number_table ,
1192: p_program_id IN jtf_number_table ,
1193: p_program_update_date IN jtf_date_table ,
1194: p_quote_header_id IN jtf_number_table ,

Line 1191: p_program_application_id IN jtf_number_table ,

1187: p_last_update_date IN jtf_date_table ,
1188: p_last_updated_by IN jtf_number_table ,
1189: p_last_update_login IN jtf_number_table ,
1190: p_request_id IN jtf_number_table ,
1191: p_program_application_id IN jtf_number_table ,
1192: p_program_id IN jtf_number_table ,
1193: p_program_update_date IN jtf_date_table ,
1194: p_quote_header_id IN jtf_number_table ,
1195: p_quote_line_id IN jtf_number_table ,

Line 1192: p_program_id IN jtf_number_table ,

1188: p_last_updated_by IN jtf_number_table ,
1189: p_last_update_login IN jtf_number_table ,
1190: p_request_id IN jtf_number_table ,
1191: p_program_application_id IN jtf_number_table ,
1192: p_program_id IN jtf_number_table ,
1193: p_program_update_date IN jtf_date_table ,
1194: p_quote_header_id IN jtf_number_table ,
1195: p_quote_line_id IN jtf_number_table ,
1196: p_flex_title IN jtf_varchar2_table_100 ,

Line 1194: p_quote_header_id IN jtf_number_table ,

1190: p_request_id IN jtf_number_table ,
1191: p_program_application_id IN jtf_number_table ,
1192: p_program_id IN jtf_number_table ,
1193: p_program_update_date IN jtf_date_table ,
1194: p_quote_header_id IN jtf_number_table ,
1195: p_quote_line_id IN jtf_number_table ,
1196: p_flex_title IN jtf_varchar2_table_100 ,
1197: p_pricing_context IN jtf_varchar2_table_100 ,
1198: p_pricing_attribute1 IN jtf_varchar2_table_300 ,

Line 1195: p_quote_line_id IN jtf_number_table ,

1191: p_program_application_id IN jtf_number_table ,
1192: p_program_id IN jtf_number_table ,
1193: p_program_update_date IN jtf_date_table ,
1194: p_quote_header_id IN jtf_number_table ,
1195: p_quote_line_id IN jtf_number_table ,
1196: p_flex_title IN jtf_varchar2_table_100 ,
1197: p_pricing_context IN jtf_varchar2_table_100 ,
1198: p_pricing_attribute1 IN jtf_varchar2_table_300 ,
1199: p_pricing_attribute2 IN jtf_varchar2_table_300 ,

Line 1758: p_qte_line_index IN jtf_number_table ,

1754: --
1755:
1756: FUNCTION Construct_Shipment_Tbl(
1757: p_operation_code IN jtf_varchar2_table_100 ,
1758: p_qte_line_index IN jtf_number_table ,
1759: p_shipment_id IN jtf_number_table ,
1760: p_creation_date IN jtf_date_table ,
1761: p_created_by IN jtf_number_table ,
1762: p_last_update_date IN jtf_date_table ,

Line 1759: p_shipment_id IN jtf_number_table ,

1755:
1756: FUNCTION Construct_Shipment_Tbl(
1757: p_operation_code IN jtf_varchar2_table_100 ,
1758: p_qte_line_index IN jtf_number_table ,
1759: p_shipment_id IN jtf_number_table ,
1760: p_creation_date IN jtf_date_table ,
1761: p_created_by IN jtf_number_table ,
1762: p_last_update_date IN jtf_date_table ,
1763: p_last_updated_by IN jtf_number_table ,

Line 1761: p_created_by IN jtf_number_table ,

1757: p_operation_code IN jtf_varchar2_table_100 ,
1758: p_qte_line_index IN jtf_number_table ,
1759: p_shipment_id IN jtf_number_table ,
1760: p_creation_date IN jtf_date_table ,
1761: p_created_by IN jtf_number_table ,
1762: p_last_update_date IN jtf_date_table ,
1763: p_last_updated_by IN jtf_number_table ,
1764: p_last_update_login IN jtf_number_table ,
1765: p_request_id IN jtf_number_table ,

Line 1763: p_last_updated_by IN jtf_number_table ,

1759: p_shipment_id IN jtf_number_table ,
1760: p_creation_date IN jtf_date_table ,
1761: p_created_by IN jtf_number_table ,
1762: p_last_update_date IN jtf_date_table ,
1763: p_last_updated_by IN jtf_number_table ,
1764: p_last_update_login IN jtf_number_table ,
1765: p_request_id IN jtf_number_table ,
1766: p_program_application_id IN jtf_number_table ,
1767: p_program_id IN jtf_number_table ,

Line 1764: p_last_update_login IN jtf_number_table ,

1760: p_creation_date IN jtf_date_table ,
1761: p_created_by IN jtf_number_table ,
1762: p_last_update_date IN jtf_date_table ,
1763: p_last_updated_by IN jtf_number_table ,
1764: p_last_update_login IN jtf_number_table ,
1765: p_request_id IN jtf_number_table ,
1766: p_program_application_id IN jtf_number_table ,
1767: p_program_id IN jtf_number_table ,
1768: p_program_update_date IN jtf_date_table ,

Line 1765: p_request_id IN jtf_number_table ,

1761: p_created_by IN jtf_number_table ,
1762: p_last_update_date IN jtf_date_table ,
1763: p_last_updated_by IN jtf_number_table ,
1764: p_last_update_login IN jtf_number_table ,
1765: p_request_id IN jtf_number_table ,
1766: p_program_application_id IN jtf_number_table ,
1767: p_program_id IN jtf_number_table ,
1768: p_program_update_date IN jtf_date_table ,
1769: p_quote_header_id IN jtf_number_table ,

Line 1766: p_program_application_id IN jtf_number_table ,

1762: p_last_update_date IN jtf_date_table ,
1763: p_last_updated_by IN jtf_number_table ,
1764: p_last_update_login IN jtf_number_table ,
1765: p_request_id IN jtf_number_table ,
1766: p_program_application_id IN jtf_number_table ,
1767: p_program_id IN jtf_number_table ,
1768: p_program_update_date IN jtf_date_table ,
1769: p_quote_header_id IN jtf_number_table ,
1770: p_quote_line_id IN jtf_number_table ,

Line 1767: p_program_id IN jtf_number_table ,

1763: p_last_updated_by IN jtf_number_table ,
1764: p_last_update_login IN jtf_number_table ,
1765: p_request_id IN jtf_number_table ,
1766: p_program_application_id IN jtf_number_table ,
1767: p_program_id IN jtf_number_table ,
1768: p_program_update_date IN jtf_date_table ,
1769: p_quote_header_id IN jtf_number_table ,
1770: p_quote_line_id IN jtf_number_table ,
1771: p_promise_date IN jtf_date_table ,

Line 1769: p_quote_header_id IN jtf_number_table ,

1765: p_request_id IN jtf_number_table ,
1766: p_program_application_id IN jtf_number_table ,
1767: p_program_id IN jtf_number_table ,
1768: p_program_update_date IN jtf_date_table ,
1769: p_quote_header_id IN jtf_number_table ,
1770: p_quote_line_id IN jtf_number_table ,
1771: p_promise_date IN jtf_date_table ,
1772: p_request_date IN jtf_date_table ,
1773: p_schedule_ship_date IN jtf_date_table ,

Line 1770: p_quote_line_id IN jtf_number_table ,

1766: p_program_application_id IN jtf_number_table ,
1767: p_program_id IN jtf_number_table ,
1768: p_program_update_date IN jtf_date_table ,
1769: p_quote_header_id IN jtf_number_table ,
1770: p_quote_line_id IN jtf_number_table ,
1771: p_promise_date IN jtf_date_table ,
1772: p_request_date IN jtf_date_table ,
1773: p_schedule_ship_date IN jtf_date_table ,
1774: p_ship_to_party_site_id IN jtf_number_table ,

Line 1774: p_ship_to_party_site_id IN jtf_number_table ,

1770: p_quote_line_id IN jtf_number_table ,
1771: p_promise_date IN jtf_date_table ,
1772: p_request_date IN jtf_date_table ,
1773: p_schedule_ship_date IN jtf_date_table ,
1774: p_ship_to_party_site_id IN jtf_number_table ,
1775: p_ship_to_party_id IN jtf_number_table ,
1776: p_ship_to_cust_acct_id IN jtf_number_table ,
1777: p_ship_partial_flag IN jtf_varchar2_table_300 ,
1778: p_ship_set_id IN jtf_number_table ,

Line 1775: p_ship_to_party_id IN jtf_number_table ,

1771: p_promise_date IN jtf_date_table ,
1772: p_request_date IN jtf_date_table ,
1773: p_schedule_ship_date IN jtf_date_table ,
1774: p_ship_to_party_site_id IN jtf_number_table ,
1775: p_ship_to_party_id IN jtf_number_table ,
1776: p_ship_to_cust_acct_id IN jtf_number_table ,
1777: p_ship_partial_flag IN jtf_varchar2_table_300 ,
1778: p_ship_set_id IN jtf_number_table ,
1779: p_ship_method_code IN jtf_varchar2_table_100 ,

Line 1776: p_ship_to_cust_acct_id IN jtf_number_table ,

1772: p_request_date IN jtf_date_table ,
1773: p_schedule_ship_date IN jtf_date_table ,
1774: p_ship_to_party_site_id IN jtf_number_table ,
1775: p_ship_to_party_id IN jtf_number_table ,
1776: p_ship_to_cust_acct_id IN jtf_number_table ,
1777: p_ship_partial_flag IN jtf_varchar2_table_300 ,
1778: p_ship_set_id IN jtf_number_table ,
1779: p_ship_method_code IN jtf_varchar2_table_100 ,
1780: p_freight_terms_code IN jtf_varchar2_table_100 ,

Line 1778: p_ship_set_id IN jtf_number_table ,

1774: p_ship_to_party_site_id IN jtf_number_table ,
1775: p_ship_to_party_id IN jtf_number_table ,
1776: p_ship_to_cust_acct_id IN jtf_number_table ,
1777: p_ship_partial_flag IN jtf_varchar2_table_300 ,
1778: p_ship_set_id IN jtf_number_table ,
1779: p_ship_method_code IN jtf_varchar2_table_100 ,
1780: p_freight_terms_code IN jtf_varchar2_table_100 ,
1781: p_freight_carrier_code IN jtf_varchar2_table_100 ,
1782: p_fob_code IN jtf_varchar2_table_100 ,

Line 1786: p_quantity IN jtf_number_table ,

1782: p_fob_code IN jtf_varchar2_table_100 ,
1783: p_shipment_priority_code IN jtf_varchar2_table_100 ,
1784: p_shipping_instructions IN jtf_varchar2_table_2000 ,
1785: p_packing_instructions IN jtf_varchar2_table_2000 ,
1786: p_quantity IN jtf_number_table ,
1787: p_reserved_quantity IN jtf_number_table ,
1788: p_reservation_id IN jtf_number_table ,
1789: p_order_line_id IN jtf_number_table ,
1790: p_ship_to_party_name IN jtf_varchar2_table_300 ,

Line 1787: p_reserved_quantity IN jtf_number_table ,

1783: p_shipment_priority_code IN jtf_varchar2_table_100 ,
1784: p_shipping_instructions IN jtf_varchar2_table_2000 ,
1785: p_packing_instructions IN jtf_varchar2_table_2000 ,
1786: p_quantity IN jtf_number_table ,
1787: p_reserved_quantity IN jtf_number_table ,
1788: p_reservation_id IN jtf_number_table ,
1789: p_order_line_id IN jtf_number_table ,
1790: p_ship_to_party_name IN jtf_varchar2_table_300 ,
1791: p_ship_to_cont_fst_name IN jtf_varchar2_table_100 ,

Line 1788: p_reservation_id IN jtf_number_table ,

1784: p_shipping_instructions IN jtf_varchar2_table_2000 ,
1785: p_packing_instructions IN jtf_varchar2_table_2000 ,
1786: p_quantity IN jtf_number_table ,
1787: p_reserved_quantity IN jtf_number_table ,
1788: p_reservation_id IN jtf_number_table ,
1789: p_order_line_id IN jtf_number_table ,
1790: p_ship_to_party_name IN jtf_varchar2_table_300 ,
1791: p_ship_to_cont_fst_name IN jtf_varchar2_table_100 ,
1792: p_ship_to_cont_mid_name IN jtf_varchar2_table_100 ,

Line 1789: p_order_line_id IN jtf_number_table ,

1785: p_packing_instructions IN jtf_varchar2_table_2000 ,
1786: p_quantity IN jtf_number_table ,
1787: p_reserved_quantity IN jtf_number_table ,
1788: p_reservation_id IN jtf_number_table ,
1789: p_order_line_id IN jtf_number_table ,
1790: p_ship_to_party_name IN jtf_varchar2_table_300 ,
1791: p_ship_to_cont_fst_name IN jtf_varchar2_table_100 ,
1792: p_ship_to_cont_mid_name IN jtf_varchar2_table_100 ,
1793: p_ship_to_cont_lst_name IN jtf_varchar2_table_100 ,

Line 2107: p_qte_line_index IN jtf_number_table ,

2103:
2104:
2105: FUNCTION Construct_Tax_Detail_Tbl(
2106: p_operation_code IN jtf_varchar2_table_100 ,
2107: p_qte_line_index IN jtf_number_table ,
2108: p_shipment_index IN jtf_number_table ,
2109: p_tax_detail_id IN jtf_number_table ,
2110: p_quote_header_id IN jtf_number_table ,
2111: p_quote_line_id IN jtf_number_table ,

Line 2108: p_shipment_index IN jtf_number_table ,

2104:
2105: FUNCTION Construct_Tax_Detail_Tbl(
2106: p_operation_code IN jtf_varchar2_table_100 ,
2107: p_qte_line_index IN jtf_number_table ,
2108: p_shipment_index IN jtf_number_table ,
2109: p_tax_detail_id IN jtf_number_table ,
2110: p_quote_header_id IN jtf_number_table ,
2111: p_quote_line_id IN jtf_number_table ,
2112: p_quote_shipment_id IN jtf_number_table ,

Line 2109: p_tax_detail_id IN jtf_number_table ,

2105: FUNCTION Construct_Tax_Detail_Tbl(
2106: p_operation_code IN jtf_varchar2_table_100 ,
2107: p_qte_line_index IN jtf_number_table ,
2108: p_shipment_index IN jtf_number_table ,
2109: p_tax_detail_id IN jtf_number_table ,
2110: p_quote_header_id IN jtf_number_table ,
2111: p_quote_line_id IN jtf_number_table ,
2112: p_quote_shipment_id IN jtf_number_table ,
2113: p_creation_date IN jtf_date_table ,

Line 2110: p_quote_header_id IN jtf_number_table ,

2106: p_operation_code IN jtf_varchar2_table_100 ,
2107: p_qte_line_index IN jtf_number_table ,
2108: p_shipment_index IN jtf_number_table ,
2109: p_tax_detail_id IN jtf_number_table ,
2110: p_quote_header_id IN jtf_number_table ,
2111: p_quote_line_id IN jtf_number_table ,
2112: p_quote_shipment_id IN jtf_number_table ,
2113: p_creation_date IN jtf_date_table ,
2114: p_created_by IN jtf_number_table ,

Line 2111: p_quote_line_id IN jtf_number_table ,

2107: p_qte_line_index IN jtf_number_table ,
2108: p_shipment_index IN jtf_number_table ,
2109: p_tax_detail_id IN jtf_number_table ,
2110: p_quote_header_id IN jtf_number_table ,
2111: p_quote_line_id IN jtf_number_table ,
2112: p_quote_shipment_id IN jtf_number_table ,
2113: p_creation_date IN jtf_date_table ,
2114: p_created_by IN jtf_number_table ,
2115: p_last_update_date IN jtf_date_table ,

Line 2112: p_quote_shipment_id IN jtf_number_table ,

2108: p_shipment_index IN jtf_number_table ,
2109: p_tax_detail_id IN jtf_number_table ,
2110: p_quote_header_id IN jtf_number_table ,
2111: p_quote_line_id IN jtf_number_table ,
2112: p_quote_shipment_id IN jtf_number_table ,
2113: p_creation_date IN jtf_date_table ,
2114: p_created_by IN jtf_number_table ,
2115: p_last_update_date IN jtf_date_table ,
2116: p_last_updated_by IN jtf_number_table ,

Line 2114: p_created_by IN jtf_number_table ,

2110: p_quote_header_id IN jtf_number_table ,
2111: p_quote_line_id IN jtf_number_table ,
2112: p_quote_shipment_id IN jtf_number_table ,
2113: p_creation_date IN jtf_date_table ,
2114: p_created_by IN jtf_number_table ,
2115: p_last_update_date IN jtf_date_table ,
2116: p_last_updated_by IN jtf_number_table ,
2117: p_last_update_login IN jtf_number_table ,
2118: p_request_id IN jtf_number_table ,

Line 2116: p_last_updated_by IN jtf_number_table ,

2112: p_quote_shipment_id IN jtf_number_table ,
2113: p_creation_date IN jtf_date_table ,
2114: p_created_by IN jtf_number_table ,
2115: p_last_update_date IN jtf_date_table ,
2116: p_last_updated_by IN jtf_number_table ,
2117: p_last_update_login IN jtf_number_table ,
2118: p_request_id IN jtf_number_table ,
2119: p_program_application_id IN jtf_number_table ,
2120: p_program_id IN jtf_number_table ,

Line 2117: p_last_update_login IN jtf_number_table ,

2113: p_creation_date IN jtf_date_table ,
2114: p_created_by IN jtf_number_table ,
2115: p_last_update_date IN jtf_date_table ,
2116: p_last_updated_by IN jtf_number_table ,
2117: p_last_update_login IN jtf_number_table ,
2118: p_request_id IN jtf_number_table ,
2119: p_program_application_id IN jtf_number_table ,
2120: p_program_id IN jtf_number_table ,
2121: p_program_update_date IN jtf_date_table ,

Line 2118: p_request_id IN jtf_number_table ,

2114: p_created_by IN jtf_number_table ,
2115: p_last_update_date IN jtf_date_table ,
2116: p_last_updated_by IN jtf_number_table ,
2117: p_last_update_login IN jtf_number_table ,
2118: p_request_id IN jtf_number_table ,
2119: p_program_application_id IN jtf_number_table ,
2120: p_program_id IN jtf_number_table ,
2121: p_program_update_date IN jtf_date_table ,
2122: p_orig_tax_code IN jtf_varchar2_table_300 ,

Line 2119: p_program_application_id IN jtf_number_table ,

2115: p_last_update_date IN jtf_date_table ,
2116: p_last_updated_by IN jtf_number_table ,
2117: p_last_update_login IN jtf_number_table ,
2118: p_request_id IN jtf_number_table ,
2119: p_program_application_id IN jtf_number_table ,
2120: p_program_id IN jtf_number_table ,
2121: p_program_update_date IN jtf_date_table ,
2122: p_orig_tax_code IN jtf_varchar2_table_300 ,
2123: p_tax_code IN jtf_varchar2_table_100 ,

Line 2120: p_program_id IN jtf_number_table ,

2116: p_last_updated_by IN jtf_number_table ,
2117: p_last_update_login IN jtf_number_table ,
2118: p_request_id IN jtf_number_table ,
2119: p_program_application_id IN jtf_number_table ,
2120: p_program_id IN jtf_number_table ,
2121: p_program_update_date IN jtf_date_table ,
2122: p_orig_tax_code IN jtf_varchar2_table_300 ,
2123: p_tax_code IN jtf_varchar2_table_100 ,
2124: p_tax_rate IN jtf_number_table ,

Line 2124: p_tax_rate IN jtf_number_table ,

2120: p_program_id IN jtf_number_table ,
2121: p_program_update_date IN jtf_date_table ,
2122: p_orig_tax_code IN jtf_varchar2_table_300 ,
2123: p_tax_code IN jtf_varchar2_table_100 ,
2124: p_tax_rate IN jtf_number_table ,
2125: p_tax_date IN jtf_date_table ,
2126: p_tax_amount IN jtf_number_table ,
2127: p_tax_exempt_flag IN jtf_varchar2_table_100 ,
2128: p_tax_exempt_number IN jtf_varchar2_table_100 ,

Line 2126: p_tax_amount IN jtf_number_table ,

2122: p_orig_tax_code IN jtf_varchar2_table_300 ,
2123: p_tax_code IN jtf_varchar2_table_100 ,
2124: p_tax_rate IN jtf_number_table ,
2125: p_tax_date IN jtf_date_table ,
2126: p_tax_amount IN jtf_number_table ,
2127: p_tax_exempt_flag IN jtf_varchar2_table_100 ,
2128: p_tax_exempt_number IN jtf_varchar2_table_100 ,
2129: p_tax_exempt_reason_code IN jtf_varchar2_table_100 ,
2130: p_attribute_category IN jtf_varchar2_table_100 ,

Line 2766: p_created_by IN jtf_number_table ,

2762:
2763:
2764: FUNCTION Construct_Qte_Line_Tbl(
2765: p_creation_date IN jtf_date_table ,
2766: p_created_by IN jtf_number_table ,
2767: p_last_updated_by IN jtf_number_table ,
2768: p_last_update_date IN jtf_date_table ,
2769: p_last_update_login IN jtf_number_table ,
2770: p_request_id IN jtf_number_table ,

Line 2767: p_last_updated_by IN jtf_number_table ,

2763:
2764: FUNCTION Construct_Qte_Line_Tbl(
2765: p_creation_date IN jtf_date_table ,
2766: p_created_by IN jtf_number_table ,
2767: p_last_updated_by IN jtf_number_table ,
2768: p_last_update_date IN jtf_date_table ,
2769: p_last_update_login IN jtf_number_table ,
2770: p_request_id IN jtf_number_table ,
2771: p_program_application_id IN jtf_number_table ,

Line 2769: p_last_update_login IN jtf_number_table ,

2765: p_creation_date IN jtf_date_table ,
2766: p_created_by IN jtf_number_table ,
2767: p_last_updated_by IN jtf_number_table ,
2768: p_last_update_date IN jtf_date_table ,
2769: p_last_update_login IN jtf_number_table ,
2770: p_request_id IN jtf_number_table ,
2771: p_program_application_id IN jtf_number_table ,
2772: p_program_id IN jtf_number_table ,
2773: p_program_update_date IN jtf_date_table ,

Line 2770: p_request_id IN jtf_number_table ,

2766: p_created_by IN jtf_number_table ,
2767: p_last_updated_by IN jtf_number_table ,
2768: p_last_update_date IN jtf_date_table ,
2769: p_last_update_login IN jtf_number_table ,
2770: p_request_id IN jtf_number_table ,
2771: p_program_application_id IN jtf_number_table ,
2772: p_program_id IN jtf_number_table ,
2773: p_program_update_date IN jtf_date_table ,
2774: p_quote_line_id IN jtf_number_table ,

Line 2771: p_program_application_id IN jtf_number_table ,

2767: p_last_updated_by IN jtf_number_table ,
2768: p_last_update_date IN jtf_date_table ,
2769: p_last_update_login IN jtf_number_table ,
2770: p_request_id IN jtf_number_table ,
2771: p_program_application_id IN jtf_number_table ,
2772: p_program_id IN jtf_number_table ,
2773: p_program_update_date IN jtf_date_table ,
2774: p_quote_line_id IN jtf_number_table ,
2775: p_quote_header_id IN jtf_number_table ,

Line 2772: p_program_id IN jtf_number_table ,

2768: p_last_update_date IN jtf_date_table ,
2769: p_last_update_login IN jtf_number_table ,
2770: p_request_id IN jtf_number_table ,
2771: p_program_application_id IN jtf_number_table ,
2772: p_program_id IN jtf_number_table ,
2773: p_program_update_date IN jtf_date_table ,
2774: p_quote_line_id IN jtf_number_table ,
2775: p_quote_header_id IN jtf_number_table ,
2776: p_org_id IN jtf_number_table ,

Line 2774: p_quote_line_id IN jtf_number_table ,

2770: p_request_id IN jtf_number_table ,
2771: p_program_application_id IN jtf_number_table ,
2772: p_program_id IN jtf_number_table ,
2773: p_program_update_date IN jtf_date_table ,
2774: p_quote_line_id IN jtf_number_table ,
2775: p_quote_header_id IN jtf_number_table ,
2776: p_org_id IN jtf_number_table ,
2777: p_line_number IN jtf_number_table ,
2778: p_line_category_code IN jtf_varchar2_table_100 ,

Line 2775: p_quote_header_id IN jtf_number_table ,

2771: p_program_application_id IN jtf_number_table ,
2772: p_program_id IN jtf_number_table ,
2773: p_program_update_date IN jtf_date_table ,
2774: p_quote_line_id IN jtf_number_table ,
2775: p_quote_header_id IN jtf_number_table ,
2776: p_org_id IN jtf_number_table ,
2777: p_line_number IN jtf_number_table ,
2778: p_line_category_code IN jtf_varchar2_table_100 ,
2779: p_item_type_code IN jtf_varchar2_table_100 ,

Line 2776: p_org_id IN jtf_number_table ,

2772: p_program_id IN jtf_number_table ,
2773: p_program_update_date IN jtf_date_table ,
2774: p_quote_line_id IN jtf_number_table ,
2775: p_quote_header_id IN jtf_number_table ,
2776: p_org_id IN jtf_number_table ,
2777: p_line_number IN jtf_number_table ,
2778: p_line_category_code IN jtf_varchar2_table_100 ,
2779: p_item_type_code IN jtf_varchar2_table_100 ,
2780: p_inventory_item_id IN jtf_number_table ,

Line 2777: p_line_number IN jtf_number_table ,

2773: p_program_update_date IN jtf_date_table ,
2774: p_quote_line_id IN jtf_number_table ,
2775: p_quote_header_id IN jtf_number_table ,
2776: p_org_id IN jtf_number_table ,
2777: p_line_number IN jtf_number_table ,
2778: p_line_category_code IN jtf_varchar2_table_100 ,
2779: p_item_type_code IN jtf_varchar2_table_100 ,
2780: p_inventory_item_id IN jtf_number_table ,
2781: p_organization_id IN jtf_number_table ,

Line 2780: p_inventory_item_id IN jtf_number_table ,

2776: p_org_id IN jtf_number_table ,
2777: p_line_number IN jtf_number_table ,
2778: p_line_category_code IN jtf_varchar2_table_100 ,
2779: p_item_type_code IN jtf_varchar2_table_100 ,
2780: p_inventory_item_id IN jtf_number_table ,
2781: p_organization_id IN jtf_number_table ,
2782: p_quantity IN jtf_number_table ,
2783: p_uom_code IN jtf_varchar2_table_100 ,
2784: p_start_date_active IN jtf_date_table ,

Line 2781: p_organization_id IN jtf_number_table ,

2777: p_line_number IN jtf_number_table ,
2778: p_line_category_code IN jtf_varchar2_table_100 ,
2779: p_item_type_code IN jtf_varchar2_table_100 ,
2780: p_inventory_item_id IN jtf_number_table ,
2781: p_organization_id IN jtf_number_table ,
2782: p_quantity IN jtf_number_table ,
2783: p_uom_code IN jtf_varchar2_table_100 ,
2784: p_start_date_active IN jtf_date_table ,
2785: p_end_date_active IN jtf_date_table ,

Line 2782: p_quantity IN jtf_number_table ,

2778: p_line_category_code IN jtf_varchar2_table_100 ,
2779: p_item_type_code IN jtf_varchar2_table_100 ,
2780: p_inventory_item_id IN jtf_number_table ,
2781: p_organization_id IN jtf_number_table ,
2782: p_quantity IN jtf_number_table ,
2783: p_uom_code IN jtf_varchar2_table_100 ,
2784: p_start_date_active IN jtf_date_table ,
2785: p_end_date_active IN jtf_date_table ,
2786: p_order_line_type_id IN jtf_number_table ,

Line 2786: p_order_line_type_id IN jtf_number_table ,

2782: p_quantity IN jtf_number_table ,
2783: p_uom_code IN jtf_varchar2_table_100 ,
2784: p_start_date_active IN jtf_date_table ,
2785: p_end_date_active IN jtf_date_table ,
2786: p_order_line_type_id IN jtf_number_table ,
2787: p_price_list_id IN jtf_number_table ,
2788: p_price_list_line_id IN jtf_number_table ,
2789: p_currency_code IN jtf_varchar2_table_100 ,
2790: p_line_list_price IN jtf_number_table ,

Line 2787: p_price_list_id IN jtf_number_table ,

2783: p_uom_code IN jtf_varchar2_table_100 ,
2784: p_start_date_active IN jtf_date_table ,
2785: p_end_date_active IN jtf_date_table ,
2786: p_order_line_type_id IN jtf_number_table ,
2787: p_price_list_id IN jtf_number_table ,
2788: p_price_list_line_id IN jtf_number_table ,
2789: p_currency_code IN jtf_varchar2_table_100 ,
2790: p_line_list_price IN jtf_number_table ,
2791: p_line_adjusted_amount IN jtf_number_table ,

Line 2788: p_price_list_line_id IN jtf_number_table ,

2784: p_start_date_active IN jtf_date_table ,
2785: p_end_date_active IN jtf_date_table ,
2786: p_order_line_type_id IN jtf_number_table ,
2787: p_price_list_id IN jtf_number_table ,
2788: p_price_list_line_id IN jtf_number_table ,
2789: p_currency_code IN jtf_varchar2_table_100 ,
2790: p_line_list_price IN jtf_number_table ,
2791: p_line_adjusted_amount IN jtf_number_table ,
2792: p_line_adjusted_percent IN jtf_number_table ,

Line 2790: p_line_list_price IN jtf_number_table ,

2786: p_order_line_type_id IN jtf_number_table ,
2787: p_price_list_id IN jtf_number_table ,
2788: p_price_list_line_id IN jtf_number_table ,
2789: p_currency_code IN jtf_varchar2_table_100 ,
2790: p_line_list_price IN jtf_number_table ,
2791: p_line_adjusted_amount IN jtf_number_table ,
2792: p_line_adjusted_percent IN jtf_number_table ,
2793: p_line_quote_price IN jtf_number_table ,
2794: p_related_item_id IN jtf_number_table ,

Line 2791: p_line_adjusted_amount IN jtf_number_table ,

2787: p_price_list_id IN jtf_number_table ,
2788: p_price_list_line_id IN jtf_number_table ,
2789: p_currency_code IN jtf_varchar2_table_100 ,
2790: p_line_list_price IN jtf_number_table ,
2791: p_line_adjusted_amount IN jtf_number_table ,
2792: p_line_adjusted_percent IN jtf_number_table ,
2793: p_line_quote_price IN jtf_number_table ,
2794: p_related_item_id IN jtf_number_table ,
2795: p_item_relationship_type IN jtf_varchar2_table_100 ,

Line 2792: p_line_adjusted_percent IN jtf_number_table ,

2788: p_price_list_line_id IN jtf_number_table ,
2789: p_currency_code IN jtf_varchar2_table_100 ,
2790: p_line_list_price IN jtf_number_table ,
2791: p_line_adjusted_amount IN jtf_number_table ,
2792: p_line_adjusted_percent IN jtf_number_table ,
2793: p_line_quote_price IN jtf_number_table ,
2794: p_related_item_id IN jtf_number_table ,
2795: p_item_relationship_type IN jtf_varchar2_table_100 ,
2796: p_split_shipment_flag IN jtf_varchar2_table_100 ,

Line 2793: p_line_quote_price IN jtf_number_table ,

2789: p_currency_code IN jtf_varchar2_table_100 ,
2790: p_line_list_price IN jtf_number_table ,
2791: p_line_adjusted_amount IN jtf_number_table ,
2792: p_line_adjusted_percent IN jtf_number_table ,
2793: p_line_quote_price IN jtf_number_table ,
2794: p_related_item_id IN jtf_number_table ,
2795: p_item_relationship_type IN jtf_varchar2_table_100 ,
2796: p_split_shipment_flag IN jtf_varchar2_table_100 ,
2797: p_backorder_flag IN jtf_varchar2_table_100 ,

Line 2794: p_related_item_id IN jtf_number_table ,

2790: p_line_list_price IN jtf_number_table ,
2791: p_line_adjusted_amount IN jtf_number_table ,
2792: p_line_adjusted_percent IN jtf_number_table ,
2793: p_line_quote_price IN jtf_number_table ,
2794: p_related_item_id IN jtf_number_table ,
2795: p_item_relationship_type IN jtf_varchar2_table_100 ,
2796: p_split_shipment_flag IN jtf_varchar2_table_100 ,
2797: p_backorder_flag IN jtf_varchar2_table_100 ,
2798: p_selling_price_change IN jtf_varchar2_table_100 ,

Line 2816: p_accounting_rule_id IN jtf_number_table ,

2812: p_attribute12 IN jtf_varchar2_table_300 ,
2813: p_attribute13 IN jtf_varchar2_table_300 ,
2814: p_attribute14 IN jtf_varchar2_table_300 ,
2815: p_attribute15 IN jtf_varchar2_table_300 ,
2816: p_accounting_rule_id IN jtf_number_table ,
2817: p_ffm_content_name IN jtf_varchar2_table_300 ,
2818: p_ffm_content_type IN jtf_varchar2_table_300 ,
2819: p_ffm_document_type IN jtf_varchar2_table_300 ,
2820: p_ffm_media_id IN jtf_varchar2_table_300 ,

Line 2823: p_invoice_to_party_id IN jtf_number_table ,

2819: p_ffm_document_type IN jtf_varchar2_table_300 ,
2820: p_ffm_media_id IN jtf_varchar2_table_300 ,
2821: p_ffm_media_type IN jtf_varchar2_table_300 ,
2822: p_ffm_user_note IN jtf_varchar2_table_300 ,
2823: p_invoice_to_party_id IN jtf_number_table ,
2824: p_invoice_to_party_site_id IN jtf_number_table ,
2825: p_invoice_to_cust_acct_id IN jtf_number_table ,
2826: p_invoicing_rule_id IN jtf_number_table ,
2827: p_marketing_source_code_id IN jtf_number_table ,

Line 2824: p_invoice_to_party_site_id IN jtf_number_table ,

2820: p_ffm_media_id IN jtf_varchar2_table_300 ,
2821: p_ffm_media_type IN jtf_varchar2_table_300 ,
2822: p_ffm_user_note IN jtf_varchar2_table_300 ,
2823: p_invoice_to_party_id IN jtf_number_table ,
2824: p_invoice_to_party_site_id IN jtf_number_table ,
2825: p_invoice_to_cust_acct_id IN jtf_number_table ,
2826: p_invoicing_rule_id IN jtf_number_table ,
2827: p_marketing_source_code_id IN jtf_number_table ,
2828: p_commitment_id IN jtf_number_table ,

Line 2825: p_invoice_to_cust_acct_id IN jtf_number_table ,

2821: p_ffm_media_type IN jtf_varchar2_table_300 ,
2822: p_ffm_user_note IN jtf_varchar2_table_300 ,
2823: p_invoice_to_party_id IN jtf_number_table ,
2824: p_invoice_to_party_site_id IN jtf_number_table ,
2825: p_invoice_to_cust_acct_id IN jtf_number_table ,
2826: p_invoicing_rule_id IN jtf_number_table ,
2827: p_marketing_source_code_id IN jtf_number_table ,
2828: p_commitment_id IN jtf_number_table ,
2829: p_agreement_id IN jtf_number_table ,

Line 2826: p_invoicing_rule_id IN jtf_number_table ,

2822: p_ffm_user_note IN jtf_varchar2_table_300 ,
2823: p_invoice_to_party_id IN jtf_number_table ,
2824: p_invoice_to_party_site_id IN jtf_number_table ,
2825: p_invoice_to_cust_acct_id IN jtf_number_table ,
2826: p_invoicing_rule_id IN jtf_number_table ,
2827: p_marketing_source_code_id IN jtf_number_table ,
2828: p_commitment_id IN jtf_number_table ,
2829: p_agreement_id IN jtf_number_table ,
2830: p_minisite_id IN jtf_number_table ,

Line 2827: p_marketing_source_code_id IN jtf_number_table ,

2823: p_invoice_to_party_id IN jtf_number_table ,
2824: p_invoice_to_party_site_id IN jtf_number_table ,
2825: p_invoice_to_cust_acct_id IN jtf_number_table ,
2826: p_invoicing_rule_id IN jtf_number_table ,
2827: p_marketing_source_code_id IN jtf_number_table ,
2828: p_commitment_id IN jtf_number_table ,
2829: p_agreement_id IN jtf_number_table ,
2830: p_minisite_id IN jtf_number_table ,
2831: p_section_id IN jtf_number_table ,

Line 2828: p_commitment_id IN jtf_number_table ,

2824: p_invoice_to_party_site_id IN jtf_number_table ,
2825: p_invoice_to_cust_acct_id IN jtf_number_table ,
2826: p_invoicing_rule_id IN jtf_number_table ,
2827: p_marketing_source_code_id IN jtf_number_table ,
2828: p_commitment_id IN jtf_number_table ,
2829: p_agreement_id IN jtf_number_table ,
2830: p_minisite_id IN jtf_number_table ,
2831: p_section_id IN jtf_number_table ,
2832: p_operation_code IN jtf_varchar2_table_100 ,

Line 2829: p_agreement_id IN jtf_number_table ,

2825: p_invoice_to_cust_acct_id IN jtf_number_table ,
2826: p_invoicing_rule_id IN jtf_number_table ,
2827: p_marketing_source_code_id IN jtf_number_table ,
2828: p_commitment_id IN jtf_number_table ,
2829: p_agreement_id IN jtf_number_table ,
2830: p_minisite_id IN jtf_number_table ,
2831: p_section_id IN jtf_number_table ,
2832: p_operation_code IN jtf_varchar2_table_100 ,
2833: p_end_customer_party_id IN jtf_number_table ,

Line 2830: p_minisite_id IN jtf_number_table ,

2826: p_invoicing_rule_id IN jtf_number_table ,
2827: p_marketing_source_code_id IN jtf_number_table ,
2828: p_commitment_id IN jtf_number_table ,
2829: p_agreement_id IN jtf_number_table ,
2830: p_minisite_id IN jtf_number_table ,
2831: p_section_id IN jtf_number_table ,
2832: p_operation_code IN jtf_varchar2_table_100 ,
2833: p_end_customer_party_id IN jtf_number_table ,
2834: p_end_customer_cust_party_id IN jtf_number_table ,

Line 2831: p_section_id IN jtf_number_table ,

2827: p_marketing_source_code_id IN jtf_number_table ,
2828: p_commitment_id IN jtf_number_table ,
2829: p_agreement_id IN jtf_number_table ,
2830: p_minisite_id IN jtf_number_table ,
2831: p_section_id IN jtf_number_table ,
2832: p_operation_code IN jtf_varchar2_table_100 ,
2833: p_end_customer_party_id IN jtf_number_table ,
2834: p_end_customer_cust_party_id IN jtf_number_table ,
2835: p_end_customer_party_site_id IN jtf_number_table ,

Line 2833: p_end_customer_party_id IN jtf_number_table ,

2829: p_agreement_id IN jtf_number_table ,
2830: p_minisite_id IN jtf_number_table ,
2831: p_section_id IN jtf_number_table ,
2832: p_operation_code IN jtf_varchar2_table_100 ,
2833: p_end_customer_party_id IN jtf_number_table ,
2834: p_end_customer_cust_party_id IN jtf_number_table ,
2835: p_end_customer_party_site_id IN jtf_number_table ,
2836: p_end_customer_cust_account_id IN jtf_number_table
2837: )

Line 2834: p_end_customer_cust_party_id IN jtf_number_table ,

2830: p_minisite_id IN jtf_number_table ,
2831: p_section_id IN jtf_number_table ,
2832: p_operation_code IN jtf_varchar2_table_100 ,
2833: p_end_customer_party_id IN jtf_number_table ,
2834: p_end_customer_cust_party_id IN jtf_number_table ,
2835: p_end_customer_party_site_id IN jtf_number_table ,
2836: p_end_customer_cust_account_id IN jtf_number_table
2837: )
2838: RETURN ASO_Quote_Pub.Qte_Line_Tbl_Type

Line 2835: p_end_customer_party_site_id IN jtf_number_table ,

2831: p_section_id IN jtf_number_table ,
2832: p_operation_code IN jtf_varchar2_table_100 ,
2833: p_end_customer_party_id IN jtf_number_table ,
2834: p_end_customer_cust_party_id IN jtf_number_table ,
2835: p_end_customer_party_site_id IN jtf_number_table ,
2836: p_end_customer_cust_account_id IN jtf_number_table
2837: )
2838: RETURN ASO_Quote_Pub.Qte_Line_Tbl_Type
2839: IS

Line 2836: p_end_customer_cust_account_id IN jtf_number_table

2832: p_operation_code IN jtf_varchar2_table_100 ,
2833: p_end_customer_party_id IN jtf_number_table ,
2834: p_end_customer_cust_party_id IN jtf_number_table ,
2835: p_end_customer_party_site_id IN jtf_number_table ,
2836: p_end_customer_cust_account_id IN jtf_number_table
2837: )
2838: RETURN ASO_Quote_Pub.Qte_Line_Tbl_Type
2839: IS
2840: l_qte_line_tbl ASO_Quote_Pub.Qte_Line_Tbl_Type;

Line 3152: p_quote_line_detail_id IN jtf_number_table ,

3148: END Construct_Qte_Line_Tbl;
3149:
3150:
3151: FUNCTION Construct_Qte_Line_Dtl_Tbl(
3152: p_quote_line_detail_id IN jtf_number_table ,
3153: p_creation_date IN jtf_date_table ,
3154: p_created_by IN jtf_number_table ,
3155: p_last_update_date IN jtf_date_table ,
3156: p_last_updated_by IN jtf_number_table ,

Line 3154: p_created_by IN jtf_number_table ,

3150:
3151: FUNCTION Construct_Qte_Line_Dtl_Tbl(
3152: p_quote_line_detail_id IN jtf_number_table ,
3153: p_creation_date IN jtf_date_table ,
3154: p_created_by IN jtf_number_table ,
3155: p_last_update_date IN jtf_date_table ,
3156: p_last_updated_by IN jtf_number_table ,
3157: p_last_update_login IN jtf_number_table ,
3158: p_request_id IN jtf_number_table ,

Line 3156: p_last_updated_by IN jtf_number_table ,

3152: p_quote_line_detail_id IN jtf_number_table ,
3153: p_creation_date IN jtf_date_table ,
3154: p_created_by IN jtf_number_table ,
3155: p_last_update_date IN jtf_date_table ,
3156: p_last_updated_by IN jtf_number_table ,
3157: p_last_update_login IN jtf_number_table ,
3158: p_request_id IN jtf_number_table ,
3159: p_program_application_id IN jtf_number_table ,
3160: p_program_id IN jtf_number_table ,

Line 3157: p_last_update_login IN jtf_number_table ,

3153: p_creation_date IN jtf_date_table ,
3154: p_created_by IN jtf_number_table ,
3155: p_last_update_date IN jtf_date_table ,
3156: p_last_updated_by IN jtf_number_table ,
3157: p_last_update_login IN jtf_number_table ,
3158: p_request_id IN jtf_number_table ,
3159: p_program_application_id IN jtf_number_table ,
3160: p_program_id IN jtf_number_table ,
3161: p_program_update_date IN jtf_date_table ,

Line 3158: p_request_id IN jtf_number_table ,

3154: p_created_by IN jtf_number_table ,
3155: p_last_update_date IN jtf_date_table ,
3156: p_last_updated_by IN jtf_number_table ,
3157: p_last_update_login IN jtf_number_table ,
3158: p_request_id IN jtf_number_table ,
3159: p_program_application_id IN jtf_number_table ,
3160: p_program_id IN jtf_number_table ,
3161: p_program_update_date IN jtf_date_table ,
3162: p_quote_line_id IN jtf_number_table ,

Line 3159: p_program_application_id IN jtf_number_table ,

3155: p_last_update_date IN jtf_date_table ,
3156: p_last_updated_by IN jtf_number_table ,
3157: p_last_update_login IN jtf_number_table ,
3158: p_request_id IN jtf_number_table ,
3159: p_program_application_id IN jtf_number_table ,
3160: p_program_id IN jtf_number_table ,
3161: p_program_update_date IN jtf_date_table ,
3162: p_quote_line_id IN jtf_number_table ,
3163: p_config_header_id IN jtf_number_table ,

Line 3160: p_program_id IN jtf_number_table ,

3156: p_last_updated_by IN jtf_number_table ,
3157: p_last_update_login IN jtf_number_table ,
3158: p_request_id IN jtf_number_table ,
3159: p_program_application_id IN jtf_number_table ,
3160: p_program_id IN jtf_number_table ,
3161: p_program_update_date IN jtf_date_table ,
3162: p_quote_line_id IN jtf_number_table ,
3163: p_config_header_id IN jtf_number_table ,
3164: p_config_revision_num IN jtf_number_table ,

Line 3162: p_quote_line_id IN jtf_number_table ,

3158: p_request_id IN jtf_number_table ,
3159: p_program_application_id IN jtf_number_table ,
3160: p_program_id IN jtf_number_table ,
3161: p_program_update_date IN jtf_date_table ,
3162: p_quote_line_id IN jtf_number_table ,
3163: p_config_header_id IN jtf_number_table ,
3164: p_config_revision_num IN jtf_number_table ,
3165: p_config_item_id IN jtf_number_table ,
3166: p_complete_configuration IN jtf_varchar2_table_100 ,

Line 3163: p_config_header_id IN jtf_number_table ,

3159: p_program_application_id IN jtf_number_table ,
3160: p_program_id IN jtf_number_table ,
3161: p_program_update_date IN jtf_date_table ,
3162: p_quote_line_id IN jtf_number_table ,
3163: p_config_header_id IN jtf_number_table ,
3164: p_config_revision_num IN jtf_number_table ,
3165: p_config_item_id IN jtf_number_table ,
3166: p_complete_configuration IN jtf_varchar2_table_100 ,
3167: p_valid_configuration_flag IN jtf_varchar2_table_100 ,

Line 3164: p_config_revision_num IN jtf_number_table ,

3160: p_program_id IN jtf_number_table ,
3161: p_program_update_date IN jtf_date_table ,
3162: p_quote_line_id IN jtf_number_table ,
3163: p_config_header_id IN jtf_number_table ,
3164: p_config_revision_num IN jtf_number_table ,
3165: p_config_item_id IN jtf_number_table ,
3166: p_complete_configuration IN jtf_varchar2_table_100 ,
3167: p_valid_configuration_flag IN jtf_varchar2_table_100 ,
3168: p_component_code IN jtf_varchar2_table_1000 ,

Line 3165: p_config_item_id IN jtf_number_table ,

3161: p_program_update_date IN jtf_date_table ,
3162: p_quote_line_id IN jtf_number_table ,
3163: p_config_header_id IN jtf_number_table ,
3164: p_config_revision_num IN jtf_number_table ,
3165: p_config_item_id IN jtf_number_table ,
3166: p_complete_configuration IN jtf_varchar2_table_100 ,
3167: p_valid_configuration_flag IN jtf_varchar2_table_100 ,
3168: p_component_code IN jtf_varchar2_table_1000 ,
3169: p_service_coterminate_flag IN jtf_varchar2_table_100 ,

Line 3170: p_service_duration IN jtf_number_table ,

3166: p_complete_configuration IN jtf_varchar2_table_100 ,
3167: p_valid_configuration_flag IN jtf_varchar2_table_100 ,
3168: p_component_code IN jtf_varchar2_table_1000 ,
3169: p_service_coterminate_flag IN jtf_varchar2_table_100 ,
3170: p_service_duration IN jtf_number_table ,
3171: p_service_period IN jtf_varchar2_table_100 ,
3172: p_service_unit_selling IN jtf_number_table ,
3173: p_service_unit_list IN jtf_number_table ,
3174: p_service_number IN jtf_number_table ,

Line 3172: p_service_unit_selling IN jtf_number_table ,

3168: p_component_code IN jtf_varchar2_table_1000 ,
3169: p_service_coterminate_flag IN jtf_varchar2_table_100 ,
3170: p_service_duration IN jtf_number_table ,
3171: p_service_period IN jtf_varchar2_table_100 ,
3172: p_service_unit_selling IN jtf_number_table ,
3173: p_service_unit_list IN jtf_number_table ,
3174: p_service_number IN jtf_number_table ,
3175: p_unit_percent_base_price IN jtf_number_table ,
3176: p_attribute_category IN jtf_varchar2_table_100 ,

Line 3173: p_service_unit_list IN jtf_number_table ,

3169: p_service_coterminate_flag IN jtf_varchar2_table_100 ,
3170: p_service_duration IN jtf_number_table ,
3171: p_service_period IN jtf_varchar2_table_100 ,
3172: p_service_unit_selling IN jtf_number_table ,
3173: p_service_unit_list IN jtf_number_table ,
3174: p_service_number IN jtf_number_table ,
3175: p_unit_percent_base_price IN jtf_number_table ,
3176: p_attribute_category IN jtf_varchar2_table_100 ,
3177: p_attribute1 IN jtf_varchar2_table_200 ,

Line 3174: p_service_number IN jtf_number_table ,

3170: p_service_duration IN jtf_number_table ,
3171: p_service_period IN jtf_varchar2_table_100 ,
3172: p_service_unit_selling IN jtf_number_table ,
3173: p_service_unit_list IN jtf_number_table ,
3174: p_service_number IN jtf_number_table ,
3175: p_unit_percent_base_price IN jtf_number_table ,
3176: p_attribute_category IN jtf_varchar2_table_100 ,
3177: p_attribute1 IN jtf_varchar2_table_200 ,
3178: p_attribute2 IN jtf_varchar2_table_200 ,

Line 3175: p_unit_percent_base_price IN jtf_number_table ,

3171: p_service_period IN jtf_varchar2_table_100 ,
3172: p_service_unit_selling IN jtf_number_table ,
3173: p_service_unit_list IN jtf_number_table ,
3174: p_service_number IN jtf_number_table ,
3175: p_unit_percent_base_price IN jtf_number_table ,
3176: p_attribute_category IN jtf_varchar2_table_100 ,
3177: p_attribute1 IN jtf_varchar2_table_200 ,
3178: p_attribute2 IN jtf_varchar2_table_200 ,
3179: p_attribute3 IN jtf_varchar2_table_200 ,

Line 3193: p_service_ref_order_number IN jtf_number_table ,

3189: p_attribute13 IN jtf_varchar2_table_200 ,
3190: p_attribute14 IN jtf_varchar2_table_200 ,
3191: p_attribute15 IN jtf_varchar2_table_200 ,
3192: p_service_ref_type_code IN jtf_varchar2_table_100 ,
3193: p_service_ref_order_number IN jtf_number_table ,
3194: p_service_ref_line_number IN jtf_number_table ,
3195: p_service_ref_qte_line_ind IN jtf_number_table ,
3196: p_service_ref_line_id IN jtf_number_table ,
3197: p_service_ref_system_id IN jtf_number_table ,

Line 3194: p_service_ref_line_number IN jtf_number_table ,

3190: p_attribute14 IN jtf_varchar2_table_200 ,
3191: p_attribute15 IN jtf_varchar2_table_200 ,
3192: p_service_ref_type_code IN jtf_varchar2_table_100 ,
3193: p_service_ref_order_number IN jtf_number_table ,
3194: p_service_ref_line_number IN jtf_number_table ,
3195: p_service_ref_qte_line_ind IN jtf_number_table ,
3196: p_service_ref_line_id IN jtf_number_table ,
3197: p_service_ref_system_id IN jtf_number_table ,
3198: p_service_ref_option_numb IN jtf_number_table ,

Line 3195: p_service_ref_qte_line_ind IN jtf_number_table ,

3191: p_attribute15 IN jtf_varchar2_table_200 ,
3192: p_service_ref_type_code IN jtf_varchar2_table_100 ,
3193: p_service_ref_order_number IN jtf_number_table ,
3194: p_service_ref_line_number IN jtf_number_table ,
3195: p_service_ref_qte_line_ind IN jtf_number_table ,
3196: p_service_ref_line_id IN jtf_number_table ,
3197: p_service_ref_system_id IN jtf_number_table ,
3198: p_service_ref_option_numb IN jtf_number_table ,
3199: p_service_ref_shipment IN jtf_number_table ,

Line 3196: p_service_ref_line_id IN jtf_number_table ,

3192: p_service_ref_type_code IN jtf_varchar2_table_100 ,
3193: p_service_ref_order_number IN jtf_number_table ,
3194: p_service_ref_line_number IN jtf_number_table ,
3195: p_service_ref_qte_line_ind IN jtf_number_table ,
3196: p_service_ref_line_id IN jtf_number_table ,
3197: p_service_ref_system_id IN jtf_number_table ,
3198: p_service_ref_option_numb IN jtf_number_table ,
3199: p_service_ref_shipment IN jtf_number_table ,
3200: p_return_ref_type IN jtf_varchar2_table_100 ,

Line 3197: p_service_ref_system_id IN jtf_number_table ,

3193: p_service_ref_order_number IN jtf_number_table ,
3194: p_service_ref_line_number IN jtf_number_table ,
3195: p_service_ref_qte_line_ind IN jtf_number_table ,
3196: p_service_ref_line_id IN jtf_number_table ,
3197: p_service_ref_system_id IN jtf_number_table ,
3198: p_service_ref_option_numb IN jtf_number_table ,
3199: p_service_ref_shipment IN jtf_number_table ,
3200: p_return_ref_type IN jtf_varchar2_table_100 ,
3201: p_return_ref_header_id IN jtf_number_table ,

Line 3198: p_service_ref_option_numb IN jtf_number_table ,

3194: p_service_ref_line_number IN jtf_number_table ,
3195: p_service_ref_qte_line_ind IN jtf_number_table ,
3196: p_service_ref_line_id IN jtf_number_table ,
3197: p_service_ref_system_id IN jtf_number_table ,
3198: p_service_ref_option_numb IN jtf_number_table ,
3199: p_service_ref_shipment IN jtf_number_table ,
3200: p_return_ref_type IN jtf_varchar2_table_100 ,
3201: p_return_ref_header_id IN jtf_number_table ,
3202: p_return_ref_line_id IN jtf_number_table ,

Line 3199: p_service_ref_shipment IN jtf_number_table ,

3195: p_service_ref_qte_line_ind IN jtf_number_table ,
3196: p_service_ref_line_id IN jtf_number_table ,
3197: p_service_ref_system_id IN jtf_number_table ,
3198: p_service_ref_option_numb IN jtf_number_table ,
3199: p_service_ref_shipment IN jtf_number_table ,
3200: p_return_ref_type IN jtf_varchar2_table_100 ,
3201: p_return_ref_header_id IN jtf_number_table ,
3202: p_return_ref_line_id IN jtf_number_table ,
3203: p_return_attribute1 IN jtf_varchar2_table_300 ,

Line 3201: p_return_ref_header_id IN jtf_number_table ,

3197: p_service_ref_system_id IN jtf_number_table ,
3198: p_service_ref_option_numb IN jtf_number_table ,
3199: p_service_ref_shipment IN jtf_number_table ,
3200: p_return_ref_type IN jtf_varchar2_table_100 ,
3201: p_return_ref_header_id IN jtf_number_table ,
3202: p_return_ref_line_id IN jtf_number_table ,
3203: p_return_attribute1 IN jtf_varchar2_table_300 ,
3204: p_return_attribute2 IN jtf_varchar2_table_300 ,
3205: p_return_attribute3 IN jtf_varchar2_table_300 ,

Line 3202: p_return_ref_line_id IN jtf_number_table ,

3198: p_service_ref_option_numb IN jtf_number_table ,
3199: p_service_ref_shipment IN jtf_number_table ,
3200: p_return_ref_type IN jtf_varchar2_table_100 ,
3201: p_return_ref_header_id IN jtf_number_table ,
3202: p_return_ref_line_id IN jtf_number_table ,
3203: p_return_attribute1 IN jtf_varchar2_table_300 ,
3204: p_return_attribute2 IN jtf_varchar2_table_300 ,
3205: p_return_attribute3 IN jtf_varchar2_table_300 ,
3206: p_return_attribute4 IN jtf_varchar2_table_300 ,

Line 3219: p_qte_line_index IN jtf_number_table ,

3215: p_return_attribute13 IN jtf_varchar2_table_300 ,
3216: p_return_attribute14 IN jtf_varchar2_table_300 ,
3217: p_return_attribute15 IN jtf_varchar2_table_300 ,
3218: p_operation_code IN jtf_varchar2_table_100 ,
3219: p_qte_line_index IN jtf_number_table ,
3220: p_return_attr_category IN jtf_varchar2_table_100 ,
3221: p_return_reason_code IN jtf_varchar2_table_100
3222: )
3223: RETURN ASO_Quote_Pub.Qte_Line_Dtl_Tbl_Type

Line 3429: p_line_relationship_id IN jtf_number_table ,

3425: END Construct_Qte_Line_Dtl_Tbl;
3426:
3427:
3428: FUNCTION Construct_Line_Rltship_Tbl(
3429: p_line_relationship_id IN jtf_number_table ,
3430: p_creation_date IN jtf_date_table ,
3431: p_created_by IN jtf_number_table ,
3432: p_last_updated_by IN jtf_number_table ,
3433: p_last_update_date IN jtf_date_table ,

Line 3431: p_created_by IN jtf_number_table ,

3427:
3428: FUNCTION Construct_Line_Rltship_Tbl(
3429: p_line_relationship_id IN jtf_number_table ,
3430: p_creation_date IN jtf_date_table ,
3431: p_created_by IN jtf_number_table ,
3432: p_last_updated_by IN jtf_number_table ,
3433: p_last_update_date IN jtf_date_table ,
3434: p_last_update_login IN jtf_number_table ,
3435: p_request_id IN jtf_number_table ,

Line 3432: p_last_updated_by IN jtf_number_table ,

3428: FUNCTION Construct_Line_Rltship_Tbl(
3429: p_line_relationship_id IN jtf_number_table ,
3430: p_creation_date IN jtf_date_table ,
3431: p_created_by IN jtf_number_table ,
3432: p_last_updated_by IN jtf_number_table ,
3433: p_last_update_date IN jtf_date_table ,
3434: p_last_update_login IN jtf_number_table ,
3435: p_request_id IN jtf_number_table ,
3436: p_program_application_id IN jtf_number_table ,

Line 3434: p_last_update_login IN jtf_number_table ,

3430: p_creation_date IN jtf_date_table ,
3431: p_created_by IN jtf_number_table ,
3432: p_last_updated_by IN jtf_number_table ,
3433: p_last_update_date IN jtf_date_table ,
3434: p_last_update_login IN jtf_number_table ,
3435: p_request_id IN jtf_number_table ,
3436: p_program_application_id IN jtf_number_table ,
3437: p_program_id IN jtf_number_table ,
3438: p_program_update_date IN jtf_date_table ,

Line 3435: p_request_id IN jtf_number_table ,

3431: p_created_by IN jtf_number_table ,
3432: p_last_updated_by IN jtf_number_table ,
3433: p_last_update_date IN jtf_date_table ,
3434: p_last_update_login IN jtf_number_table ,
3435: p_request_id IN jtf_number_table ,
3436: p_program_application_id IN jtf_number_table ,
3437: p_program_id IN jtf_number_table ,
3438: p_program_update_date IN jtf_date_table ,
3439: p_quote_line_id IN jtf_number_table ,

Line 3436: p_program_application_id IN jtf_number_table ,

3432: p_last_updated_by IN jtf_number_table ,
3433: p_last_update_date IN jtf_date_table ,
3434: p_last_update_login IN jtf_number_table ,
3435: p_request_id IN jtf_number_table ,
3436: p_program_application_id IN jtf_number_table ,
3437: p_program_id IN jtf_number_table ,
3438: p_program_update_date IN jtf_date_table ,
3439: p_quote_line_id IN jtf_number_table ,
3440: p_related_quote_line_id IN jtf_number_table ,

Line 3437: p_program_id IN jtf_number_table ,

3433: p_last_update_date IN jtf_date_table ,
3434: p_last_update_login IN jtf_number_table ,
3435: p_request_id IN jtf_number_table ,
3436: p_program_application_id IN jtf_number_table ,
3437: p_program_id IN jtf_number_table ,
3438: p_program_update_date IN jtf_date_table ,
3439: p_quote_line_id IN jtf_number_table ,
3440: p_related_quote_line_id IN jtf_number_table ,
3441: p_relationship_type_code IN jtf_varchar2_table_100 ,

Line 3439: p_quote_line_id IN jtf_number_table ,

3435: p_request_id IN jtf_number_table ,
3436: p_program_application_id IN jtf_number_table ,
3437: p_program_id IN jtf_number_table ,
3438: p_program_update_date IN jtf_date_table ,
3439: p_quote_line_id IN jtf_number_table ,
3440: p_related_quote_line_id IN jtf_number_table ,
3441: p_relationship_type_code IN jtf_varchar2_table_100 ,
3442: p_reciprocal_flag IN jtf_varchar2_table_100 ,
3443: p_qte_line_index IN jtf_number_table ,

Line 3440: p_related_quote_line_id IN jtf_number_table ,

3436: p_program_application_id IN jtf_number_table ,
3437: p_program_id IN jtf_number_table ,
3438: p_program_update_date IN jtf_date_table ,
3439: p_quote_line_id IN jtf_number_table ,
3440: p_related_quote_line_id IN jtf_number_table ,
3441: p_relationship_type_code IN jtf_varchar2_table_100 ,
3442: p_reciprocal_flag IN jtf_varchar2_table_100 ,
3443: p_qte_line_index IN jtf_number_table ,
3444: p_related_qte_line_index IN jtf_number_table ,

Line 3443: p_qte_line_index IN jtf_number_table ,

3439: p_quote_line_id IN jtf_number_table ,
3440: p_related_quote_line_id IN jtf_number_table ,
3441: p_relationship_type_code IN jtf_varchar2_table_100 ,
3442: p_reciprocal_flag IN jtf_varchar2_table_100 ,
3443: p_qte_line_index IN jtf_number_table ,
3444: p_related_qte_line_index IN jtf_number_table ,
3445: p_operation_code IN jtf_varchar2_table_100
3446: )
3447: RETURN ASO_Quote_Pub.Line_Rltship_Tbl_Type

Line 3444: p_related_qte_line_index IN jtf_number_table ,

3440: p_related_quote_line_id IN jtf_number_table ,
3441: p_relationship_type_code IN jtf_varchar2_table_100 ,
3442: p_reciprocal_flag IN jtf_varchar2_table_100 ,
3443: p_qte_line_index IN jtf_number_table ,
3444: p_related_qte_line_index IN jtf_number_table ,
3445: p_operation_code IN jtf_varchar2_table_100
3446: )
3447: RETURN ASO_Quote_Pub.Line_Rltship_Tbl_Type
3448: IS

Line 3674: p_ql_created_by IN jtf_number_table := NULL,

3670: p_q_end_cust_cust_account_id IN NUMBER := FND_API.G_MISS_NUM,
3671: p_q_pricing_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
3672: p_q_tax_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
3673: p_ql_creation_date IN jtf_date_table := NULL,
3674: p_ql_created_by IN jtf_number_table := NULL,
3675: p_ql_last_updated_by IN jtf_number_table := NULL,
3676: p_ql_last_update_date IN jtf_date_table := NULL,
3677: p_ql_last_update_login IN jtf_number_table := NULL,
3678: p_ql_request_id IN jtf_number_table := NULL,

Line 3675: p_ql_last_updated_by IN jtf_number_table := NULL,

3671: p_q_pricing_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
3672: p_q_tax_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
3673: p_ql_creation_date IN jtf_date_table := NULL,
3674: p_ql_created_by IN jtf_number_table := NULL,
3675: p_ql_last_updated_by IN jtf_number_table := NULL,
3676: p_ql_last_update_date IN jtf_date_table := NULL,
3677: p_ql_last_update_login IN jtf_number_table := NULL,
3678: p_ql_request_id IN jtf_number_table := NULL,
3679: p_ql_program_application_id IN jtf_number_table := NULL,

Line 3677: p_ql_last_update_login IN jtf_number_table := NULL,

3673: p_ql_creation_date IN jtf_date_table := NULL,
3674: p_ql_created_by IN jtf_number_table := NULL,
3675: p_ql_last_updated_by IN jtf_number_table := NULL,
3676: p_ql_last_update_date IN jtf_date_table := NULL,
3677: p_ql_last_update_login IN jtf_number_table := NULL,
3678: p_ql_request_id IN jtf_number_table := NULL,
3679: p_ql_program_application_id IN jtf_number_table := NULL,
3680: p_ql_program_id IN jtf_number_table := NULL,
3681: p_ql_program_update_date IN jtf_date_table := NULL,

Line 3678: p_ql_request_id IN jtf_number_table := NULL,

3674: p_ql_created_by IN jtf_number_table := NULL,
3675: p_ql_last_updated_by IN jtf_number_table := NULL,
3676: p_ql_last_update_date IN jtf_date_table := NULL,
3677: p_ql_last_update_login IN jtf_number_table := NULL,
3678: p_ql_request_id IN jtf_number_table := NULL,
3679: p_ql_program_application_id IN jtf_number_table := NULL,
3680: p_ql_program_id IN jtf_number_table := NULL,
3681: p_ql_program_update_date IN jtf_date_table := NULL,
3682: p_ql_quote_line_id IN jtf_number_table := NULL,

Line 3679: p_ql_program_application_id IN jtf_number_table := NULL,

3675: p_ql_last_updated_by IN jtf_number_table := NULL,
3676: p_ql_last_update_date IN jtf_date_table := NULL,
3677: p_ql_last_update_login IN jtf_number_table := NULL,
3678: p_ql_request_id IN jtf_number_table := NULL,
3679: p_ql_program_application_id IN jtf_number_table := NULL,
3680: p_ql_program_id IN jtf_number_table := NULL,
3681: p_ql_program_update_date IN jtf_date_table := NULL,
3682: p_ql_quote_line_id IN jtf_number_table := NULL,
3683: p_ql_quote_header_id IN jtf_number_table := NULL,

Line 3680: p_ql_program_id IN jtf_number_table := NULL,

3676: p_ql_last_update_date IN jtf_date_table := NULL,
3677: p_ql_last_update_login IN jtf_number_table := NULL,
3678: p_ql_request_id IN jtf_number_table := NULL,
3679: p_ql_program_application_id IN jtf_number_table := NULL,
3680: p_ql_program_id IN jtf_number_table := NULL,
3681: p_ql_program_update_date IN jtf_date_table := NULL,
3682: p_ql_quote_line_id IN jtf_number_table := NULL,
3683: p_ql_quote_header_id IN jtf_number_table := NULL,
3684: p_ql_org_id IN jtf_number_table := NULL,

Line 3682: p_ql_quote_line_id IN jtf_number_table := NULL,

3678: p_ql_request_id IN jtf_number_table := NULL,
3679: p_ql_program_application_id IN jtf_number_table := NULL,
3680: p_ql_program_id IN jtf_number_table := NULL,
3681: p_ql_program_update_date IN jtf_date_table := NULL,
3682: p_ql_quote_line_id IN jtf_number_table := NULL,
3683: p_ql_quote_header_id IN jtf_number_table := NULL,
3684: p_ql_org_id IN jtf_number_table := NULL,
3685: p_ql_line_number IN jtf_number_table := NULL,
3686: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,

Line 3683: p_ql_quote_header_id IN jtf_number_table := NULL,

3679: p_ql_program_application_id IN jtf_number_table := NULL,
3680: p_ql_program_id IN jtf_number_table := NULL,
3681: p_ql_program_update_date IN jtf_date_table := NULL,
3682: p_ql_quote_line_id IN jtf_number_table := NULL,
3683: p_ql_quote_header_id IN jtf_number_table := NULL,
3684: p_ql_org_id IN jtf_number_table := NULL,
3685: p_ql_line_number IN jtf_number_table := NULL,
3686: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
3687: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,

Line 3684: p_ql_org_id IN jtf_number_table := NULL,

3680: p_ql_program_id IN jtf_number_table := NULL,
3681: p_ql_program_update_date IN jtf_date_table := NULL,
3682: p_ql_quote_line_id IN jtf_number_table := NULL,
3683: p_ql_quote_header_id IN jtf_number_table := NULL,
3684: p_ql_org_id IN jtf_number_table := NULL,
3685: p_ql_line_number IN jtf_number_table := NULL,
3686: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
3687: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
3688: p_ql_inventory_item_id IN jtf_number_table := NULL,

Line 3685: p_ql_line_number IN jtf_number_table := NULL,

3681: p_ql_program_update_date IN jtf_date_table := NULL,
3682: p_ql_quote_line_id IN jtf_number_table := NULL,
3683: p_ql_quote_header_id IN jtf_number_table := NULL,
3684: p_ql_org_id IN jtf_number_table := NULL,
3685: p_ql_line_number IN jtf_number_table := NULL,
3686: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
3687: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
3688: p_ql_inventory_item_id IN jtf_number_table := NULL,
3689: p_ql_organization_id IN jtf_number_table := NULL,

Line 3688: p_ql_inventory_item_id IN jtf_number_table := NULL,

3684: p_ql_org_id IN jtf_number_table := NULL,
3685: p_ql_line_number IN jtf_number_table := NULL,
3686: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
3687: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
3688: p_ql_inventory_item_id IN jtf_number_table := NULL,
3689: p_ql_organization_id IN jtf_number_table := NULL,
3690: p_ql_quantity IN jtf_number_table := NULL,
3691: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
3692: p_ql_start_date_active IN jtf_date_table := NULL,

Line 3689: p_ql_organization_id IN jtf_number_table := NULL,

3685: p_ql_line_number IN jtf_number_table := NULL,
3686: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
3687: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
3688: p_ql_inventory_item_id IN jtf_number_table := NULL,
3689: p_ql_organization_id IN jtf_number_table := NULL,
3690: p_ql_quantity IN jtf_number_table := NULL,
3691: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
3692: p_ql_start_date_active IN jtf_date_table := NULL,
3693: p_ql_end_date_active IN jtf_date_table := NULL,

Line 3690: p_ql_quantity IN jtf_number_table := NULL,

3686: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
3687: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
3688: p_ql_inventory_item_id IN jtf_number_table := NULL,
3689: p_ql_organization_id IN jtf_number_table := NULL,
3690: p_ql_quantity IN jtf_number_table := NULL,
3691: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
3692: p_ql_start_date_active IN jtf_date_table := NULL,
3693: p_ql_end_date_active IN jtf_date_table := NULL,
3694: p_ql_order_line_type_id IN jtf_number_table := NULL,

Line 3694: p_ql_order_line_type_id IN jtf_number_table := NULL,

3690: p_ql_quantity IN jtf_number_table := NULL,
3691: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
3692: p_ql_start_date_active IN jtf_date_table := NULL,
3693: p_ql_end_date_active IN jtf_date_table := NULL,
3694: p_ql_order_line_type_id IN jtf_number_table := NULL,
3695: p_ql_price_list_id IN jtf_number_table := NULL,
3696: p_ql_price_list_line_id IN jtf_number_table := NULL,
3697: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
3698: p_ql_line_list_price IN jtf_number_table := NULL,

Line 3695: p_ql_price_list_id IN jtf_number_table := NULL,

3691: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
3692: p_ql_start_date_active IN jtf_date_table := NULL,
3693: p_ql_end_date_active IN jtf_date_table := NULL,
3694: p_ql_order_line_type_id IN jtf_number_table := NULL,
3695: p_ql_price_list_id IN jtf_number_table := NULL,
3696: p_ql_price_list_line_id IN jtf_number_table := NULL,
3697: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
3698: p_ql_line_list_price IN jtf_number_table := NULL,
3699: p_ql_line_adjusted_amount IN jtf_number_table := NULL,

Line 3696: p_ql_price_list_line_id IN jtf_number_table := NULL,

3692: p_ql_start_date_active IN jtf_date_table := NULL,
3693: p_ql_end_date_active IN jtf_date_table := NULL,
3694: p_ql_order_line_type_id IN jtf_number_table := NULL,
3695: p_ql_price_list_id IN jtf_number_table := NULL,
3696: p_ql_price_list_line_id IN jtf_number_table := NULL,
3697: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
3698: p_ql_line_list_price IN jtf_number_table := NULL,
3699: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
3700: p_ql_line_adjusted_percent IN jtf_number_table := NULL,

Line 3698: p_ql_line_list_price IN jtf_number_table := NULL,

3694: p_ql_order_line_type_id IN jtf_number_table := NULL,
3695: p_ql_price_list_id IN jtf_number_table := NULL,
3696: p_ql_price_list_line_id IN jtf_number_table := NULL,
3697: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
3698: p_ql_line_list_price IN jtf_number_table := NULL,
3699: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
3700: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
3701: p_ql_line_quote_price IN jtf_number_table := NULL,
3702: p_ql_related_item_id IN jtf_number_table := NULL,

Line 3699: p_ql_line_adjusted_amount IN jtf_number_table := NULL,

3695: p_ql_price_list_id IN jtf_number_table := NULL,
3696: p_ql_price_list_line_id IN jtf_number_table := NULL,
3697: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
3698: p_ql_line_list_price IN jtf_number_table := NULL,
3699: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
3700: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
3701: p_ql_line_quote_price IN jtf_number_table := NULL,
3702: p_ql_related_item_id IN jtf_number_table := NULL,
3703: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,

Line 3700: p_ql_line_adjusted_percent IN jtf_number_table := NULL,

3696: p_ql_price_list_line_id IN jtf_number_table := NULL,
3697: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
3698: p_ql_line_list_price IN jtf_number_table := NULL,
3699: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
3700: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
3701: p_ql_line_quote_price IN jtf_number_table := NULL,
3702: p_ql_related_item_id IN jtf_number_table := NULL,
3703: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,
3704: p_ql_split_shipment_flag IN jtf_varchar2_table_100 := NULL,

Line 3701: p_ql_line_quote_price IN jtf_number_table := NULL,

3697: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
3698: p_ql_line_list_price IN jtf_number_table := NULL,
3699: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
3700: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
3701: p_ql_line_quote_price IN jtf_number_table := NULL,
3702: p_ql_related_item_id IN jtf_number_table := NULL,
3703: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,
3704: p_ql_split_shipment_flag IN jtf_varchar2_table_100 := NULL,
3705: p_ql_backorder_flag IN jtf_varchar2_table_100 := NULL,

Line 3702: p_ql_related_item_id IN jtf_number_table := NULL,

3698: p_ql_line_list_price IN jtf_number_table := NULL,
3699: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
3700: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
3701: p_ql_line_quote_price IN jtf_number_table := NULL,
3702: p_ql_related_item_id IN jtf_number_table := NULL,
3703: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,
3704: p_ql_split_shipment_flag IN jtf_varchar2_table_100 := NULL,
3705: p_ql_backorder_flag IN jtf_varchar2_table_100 := NULL,
3706: p_ql_selling_price_change IN jtf_varchar2_table_100 := NULL,

Line 3724: p_ql_accounting_rule_id IN jtf_number_table := NULL,

3720: p_ql_attribute12 IN jtf_varchar2_table_300 := NULL,
3721: p_ql_attribute13 IN jtf_varchar2_table_300 := NULL,
3722: p_ql_attribute14 IN jtf_varchar2_table_300 := NULL,
3723: p_ql_attribute15 IN jtf_varchar2_table_300 := NULL,
3724: p_ql_accounting_rule_id IN jtf_number_table := NULL,
3725: p_ql_ffm_content_name IN jtf_varchar2_table_300 := NULL,
3726: p_ql_ffm_content_type IN jtf_varchar2_table_300 := NULL,
3727: p_ql_ffm_document_type IN jtf_varchar2_table_300 := NULL,
3728: p_ql_ffm_media_id IN jtf_varchar2_table_300 := NULL,

Line 3731: p_ql_invoice_to_party_id IN jtf_number_table := NULL,

3727: p_ql_ffm_document_type IN jtf_varchar2_table_300 := NULL,
3728: p_ql_ffm_media_id IN jtf_varchar2_table_300 := NULL,
3729: p_ql_ffm_media_type IN jtf_varchar2_table_300 := NULL,
3730: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
3731: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
3732: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
3733: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
3734: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
3735: p_ql_marketing_source_code_id IN jtf_number_table := NULL,

Line 3732: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,

3728: p_ql_ffm_media_id IN jtf_varchar2_table_300 := NULL,
3729: p_ql_ffm_media_type IN jtf_varchar2_table_300 := NULL,
3730: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
3731: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
3732: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
3733: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
3734: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
3735: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
3736: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,

Line 3733: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,

3729: p_ql_ffm_media_type IN jtf_varchar2_table_300 := NULL,
3730: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
3731: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
3732: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
3733: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
3734: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
3735: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
3736: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
3737: p_ql_commitment_id IN jtf_number_table := NULL,

Line 3734: p_ql_invoicing_rule_id IN jtf_number_table := NULL,

3730: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
3731: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
3732: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
3733: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
3734: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
3735: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
3736: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
3737: p_ql_commitment_id IN jtf_number_table := NULL,
3738: p_ql_agreement_id IN jtf_number_table := NULL,

Line 3735: p_ql_marketing_source_code_id IN jtf_number_table := NULL,

3731: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
3732: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
3733: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
3734: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
3735: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
3736: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
3737: p_ql_commitment_id IN jtf_number_table := NULL,
3738: p_ql_agreement_id IN jtf_number_table := NULL,
3739: p_ql_minisite_id IN jtf_number_table := NULL,

Line 3737: p_ql_commitment_id IN jtf_number_table := NULL,

3733: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
3734: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
3735: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
3736: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
3737: p_ql_commitment_id IN jtf_number_table := NULL,
3738: p_ql_agreement_id IN jtf_number_table := NULL,
3739: p_ql_minisite_id IN jtf_number_table := NULL,
3740: p_ql_section_id IN jtf_number_table := NULL,
3741: p_ql_line_codes IN jtf_number_table := NULL,

Line 3738: p_ql_agreement_id IN jtf_number_table := NULL,

3734: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
3735: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
3736: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
3737: p_ql_commitment_id IN jtf_number_table := NULL,
3738: p_ql_agreement_id IN jtf_number_table := NULL,
3739: p_ql_minisite_id IN jtf_number_table := NULL,
3740: p_ql_section_id IN jtf_number_table := NULL,
3741: p_ql_line_codes IN jtf_number_table := NULL,
3742: p_ql_end_cust_party_id IN jtf_number_table := NULL,

Line 3739: p_ql_minisite_id IN jtf_number_table := NULL,

3735: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
3736: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
3737: p_ql_commitment_id IN jtf_number_table := NULL,
3738: p_ql_agreement_id IN jtf_number_table := NULL,
3739: p_ql_minisite_id IN jtf_number_table := NULL,
3740: p_ql_section_id IN jtf_number_table := NULL,
3741: p_ql_line_codes IN jtf_number_table := NULL,
3742: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3743: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,

Line 3740: p_ql_section_id IN jtf_number_table := NULL,

3736: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
3737: p_ql_commitment_id IN jtf_number_table := NULL,
3738: p_ql_agreement_id IN jtf_number_table := NULL,
3739: p_ql_minisite_id IN jtf_number_table := NULL,
3740: p_ql_section_id IN jtf_number_table := NULL,
3741: p_ql_line_codes IN jtf_number_table := NULL,
3742: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3743: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,
3744: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,

Line 3741: p_ql_line_codes IN jtf_number_table := NULL,

3737: p_ql_commitment_id IN jtf_number_table := NULL,
3738: p_ql_agreement_id IN jtf_number_table := NULL,
3739: p_ql_minisite_id IN jtf_number_table := NULL,
3740: p_ql_section_id IN jtf_number_table := NULL,
3741: p_ql_line_codes IN jtf_number_table := NULL,
3742: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3743: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,
3744: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,
3745: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,

Line 3742: p_ql_end_cust_party_id IN jtf_number_table := NULL,

3738: p_ql_agreement_id IN jtf_number_table := NULL,
3739: p_ql_minisite_id IN jtf_number_table := NULL,
3740: p_ql_section_id IN jtf_number_table := NULL,
3741: p_ql_line_codes IN jtf_number_table := NULL,
3742: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3743: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,
3744: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,
3745: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,
3746: p_qrl_line_relationship_id IN jtf_number_table := NULL,

Line 3743: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,

3739: p_ql_minisite_id IN jtf_number_table := NULL,
3740: p_ql_section_id IN jtf_number_table := NULL,
3741: p_ql_line_codes IN jtf_number_table := NULL,
3742: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3743: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,
3744: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,
3745: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,
3746: p_qrl_line_relationship_id IN jtf_number_table := NULL,
3747: p_qrl_creation_date IN jtf_date_table := NULL,

Line 3744: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,

3740: p_ql_section_id IN jtf_number_table := NULL,
3741: p_ql_line_codes IN jtf_number_table := NULL,
3742: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3743: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,
3744: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,
3745: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,
3746: p_qrl_line_relationship_id IN jtf_number_table := NULL,
3747: p_qrl_creation_date IN jtf_date_table := NULL,
3748: p_qrl_created_by IN jtf_number_table := NULL,

Line 3745: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,

3741: p_ql_line_codes IN jtf_number_table := NULL,
3742: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3743: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,
3744: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,
3745: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,
3746: p_qrl_line_relationship_id IN jtf_number_table := NULL,
3747: p_qrl_creation_date IN jtf_date_table := NULL,
3748: p_qrl_created_by IN jtf_number_table := NULL,
3749: p_qrl_last_updated_by IN jtf_number_table := NULL,

Line 3746: p_qrl_line_relationship_id IN jtf_number_table := NULL,

3742: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3743: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,
3744: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,
3745: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,
3746: p_qrl_line_relationship_id IN jtf_number_table := NULL,
3747: p_qrl_creation_date IN jtf_date_table := NULL,
3748: p_qrl_created_by IN jtf_number_table := NULL,
3749: p_qrl_last_updated_by IN jtf_number_table := NULL,
3750: p_qrl_last_update_date IN jtf_date_table := NULL,

Line 3748: p_qrl_created_by IN jtf_number_table := NULL,

3744: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,
3745: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,
3746: p_qrl_line_relationship_id IN jtf_number_table := NULL,
3747: p_qrl_creation_date IN jtf_date_table := NULL,
3748: p_qrl_created_by IN jtf_number_table := NULL,
3749: p_qrl_last_updated_by IN jtf_number_table := NULL,
3750: p_qrl_last_update_date IN jtf_date_table := NULL,
3751: p_qrl_last_update_login IN jtf_number_table := NULL,
3752: p_qrl_request_id IN jtf_number_table := NULL,

Line 3749: p_qrl_last_updated_by IN jtf_number_table := NULL,

3745: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,
3746: p_qrl_line_relationship_id IN jtf_number_table := NULL,
3747: p_qrl_creation_date IN jtf_date_table := NULL,
3748: p_qrl_created_by IN jtf_number_table := NULL,
3749: p_qrl_last_updated_by IN jtf_number_table := NULL,
3750: p_qrl_last_update_date IN jtf_date_table := NULL,
3751: p_qrl_last_update_login IN jtf_number_table := NULL,
3752: p_qrl_request_id IN jtf_number_table := NULL,
3753: p_qrl_program_application_id IN jtf_number_table := NULL,

Line 3751: p_qrl_last_update_login IN jtf_number_table := NULL,

3747: p_qrl_creation_date IN jtf_date_table := NULL,
3748: p_qrl_created_by IN jtf_number_table := NULL,
3749: p_qrl_last_updated_by IN jtf_number_table := NULL,
3750: p_qrl_last_update_date IN jtf_date_table := NULL,
3751: p_qrl_last_update_login IN jtf_number_table := NULL,
3752: p_qrl_request_id IN jtf_number_table := NULL,
3753: p_qrl_program_application_id IN jtf_number_table := NULL,
3754: p_qrl_program_id IN jtf_number_table := NULL,
3755: p_qrl_program_update_date IN jtf_date_table := NULL,

Line 3752: p_qrl_request_id IN jtf_number_table := NULL,

3748: p_qrl_created_by IN jtf_number_table := NULL,
3749: p_qrl_last_updated_by IN jtf_number_table := NULL,
3750: p_qrl_last_update_date IN jtf_date_table := NULL,
3751: p_qrl_last_update_login IN jtf_number_table := NULL,
3752: p_qrl_request_id IN jtf_number_table := NULL,
3753: p_qrl_program_application_id IN jtf_number_table := NULL,
3754: p_qrl_program_id IN jtf_number_table := NULL,
3755: p_qrl_program_update_date IN jtf_date_table := NULL,
3756: p_qrl_quote_line_id IN jtf_number_table := NULL,

Line 3753: p_qrl_program_application_id IN jtf_number_table := NULL,

3749: p_qrl_last_updated_by IN jtf_number_table := NULL,
3750: p_qrl_last_update_date IN jtf_date_table := NULL,
3751: p_qrl_last_update_login IN jtf_number_table := NULL,
3752: p_qrl_request_id IN jtf_number_table := NULL,
3753: p_qrl_program_application_id IN jtf_number_table := NULL,
3754: p_qrl_program_id IN jtf_number_table := NULL,
3755: p_qrl_program_update_date IN jtf_date_table := NULL,
3756: p_qrl_quote_line_id IN jtf_number_table := NULL,
3757: p_qrl_related_quote_line_id IN jtf_number_table := NULL,

Line 3754: p_qrl_program_id IN jtf_number_table := NULL,

3750: p_qrl_last_update_date IN jtf_date_table := NULL,
3751: p_qrl_last_update_login IN jtf_number_table := NULL,
3752: p_qrl_request_id IN jtf_number_table := NULL,
3753: p_qrl_program_application_id IN jtf_number_table := NULL,
3754: p_qrl_program_id IN jtf_number_table := NULL,
3755: p_qrl_program_update_date IN jtf_date_table := NULL,
3756: p_qrl_quote_line_id IN jtf_number_table := NULL,
3757: p_qrl_related_quote_line_id IN jtf_number_table := NULL,
3758: p_qrl_relationship_type_code IN jtf_varchar2_table_100 := NULL,

Line 3756: p_qrl_quote_line_id IN jtf_number_table := NULL,

3752: p_qrl_request_id IN jtf_number_table := NULL,
3753: p_qrl_program_application_id IN jtf_number_table := NULL,
3754: p_qrl_program_id IN jtf_number_table := NULL,
3755: p_qrl_program_update_date IN jtf_date_table := NULL,
3756: p_qrl_quote_line_id IN jtf_number_table := NULL,
3757: p_qrl_related_quote_line_id IN jtf_number_table := NULL,
3758: p_qrl_relationship_type_code IN jtf_varchar2_table_100 := NULL,
3759: p_qrl_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
3760: p_qrl_qte_line_index IN jtf_number_table := NULL,

Line 3757: p_qrl_related_quote_line_id IN jtf_number_table := NULL,

3753: p_qrl_program_application_id IN jtf_number_table := NULL,
3754: p_qrl_program_id IN jtf_number_table := NULL,
3755: p_qrl_program_update_date IN jtf_date_table := NULL,
3756: p_qrl_quote_line_id IN jtf_number_table := NULL,
3757: p_qrl_related_quote_line_id IN jtf_number_table := NULL,
3758: p_qrl_relationship_type_code IN jtf_varchar2_table_100 := NULL,
3759: p_qrl_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
3760: p_qrl_qte_line_index IN jtf_number_table := NULL,
3761: p_qrl_related_qte_line_index IN jtf_number_table := NULL,

Line 3760: p_qrl_qte_line_index IN jtf_number_table := NULL,

3756: p_qrl_quote_line_id IN jtf_number_table := NULL,
3757: p_qrl_related_quote_line_id IN jtf_number_table := NULL,
3758: p_qrl_relationship_type_code IN jtf_varchar2_table_100 := NULL,
3759: p_qrl_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
3760: p_qrl_qte_line_index IN jtf_number_table := NULL,
3761: p_qrl_related_qte_line_index IN jtf_number_table := NULL,
3762: p_qrl_operation_code IN JTF_VARCHAR2_TABLE_100 := null,
3763: p_qdl_quote_line_detail_id IN jtf_number_table := NULL,
3764: p_qdl_creation_date IN jtf_date_table := NULL,

Line 3761: p_qrl_related_qte_line_index IN jtf_number_table := NULL,

3757: p_qrl_related_quote_line_id IN jtf_number_table := NULL,
3758: p_qrl_relationship_type_code IN jtf_varchar2_table_100 := NULL,
3759: p_qrl_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
3760: p_qrl_qte_line_index IN jtf_number_table := NULL,
3761: p_qrl_related_qte_line_index IN jtf_number_table := NULL,
3762: p_qrl_operation_code IN JTF_VARCHAR2_TABLE_100 := null,
3763: p_qdl_quote_line_detail_id IN jtf_number_table := NULL,
3764: p_qdl_creation_date IN jtf_date_table := NULL,
3765: p_qdl_created_by IN jtf_number_table := NULL,

Line 3763: p_qdl_quote_line_detail_id IN jtf_number_table := NULL,

3759: p_qrl_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
3760: p_qrl_qte_line_index IN jtf_number_table := NULL,
3761: p_qrl_related_qte_line_index IN jtf_number_table := NULL,
3762: p_qrl_operation_code IN JTF_VARCHAR2_TABLE_100 := null,
3763: p_qdl_quote_line_detail_id IN jtf_number_table := NULL,
3764: p_qdl_creation_date IN jtf_date_table := NULL,
3765: p_qdl_created_by IN jtf_number_table := NULL,
3766: p_qdl_last_update_date IN jtf_date_table := NULL,
3767: p_qdl_last_updated_by IN jtf_number_table := NULL,

Line 3765: p_qdl_created_by IN jtf_number_table := NULL,

3761: p_qrl_related_qte_line_index IN jtf_number_table := NULL,
3762: p_qrl_operation_code IN JTF_VARCHAR2_TABLE_100 := null,
3763: p_qdl_quote_line_detail_id IN jtf_number_table := NULL,
3764: p_qdl_creation_date IN jtf_date_table := NULL,
3765: p_qdl_created_by IN jtf_number_table := NULL,
3766: p_qdl_last_update_date IN jtf_date_table := NULL,
3767: p_qdl_last_updated_by IN jtf_number_table := NULL,
3768: p_qdl_last_update_login IN jtf_number_table := NULL,
3769: p_qdl_request_id IN jtf_number_table := NULL,

Line 3767: p_qdl_last_updated_by IN jtf_number_table := NULL,

3763: p_qdl_quote_line_detail_id IN jtf_number_table := NULL,
3764: p_qdl_creation_date IN jtf_date_table := NULL,
3765: p_qdl_created_by IN jtf_number_table := NULL,
3766: p_qdl_last_update_date IN jtf_date_table := NULL,
3767: p_qdl_last_updated_by IN jtf_number_table := NULL,
3768: p_qdl_last_update_login IN jtf_number_table := NULL,
3769: p_qdl_request_id IN jtf_number_table := NULL,
3770: p_qdl_program_application_id IN jtf_number_table := NULL,
3771: p_qdl_program_id IN jtf_number_table := NULL,

Line 3768: p_qdl_last_update_login IN jtf_number_table := NULL,

3764: p_qdl_creation_date IN jtf_date_table := NULL,
3765: p_qdl_created_by IN jtf_number_table := NULL,
3766: p_qdl_last_update_date IN jtf_date_table := NULL,
3767: p_qdl_last_updated_by IN jtf_number_table := NULL,
3768: p_qdl_last_update_login IN jtf_number_table := NULL,
3769: p_qdl_request_id IN jtf_number_table := NULL,
3770: p_qdl_program_application_id IN jtf_number_table := NULL,
3771: p_qdl_program_id IN jtf_number_table := NULL,
3772: p_qdl_program_update_date IN jtf_date_table := NULL,

Line 3769: p_qdl_request_id IN jtf_number_table := NULL,

3765: p_qdl_created_by IN jtf_number_table := NULL,
3766: p_qdl_last_update_date IN jtf_date_table := NULL,
3767: p_qdl_last_updated_by IN jtf_number_table := NULL,
3768: p_qdl_last_update_login IN jtf_number_table := NULL,
3769: p_qdl_request_id IN jtf_number_table := NULL,
3770: p_qdl_program_application_id IN jtf_number_table := NULL,
3771: p_qdl_program_id IN jtf_number_table := NULL,
3772: p_qdl_program_update_date IN jtf_date_table := NULL,
3773: p_qdl_quote_line_id IN jtf_number_table := NULL,

Line 3770: p_qdl_program_application_id IN jtf_number_table := NULL,

3766: p_qdl_last_update_date IN jtf_date_table := NULL,
3767: p_qdl_last_updated_by IN jtf_number_table := NULL,
3768: p_qdl_last_update_login IN jtf_number_table := NULL,
3769: p_qdl_request_id IN jtf_number_table := NULL,
3770: p_qdl_program_application_id IN jtf_number_table := NULL,
3771: p_qdl_program_id IN jtf_number_table := NULL,
3772: p_qdl_program_update_date IN jtf_date_table := NULL,
3773: p_qdl_quote_line_id IN jtf_number_table := NULL,
3774: p_qdl_config_header_id IN jtf_number_table := NULL,

Line 3771: p_qdl_program_id IN jtf_number_table := NULL,

3767: p_qdl_last_updated_by IN jtf_number_table := NULL,
3768: p_qdl_last_update_login IN jtf_number_table := NULL,
3769: p_qdl_request_id IN jtf_number_table := NULL,
3770: p_qdl_program_application_id IN jtf_number_table := NULL,
3771: p_qdl_program_id IN jtf_number_table := NULL,
3772: p_qdl_program_update_date IN jtf_date_table := NULL,
3773: p_qdl_quote_line_id IN jtf_number_table := NULL,
3774: p_qdl_config_header_id IN jtf_number_table := NULL,
3775: p_qdl_config_revision_num IN jtf_number_table := NULL,

Line 3773: p_qdl_quote_line_id IN jtf_number_table := NULL,

3769: p_qdl_request_id IN jtf_number_table := NULL,
3770: p_qdl_program_application_id IN jtf_number_table := NULL,
3771: p_qdl_program_id IN jtf_number_table := NULL,
3772: p_qdl_program_update_date IN jtf_date_table := NULL,
3773: p_qdl_quote_line_id IN jtf_number_table := NULL,
3774: p_qdl_config_header_id IN jtf_number_table := NULL,
3775: p_qdl_config_revision_num IN jtf_number_table := NULL,
3776: p_qdl_config_item_id IN jtf_number_table := NULL,
3777: p_qdl_complete_configuration IN jtf_varchar2_table_100 := NULL,

Line 3774: p_qdl_config_header_id IN jtf_number_table := NULL,

3770: p_qdl_program_application_id IN jtf_number_table := NULL,
3771: p_qdl_program_id IN jtf_number_table := NULL,
3772: p_qdl_program_update_date IN jtf_date_table := NULL,
3773: p_qdl_quote_line_id IN jtf_number_table := NULL,
3774: p_qdl_config_header_id IN jtf_number_table := NULL,
3775: p_qdl_config_revision_num IN jtf_number_table := NULL,
3776: p_qdl_config_item_id IN jtf_number_table := NULL,
3777: p_qdl_complete_configuration IN jtf_varchar2_table_100 := NULL,
3778: p_qdl_valid_configuration_flag IN jtf_varchar2_table_100 := NULL,

Line 3775: p_qdl_config_revision_num IN jtf_number_table := NULL,

3771: p_qdl_program_id IN jtf_number_table := NULL,
3772: p_qdl_program_update_date IN jtf_date_table := NULL,
3773: p_qdl_quote_line_id IN jtf_number_table := NULL,
3774: p_qdl_config_header_id IN jtf_number_table := NULL,
3775: p_qdl_config_revision_num IN jtf_number_table := NULL,
3776: p_qdl_config_item_id IN jtf_number_table := NULL,
3777: p_qdl_complete_configuration IN jtf_varchar2_table_100 := NULL,
3778: p_qdl_valid_configuration_flag IN jtf_varchar2_table_100 := NULL,
3779: p_qdl_component_code IN jtf_varchar2_table_1000 := NULL,

Line 3776: p_qdl_config_item_id IN jtf_number_table := NULL,

3772: p_qdl_program_update_date IN jtf_date_table := NULL,
3773: p_qdl_quote_line_id IN jtf_number_table := NULL,
3774: p_qdl_config_header_id IN jtf_number_table := NULL,
3775: p_qdl_config_revision_num IN jtf_number_table := NULL,
3776: p_qdl_config_item_id IN jtf_number_table := NULL,
3777: p_qdl_complete_configuration IN jtf_varchar2_table_100 := NULL,
3778: p_qdl_valid_configuration_flag IN jtf_varchar2_table_100 := NULL,
3779: p_qdl_component_code IN jtf_varchar2_table_1000 := NULL,
3780: p_qdl_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,

Line 3781: p_qdl_service_duration IN jtf_number_table := NULL,

3777: p_qdl_complete_configuration IN jtf_varchar2_table_100 := NULL,
3778: p_qdl_valid_configuration_flag IN jtf_varchar2_table_100 := NULL,
3779: p_qdl_component_code IN jtf_varchar2_table_1000 := NULL,
3780: p_qdl_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,
3781: p_qdl_service_duration IN jtf_number_table := NULL,
3782: p_qdl_service_period IN jtf_varchar2_table_100 := NULL,
3783: p_qdl_service_unit_selling IN jtf_number_table := NULL,
3784: p_qdl_service_unit_list IN jtf_number_table := NULL,
3785: p_qdl_service_number IN jtf_number_table := NULL,

Line 3783: p_qdl_service_unit_selling IN jtf_number_table := NULL,

3779: p_qdl_component_code IN jtf_varchar2_table_1000 := NULL,
3780: p_qdl_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,
3781: p_qdl_service_duration IN jtf_number_table := NULL,
3782: p_qdl_service_period IN jtf_varchar2_table_100 := NULL,
3783: p_qdl_service_unit_selling IN jtf_number_table := NULL,
3784: p_qdl_service_unit_list IN jtf_number_table := NULL,
3785: p_qdl_service_number IN jtf_number_table := NULL,
3786: p_qdl_unit_percent_base_price IN jtf_number_table := NULL,
3787: p_qdl_attribute_category IN jtf_varchar2_table_100 := NULL,

Line 3784: p_qdl_service_unit_list IN jtf_number_table := NULL,

3780: p_qdl_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,
3781: p_qdl_service_duration IN jtf_number_table := NULL,
3782: p_qdl_service_period IN jtf_varchar2_table_100 := NULL,
3783: p_qdl_service_unit_selling IN jtf_number_table := NULL,
3784: p_qdl_service_unit_list IN jtf_number_table := NULL,
3785: p_qdl_service_number IN jtf_number_table := NULL,
3786: p_qdl_unit_percent_base_price IN jtf_number_table := NULL,
3787: p_qdl_attribute_category IN jtf_varchar2_table_100 := NULL,
3788: p_qdl_attribute1 IN jtf_varchar2_table_200 := NULL,

Line 3785: p_qdl_service_number IN jtf_number_table := NULL,

3781: p_qdl_service_duration IN jtf_number_table := NULL,
3782: p_qdl_service_period IN jtf_varchar2_table_100 := NULL,
3783: p_qdl_service_unit_selling IN jtf_number_table := NULL,
3784: p_qdl_service_unit_list IN jtf_number_table := NULL,
3785: p_qdl_service_number IN jtf_number_table := NULL,
3786: p_qdl_unit_percent_base_price IN jtf_number_table := NULL,
3787: p_qdl_attribute_category IN jtf_varchar2_table_100 := NULL,
3788: p_qdl_attribute1 IN jtf_varchar2_table_200 := NULL,
3789: p_qdl_attribute2 IN jtf_varchar2_table_200 := NULL,

Line 3786: p_qdl_unit_percent_base_price IN jtf_number_table := NULL,

3782: p_qdl_service_period IN jtf_varchar2_table_100 := NULL,
3783: p_qdl_service_unit_selling IN jtf_number_table := NULL,
3784: p_qdl_service_unit_list IN jtf_number_table := NULL,
3785: p_qdl_service_number IN jtf_number_table := NULL,
3786: p_qdl_unit_percent_base_price IN jtf_number_table := NULL,
3787: p_qdl_attribute_category IN jtf_varchar2_table_100 := NULL,
3788: p_qdl_attribute1 IN jtf_varchar2_table_200 := NULL,
3789: p_qdl_attribute2 IN jtf_varchar2_table_200 := NULL,
3790: p_qdl_attribute3 IN jtf_varchar2_table_200 := NULL,

Line 3804: p_qdl_service_ref_order_number IN jtf_number_table := NULL,

3800: p_qdl_attribute13 IN jtf_varchar2_table_200 := NULL,
3801: p_qdl_attribute14 IN jtf_varchar2_table_200 := NULL,
3802: p_qdl_attribute15 IN jtf_varchar2_table_200 := NULL,
3803: p_qdl_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
3804: p_qdl_service_ref_order_number IN jtf_number_table := NULL,
3805: p_qdl_service_ref_line_number IN jtf_number_table := NULL,
3806: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,
3807: p_qdl_service_ref_line_id IN jtf_number_table := NULL,
3808: p_qdl_service_ref_system_id IN jtf_number_table := NULL,

Line 3805: p_qdl_service_ref_line_number IN jtf_number_table := NULL,

3801: p_qdl_attribute14 IN jtf_varchar2_table_200 := NULL,
3802: p_qdl_attribute15 IN jtf_varchar2_table_200 := NULL,
3803: p_qdl_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
3804: p_qdl_service_ref_order_number IN jtf_number_table := NULL,
3805: p_qdl_service_ref_line_number IN jtf_number_table := NULL,
3806: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,
3807: p_qdl_service_ref_line_id IN jtf_number_table := NULL,
3808: p_qdl_service_ref_system_id IN jtf_number_table := NULL,
3809: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,

Line 3806: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,

3802: p_qdl_attribute15 IN jtf_varchar2_table_200 := NULL,
3803: p_qdl_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
3804: p_qdl_service_ref_order_number IN jtf_number_table := NULL,
3805: p_qdl_service_ref_line_number IN jtf_number_table := NULL,
3806: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,
3807: p_qdl_service_ref_line_id IN jtf_number_table := NULL,
3808: p_qdl_service_ref_system_id IN jtf_number_table := NULL,
3809: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,
3810: p_qdl_service_ref_shipment IN jtf_number_table := NULL,

Line 3807: p_qdl_service_ref_line_id IN jtf_number_table := NULL,

3803: p_qdl_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
3804: p_qdl_service_ref_order_number IN jtf_number_table := NULL,
3805: p_qdl_service_ref_line_number IN jtf_number_table := NULL,
3806: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,
3807: p_qdl_service_ref_line_id IN jtf_number_table := NULL,
3808: p_qdl_service_ref_system_id IN jtf_number_table := NULL,
3809: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,
3810: p_qdl_service_ref_shipment IN jtf_number_table := NULL,
3811: p_qdl_return_ref_type IN jtf_varchar2_table_100 := NULL,

Line 3808: p_qdl_service_ref_system_id IN jtf_number_table := NULL,

3804: p_qdl_service_ref_order_number IN jtf_number_table := NULL,
3805: p_qdl_service_ref_line_number IN jtf_number_table := NULL,
3806: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,
3807: p_qdl_service_ref_line_id IN jtf_number_table := NULL,
3808: p_qdl_service_ref_system_id IN jtf_number_table := NULL,
3809: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,
3810: p_qdl_service_ref_shipment IN jtf_number_table := NULL,
3811: p_qdl_return_ref_type IN jtf_varchar2_table_100 := NULL,
3812: p_qdl_return_ref_header_id IN jtf_number_table := NULL,

Line 3809: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,

3805: p_qdl_service_ref_line_number IN jtf_number_table := NULL,
3806: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,
3807: p_qdl_service_ref_line_id IN jtf_number_table := NULL,
3808: p_qdl_service_ref_system_id IN jtf_number_table := NULL,
3809: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,
3810: p_qdl_service_ref_shipment IN jtf_number_table := NULL,
3811: p_qdl_return_ref_type IN jtf_varchar2_table_100 := NULL,
3812: p_qdl_return_ref_header_id IN jtf_number_table := NULL,
3813: p_qdl_return_ref_line_id IN jtf_number_table := NULL,

Line 3810: p_qdl_service_ref_shipment IN jtf_number_table := NULL,

3806: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,
3807: p_qdl_service_ref_line_id IN jtf_number_table := NULL,
3808: p_qdl_service_ref_system_id IN jtf_number_table := NULL,
3809: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,
3810: p_qdl_service_ref_shipment IN jtf_number_table := NULL,
3811: p_qdl_return_ref_type IN jtf_varchar2_table_100 := NULL,
3812: p_qdl_return_ref_header_id IN jtf_number_table := NULL,
3813: p_qdl_return_ref_line_id IN jtf_number_table := NULL,
3814: p_qdl_return_attribute1 IN jtf_varchar2_table_300 := NULL,

Line 3812: p_qdl_return_ref_header_id IN jtf_number_table := NULL,

3808: p_qdl_service_ref_system_id IN jtf_number_table := NULL,
3809: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,
3810: p_qdl_service_ref_shipment IN jtf_number_table := NULL,
3811: p_qdl_return_ref_type IN jtf_varchar2_table_100 := NULL,
3812: p_qdl_return_ref_header_id IN jtf_number_table := NULL,
3813: p_qdl_return_ref_line_id IN jtf_number_table := NULL,
3814: p_qdl_return_attribute1 IN jtf_varchar2_table_300 := NULL,
3815: p_qdl_return_attribute2 IN jtf_varchar2_table_300 := NULL,
3816: p_qdl_return_attribute3 IN jtf_varchar2_table_300 := NULL,

Line 3813: p_qdl_return_ref_line_id IN jtf_number_table := NULL,

3809: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,
3810: p_qdl_service_ref_shipment IN jtf_number_table := NULL,
3811: p_qdl_return_ref_type IN jtf_varchar2_table_100 := NULL,
3812: p_qdl_return_ref_header_id IN jtf_number_table := NULL,
3813: p_qdl_return_ref_line_id IN jtf_number_table := NULL,
3814: p_qdl_return_attribute1 IN jtf_varchar2_table_300 := NULL,
3815: p_qdl_return_attribute2 IN jtf_varchar2_table_300 := NULL,
3816: p_qdl_return_attribute3 IN jtf_varchar2_table_300 := NULL,
3817: p_qdl_return_attribute4 IN jtf_varchar2_table_300 := NULL,

Line 3830: p_qdl_qte_line_index IN jtf_number_table := NULL,

3826: p_qdl_return_attribute13 IN jtf_varchar2_table_300 := NULL,
3827: p_qdl_return_attribute14 IN jtf_varchar2_table_300 := NULL,
3828: p_qdl_return_attribute15 IN jtf_varchar2_table_300 := NULL,
3829: p_qdl_operation_code IN jtf_varchar2_table_100 := NULL,
3830: p_qdl_qte_line_index IN jtf_number_table := NULL,
3831: p_qdl_return_attr_category IN jtf_varchar2_table_100 := NULL,
3832: p_qdl_return_reason_code IN jtf_varchar2_table_100 := NULL,
3833: p_qpa_operation_code IN jtf_varchar2_table_100 := NULL,
3834: p_qpa_qte_line_index IN jtf_number_table := NULL,

Line 3834: p_qpa_qte_line_index IN jtf_number_table := NULL,

3830: p_qdl_qte_line_index IN jtf_number_table := NULL,
3831: p_qdl_return_attr_category IN jtf_varchar2_table_100 := NULL,
3832: p_qdl_return_reason_code IN jtf_varchar2_table_100 := NULL,
3833: p_qpa_operation_code IN jtf_varchar2_table_100 := NULL,
3834: p_qpa_qte_line_index IN jtf_number_table := NULL,
3835: p_qpa_price_attribute_id IN jtf_number_table := NULL,
3836: p_qpa_creation_date IN jtf_date_table := NULL,
3837: p_qpa_created_by IN jtf_number_table := NULL,
3838: p_qpa_last_update_date IN jtf_date_table := NULL,

Line 3835: p_qpa_price_attribute_id IN jtf_number_table := NULL,

3831: p_qdl_return_attr_category IN jtf_varchar2_table_100 := NULL,
3832: p_qdl_return_reason_code IN jtf_varchar2_table_100 := NULL,
3833: p_qpa_operation_code IN jtf_varchar2_table_100 := NULL,
3834: p_qpa_qte_line_index IN jtf_number_table := NULL,
3835: p_qpa_price_attribute_id IN jtf_number_table := NULL,
3836: p_qpa_creation_date IN jtf_date_table := NULL,
3837: p_qpa_created_by IN jtf_number_table := NULL,
3838: p_qpa_last_update_date IN jtf_date_table := NULL,
3839: p_qpa_last_updated_by IN jtf_number_table := NULL,

Line 3837: p_qpa_created_by IN jtf_number_table := NULL,

3833: p_qpa_operation_code IN jtf_varchar2_table_100 := NULL,
3834: p_qpa_qte_line_index IN jtf_number_table := NULL,
3835: p_qpa_price_attribute_id IN jtf_number_table := NULL,
3836: p_qpa_creation_date IN jtf_date_table := NULL,
3837: p_qpa_created_by IN jtf_number_table := NULL,
3838: p_qpa_last_update_date IN jtf_date_table := NULL,
3839: p_qpa_last_updated_by IN jtf_number_table := NULL,
3840: p_qpa_last_update_login IN jtf_number_table := NULL,
3841: p_qpa_request_id IN jtf_number_table := NULL,

Line 3839: p_qpa_last_updated_by IN jtf_number_table := NULL,

3835: p_qpa_price_attribute_id IN jtf_number_table := NULL,
3836: p_qpa_creation_date IN jtf_date_table := NULL,
3837: p_qpa_created_by IN jtf_number_table := NULL,
3838: p_qpa_last_update_date IN jtf_date_table := NULL,
3839: p_qpa_last_updated_by IN jtf_number_table := NULL,
3840: p_qpa_last_update_login IN jtf_number_table := NULL,
3841: p_qpa_request_id IN jtf_number_table := NULL,
3842: p_qpa_program_application_id IN jtf_number_table := NULL,
3843: p_qpa_program_id IN jtf_number_table := NULL,

Line 3840: p_qpa_last_update_login IN jtf_number_table := NULL,

3836: p_qpa_creation_date IN jtf_date_table := NULL,
3837: p_qpa_created_by IN jtf_number_table := NULL,
3838: p_qpa_last_update_date IN jtf_date_table := NULL,
3839: p_qpa_last_updated_by IN jtf_number_table := NULL,
3840: p_qpa_last_update_login IN jtf_number_table := NULL,
3841: p_qpa_request_id IN jtf_number_table := NULL,
3842: p_qpa_program_application_id IN jtf_number_table := NULL,
3843: p_qpa_program_id IN jtf_number_table := NULL,
3844: p_qpa_program_update_date IN jtf_date_table := NULL,

Line 3841: p_qpa_request_id IN jtf_number_table := NULL,

3837: p_qpa_created_by IN jtf_number_table := NULL,
3838: p_qpa_last_update_date IN jtf_date_table := NULL,
3839: p_qpa_last_updated_by IN jtf_number_table := NULL,
3840: p_qpa_last_update_login IN jtf_number_table := NULL,
3841: p_qpa_request_id IN jtf_number_table := NULL,
3842: p_qpa_program_application_id IN jtf_number_table := NULL,
3843: p_qpa_program_id IN jtf_number_table := NULL,
3844: p_qpa_program_update_date IN jtf_date_table := NULL,
3845: p_qpa_quote_header_id IN jtf_number_table := NULL,

Line 3842: p_qpa_program_application_id IN jtf_number_table := NULL,

3838: p_qpa_last_update_date IN jtf_date_table := NULL,
3839: p_qpa_last_updated_by IN jtf_number_table := NULL,
3840: p_qpa_last_update_login IN jtf_number_table := NULL,
3841: p_qpa_request_id IN jtf_number_table := NULL,
3842: p_qpa_program_application_id IN jtf_number_table := NULL,
3843: p_qpa_program_id IN jtf_number_table := NULL,
3844: p_qpa_program_update_date IN jtf_date_table := NULL,
3845: p_qpa_quote_header_id IN jtf_number_table := NULL,
3846: p_qpa_quote_line_id IN jtf_number_table := NULL,

Line 3843: p_qpa_program_id IN jtf_number_table := NULL,

3839: p_qpa_last_updated_by IN jtf_number_table := NULL,
3840: p_qpa_last_update_login IN jtf_number_table := NULL,
3841: p_qpa_request_id IN jtf_number_table := NULL,
3842: p_qpa_program_application_id IN jtf_number_table := NULL,
3843: p_qpa_program_id IN jtf_number_table := NULL,
3844: p_qpa_program_update_date IN jtf_date_table := NULL,
3845: p_qpa_quote_header_id IN jtf_number_table := NULL,
3846: p_qpa_quote_line_id IN jtf_number_table := NULL,
3847: p_qpa_flex_title IN jtf_varchar2_table_100 := NULL,

Line 3845: p_qpa_quote_header_id IN jtf_number_table := NULL,

3841: p_qpa_request_id IN jtf_number_table := NULL,
3842: p_qpa_program_application_id IN jtf_number_table := NULL,
3843: p_qpa_program_id IN jtf_number_table := NULL,
3844: p_qpa_program_update_date IN jtf_date_table := NULL,
3845: p_qpa_quote_header_id IN jtf_number_table := NULL,
3846: p_qpa_quote_line_id IN jtf_number_table := NULL,
3847: p_qpa_flex_title IN jtf_varchar2_table_100 := NULL,
3848: p_qpa_pricing_context IN jtf_varchar2_table_100 := NULL,
3849: p_qpa_pricing_attribute1 IN jtf_varchar2_table_300 := NULL,

Line 3846: p_qpa_quote_line_id IN jtf_number_table := NULL,

3842: p_qpa_program_application_id IN jtf_number_table := NULL,
3843: p_qpa_program_id IN jtf_number_table := NULL,
3844: p_qpa_program_update_date IN jtf_date_table := NULL,
3845: p_qpa_quote_header_id IN jtf_number_table := NULL,
3846: p_qpa_quote_line_id IN jtf_number_table := NULL,
3847: p_qpa_flex_title IN jtf_varchar2_table_100 := NULL,
3848: p_qpa_pricing_context IN jtf_varchar2_table_100 := NULL,
3849: p_qpa_pricing_attribute1 IN jtf_varchar2_table_300 := NULL,
3850: p_qpa_pricing_attribute2 IN jtf_varchar2_table_300 := NULL,

Line 3966: p_qp_qte_line_index IN jtf_number_table := NULL,

3962: p_qpa_attribute13 IN jtf_varchar2_table_300 := NULL,
3963: p_qpa_attribute14 IN jtf_varchar2_table_300 := NULL,
3964: p_qpa_attribute15 IN jtf_varchar2_table_300 := NULL,
3965: p_qp_operation_code IN jtf_varchar2_table_100 := NULL,
3966: p_qp_qte_line_index IN jtf_number_table := NULL,
3967: p_qp_payment_id IN jtf_number_table := NULL,
3968: p_qp_creation_date IN jtf_date_table := NULL,
3969: p_qp_created_by IN jtf_number_table := NULL,
3970: p_qp_last_update_date IN jtf_date_table := NULL,

Line 3967: p_qp_payment_id IN jtf_number_table := NULL,

3963: p_qpa_attribute14 IN jtf_varchar2_table_300 := NULL,
3964: p_qpa_attribute15 IN jtf_varchar2_table_300 := NULL,
3965: p_qp_operation_code IN jtf_varchar2_table_100 := NULL,
3966: p_qp_qte_line_index IN jtf_number_table := NULL,
3967: p_qp_payment_id IN jtf_number_table := NULL,
3968: p_qp_creation_date IN jtf_date_table := NULL,
3969: p_qp_created_by IN jtf_number_table := NULL,
3970: p_qp_last_update_date IN jtf_date_table := NULL,
3971: p_qp_last_updated_by IN jtf_number_table := NULL,

Line 3969: p_qp_created_by IN jtf_number_table := NULL,

3965: p_qp_operation_code IN jtf_varchar2_table_100 := NULL,
3966: p_qp_qte_line_index IN jtf_number_table := NULL,
3967: p_qp_payment_id IN jtf_number_table := NULL,
3968: p_qp_creation_date IN jtf_date_table := NULL,
3969: p_qp_created_by IN jtf_number_table := NULL,
3970: p_qp_last_update_date IN jtf_date_table := NULL,
3971: p_qp_last_updated_by IN jtf_number_table := NULL,
3972: p_qp_last_update_login IN jtf_number_table := NULL,
3973: p_qp_request_id IN jtf_number_table := NULL,

Line 3971: p_qp_last_updated_by IN jtf_number_table := NULL,

3967: p_qp_payment_id IN jtf_number_table := NULL,
3968: p_qp_creation_date IN jtf_date_table := NULL,
3969: p_qp_created_by IN jtf_number_table := NULL,
3970: p_qp_last_update_date IN jtf_date_table := NULL,
3971: p_qp_last_updated_by IN jtf_number_table := NULL,
3972: p_qp_last_update_login IN jtf_number_table := NULL,
3973: p_qp_request_id IN jtf_number_table := NULL,
3974: p_qp_program_application_id IN jtf_number_table := NULL,
3975: p_qp_program_id IN jtf_number_table := NULL,

Line 3972: p_qp_last_update_login IN jtf_number_table := NULL,

3968: p_qp_creation_date IN jtf_date_table := NULL,
3969: p_qp_created_by IN jtf_number_table := NULL,
3970: p_qp_last_update_date IN jtf_date_table := NULL,
3971: p_qp_last_updated_by IN jtf_number_table := NULL,
3972: p_qp_last_update_login IN jtf_number_table := NULL,
3973: p_qp_request_id IN jtf_number_table := NULL,
3974: p_qp_program_application_id IN jtf_number_table := NULL,
3975: p_qp_program_id IN jtf_number_table := NULL,
3976: p_qp_program_update_date IN jtf_date_table := NULL,

Line 3973: p_qp_request_id IN jtf_number_table := NULL,

3969: p_qp_created_by IN jtf_number_table := NULL,
3970: p_qp_last_update_date IN jtf_date_table := NULL,
3971: p_qp_last_updated_by IN jtf_number_table := NULL,
3972: p_qp_last_update_login IN jtf_number_table := NULL,
3973: p_qp_request_id IN jtf_number_table := NULL,
3974: p_qp_program_application_id IN jtf_number_table := NULL,
3975: p_qp_program_id IN jtf_number_table := NULL,
3976: p_qp_program_update_date IN jtf_date_table := NULL,
3977: p_qp_quote_header_id IN jtf_number_table := NULL,

Line 3974: p_qp_program_application_id IN jtf_number_table := NULL,

3970: p_qp_last_update_date IN jtf_date_table := NULL,
3971: p_qp_last_updated_by IN jtf_number_table := NULL,
3972: p_qp_last_update_login IN jtf_number_table := NULL,
3973: p_qp_request_id IN jtf_number_table := NULL,
3974: p_qp_program_application_id IN jtf_number_table := NULL,
3975: p_qp_program_id IN jtf_number_table := NULL,
3976: p_qp_program_update_date IN jtf_date_table := NULL,
3977: p_qp_quote_header_id IN jtf_number_table := NULL,
3978: p_qp_quote_line_id IN jtf_number_table := NULL,

Line 3975: p_qp_program_id IN jtf_number_table := NULL,

3971: p_qp_last_updated_by IN jtf_number_table := NULL,
3972: p_qp_last_update_login IN jtf_number_table := NULL,
3973: p_qp_request_id IN jtf_number_table := NULL,
3974: p_qp_program_application_id IN jtf_number_table := NULL,
3975: p_qp_program_id IN jtf_number_table := NULL,
3976: p_qp_program_update_date IN jtf_date_table := NULL,
3977: p_qp_quote_header_id IN jtf_number_table := NULL,
3978: p_qp_quote_line_id IN jtf_number_table := NULL,
3979: p_qp_payment_type_code IN jtf_varchar2_table_100 := NULL,

Line 3977: p_qp_quote_header_id IN jtf_number_table := NULL,

3973: p_qp_request_id IN jtf_number_table := NULL,
3974: p_qp_program_application_id IN jtf_number_table := NULL,
3975: p_qp_program_id IN jtf_number_table := NULL,
3976: p_qp_program_update_date IN jtf_date_table := NULL,
3977: p_qp_quote_header_id IN jtf_number_table := NULL,
3978: p_qp_quote_line_id IN jtf_number_table := NULL,
3979: p_qp_payment_type_code IN jtf_varchar2_table_100 := NULL,
3980: p_qp_payment_ref_number IN jtf_varchar2_table_300 := NULL,
3981: p_qp_payment_option IN jtf_varchar2_table_300 := NULL,

Line 3978: p_qp_quote_line_id IN jtf_number_table := NULL,

3974: p_qp_program_application_id IN jtf_number_table := NULL,
3975: p_qp_program_id IN jtf_number_table := NULL,
3976: p_qp_program_update_date IN jtf_date_table := NULL,
3977: p_qp_quote_header_id IN jtf_number_table := NULL,
3978: p_qp_quote_line_id IN jtf_number_table := NULL,
3979: p_qp_payment_type_code IN jtf_varchar2_table_100 := NULL,
3980: p_qp_payment_ref_number IN jtf_varchar2_table_300 := NULL,
3981: p_qp_payment_option IN jtf_varchar2_table_300 := NULL,
3982: p_qp_payment_term_id IN jtf_number_table := NULL,

Line 3982: p_qp_payment_term_id IN jtf_number_table := NULL,

3978: p_qp_quote_line_id IN jtf_number_table := NULL,
3979: p_qp_payment_type_code IN jtf_varchar2_table_100 := NULL,
3980: p_qp_payment_ref_number IN jtf_varchar2_table_300 := NULL,
3981: p_qp_payment_option IN jtf_varchar2_table_300 := NULL,
3982: p_qp_payment_term_id IN jtf_number_table := NULL,
3983: p_qp_credit_card_code IN jtf_varchar2_table_100 := NULL,
3984: p_qp_credit_card_holder_name IN jtf_varchar2_table_100 := NULL,
3985: p_qp_credit_card_exp_date IN jtf_date_table := NULL,
3986: p_qp_credit_card_approval_code IN jtf_varchar2_table_100 := NULL,

Line 3988: p_qp_payment_amount IN jtf_number_table := NULL,

3984: p_qp_credit_card_holder_name IN jtf_varchar2_table_100 := NULL,
3985: p_qp_credit_card_exp_date IN jtf_date_table := NULL,
3986: p_qp_credit_card_approval_code IN jtf_varchar2_table_100 := NULL,
3987: p_qp_credit_card_approval_date IN jtf_date_table := NULL,
3988: p_qp_payment_amount IN jtf_number_table := NULL,
3989: p_qp_cust_po_number IN jtf_varchar2_table_100 := NULL,
3990: p_qp_attribute_category IN jtf_varchar2_table_100 := NULL,
3991: p_qp_attribute1 IN jtf_varchar2_table_200 := NULL,
3992: p_qp_attribute2 IN jtf_varchar2_table_200 := NULL,

Line 4006: p_qp_assignment_id IN jtf_number_table := NULL,

4002: p_qp_attribute12 IN jtf_varchar2_table_200 := NULL,
4003: p_qp_attribute13 IN jtf_varchar2_table_200 := NULL,
4004: p_qp_attribute14 IN jtf_varchar2_table_200 := NULL,
4005: p_qp_attribute15 IN jtf_varchar2_table_200 := NULL,
4006: p_qp_assignment_id IN jtf_number_table := NULL,
4007: p_qp_cvv2 IN jtf_varchar2_table_200 := NULL,
4008: p_qs_operation_code IN jtf_varchar2_table_100 := NULL,
4009: p_qs_qte_line_index IN jtf_number_table := NULL,
4010: p_qs_shipment_id IN jtf_number_table := NULL,

Line 4009: p_qs_qte_line_index IN jtf_number_table := NULL,

4005: p_qp_attribute15 IN jtf_varchar2_table_200 := NULL,
4006: p_qp_assignment_id IN jtf_number_table := NULL,
4007: p_qp_cvv2 IN jtf_varchar2_table_200 := NULL,
4008: p_qs_operation_code IN jtf_varchar2_table_100 := NULL,
4009: p_qs_qte_line_index IN jtf_number_table := NULL,
4010: p_qs_shipment_id IN jtf_number_table := NULL,
4011: p_qs_creation_date IN jtf_date_table := NULL,
4012: p_qs_created_by IN jtf_number_table := NULL,
4013: p_qs_last_update_date IN jtf_date_table := NULL,

Line 4010: p_qs_shipment_id IN jtf_number_table := NULL,

4006: p_qp_assignment_id IN jtf_number_table := NULL,
4007: p_qp_cvv2 IN jtf_varchar2_table_200 := NULL,
4008: p_qs_operation_code IN jtf_varchar2_table_100 := NULL,
4009: p_qs_qte_line_index IN jtf_number_table := NULL,
4010: p_qs_shipment_id IN jtf_number_table := NULL,
4011: p_qs_creation_date IN jtf_date_table := NULL,
4012: p_qs_created_by IN jtf_number_table := NULL,
4013: p_qs_last_update_date IN jtf_date_table := NULL,
4014: p_qs_last_updated_by IN jtf_number_table := NULL,

Line 4012: p_qs_created_by IN jtf_number_table := NULL,

4008: p_qs_operation_code IN jtf_varchar2_table_100 := NULL,
4009: p_qs_qte_line_index IN jtf_number_table := NULL,
4010: p_qs_shipment_id IN jtf_number_table := NULL,
4011: p_qs_creation_date IN jtf_date_table := NULL,
4012: p_qs_created_by IN jtf_number_table := NULL,
4013: p_qs_last_update_date IN jtf_date_table := NULL,
4014: p_qs_last_updated_by IN jtf_number_table := NULL,
4015: p_qs_last_update_login IN jtf_number_table := NULL,
4016: p_qs_request_id IN jtf_number_table := NULL,

Line 4014: p_qs_last_updated_by IN jtf_number_table := NULL,

4010: p_qs_shipment_id IN jtf_number_table := NULL,
4011: p_qs_creation_date IN jtf_date_table := NULL,
4012: p_qs_created_by IN jtf_number_table := NULL,
4013: p_qs_last_update_date IN jtf_date_table := NULL,
4014: p_qs_last_updated_by IN jtf_number_table := NULL,
4015: p_qs_last_update_login IN jtf_number_table := NULL,
4016: p_qs_request_id IN jtf_number_table := NULL,
4017: p_qs_program_application_id IN jtf_number_table := NULL,
4018: p_qs_program_id IN jtf_number_table := NULL,

Line 4015: p_qs_last_update_login IN jtf_number_table := NULL,

4011: p_qs_creation_date IN jtf_date_table := NULL,
4012: p_qs_created_by IN jtf_number_table := NULL,
4013: p_qs_last_update_date IN jtf_date_table := NULL,
4014: p_qs_last_updated_by IN jtf_number_table := NULL,
4015: p_qs_last_update_login IN jtf_number_table := NULL,
4016: p_qs_request_id IN jtf_number_table := NULL,
4017: p_qs_program_application_id IN jtf_number_table := NULL,
4018: p_qs_program_id IN jtf_number_table := NULL,
4019: p_qs_program_update_date IN jtf_date_table := NULL,

Line 4016: p_qs_request_id IN jtf_number_table := NULL,

4012: p_qs_created_by IN jtf_number_table := NULL,
4013: p_qs_last_update_date IN jtf_date_table := NULL,
4014: p_qs_last_updated_by IN jtf_number_table := NULL,
4015: p_qs_last_update_login IN jtf_number_table := NULL,
4016: p_qs_request_id IN jtf_number_table := NULL,
4017: p_qs_program_application_id IN jtf_number_table := NULL,
4018: p_qs_program_id IN jtf_number_table := NULL,
4019: p_qs_program_update_date IN jtf_date_table := NULL,
4020: p_qs_quote_header_id IN jtf_number_table := NULL,

Line 4017: p_qs_program_application_id IN jtf_number_table := NULL,

4013: p_qs_last_update_date IN jtf_date_table := NULL,
4014: p_qs_last_updated_by IN jtf_number_table := NULL,
4015: p_qs_last_update_login IN jtf_number_table := NULL,
4016: p_qs_request_id IN jtf_number_table := NULL,
4017: p_qs_program_application_id IN jtf_number_table := NULL,
4018: p_qs_program_id IN jtf_number_table := NULL,
4019: p_qs_program_update_date IN jtf_date_table := NULL,
4020: p_qs_quote_header_id IN jtf_number_table := NULL,
4021: p_qs_quote_line_id IN jtf_number_table := NULL,

Line 4018: p_qs_program_id IN jtf_number_table := NULL,

4014: p_qs_last_updated_by IN jtf_number_table := NULL,
4015: p_qs_last_update_login IN jtf_number_table := NULL,
4016: p_qs_request_id IN jtf_number_table := NULL,
4017: p_qs_program_application_id IN jtf_number_table := NULL,
4018: p_qs_program_id IN jtf_number_table := NULL,
4019: p_qs_program_update_date IN jtf_date_table := NULL,
4020: p_qs_quote_header_id IN jtf_number_table := NULL,
4021: p_qs_quote_line_id IN jtf_number_table := NULL,
4022: p_qs_promise_date IN jtf_date_table := NULL,

Line 4020: p_qs_quote_header_id IN jtf_number_table := NULL,

4016: p_qs_request_id IN jtf_number_table := NULL,
4017: p_qs_program_application_id IN jtf_number_table := NULL,
4018: p_qs_program_id IN jtf_number_table := NULL,
4019: p_qs_program_update_date IN jtf_date_table := NULL,
4020: p_qs_quote_header_id IN jtf_number_table := NULL,
4021: p_qs_quote_line_id IN jtf_number_table := NULL,
4022: p_qs_promise_date IN jtf_date_table := NULL,
4023: p_qs_request_date IN jtf_date_table := NULL,
4024: p_qs_schedule_ship_date IN jtf_date_table := NULL,

Line 4021: p_qs_quote_line_id IN jtf_number_table := NULL,

4017: p_qs_program_application_id IN jtf_number_table := NULL,
4018: p_qs_program_id IN jtf_number_table := NULL,
4019: p_qs_program_update_date IN jtf_date_table := NULL,
4020: p_qs_quote_header_id IN jtf_number_table := NULL,
4021: p_qs_quote_line_id IN jtf_number_table := NULL,
4022: p_qs_promise_date IN jtf_date_table := NULL,
4023: p_qs_request_date IN jtf_date_table := NULL,
4024: p_qs_schedule_ship_date IN jtf_date_table := NULL,
4025: p_qs_ship_to_party_site_id IN jtf_number_table := NULL,

Line 4025: p_qs_ship_to_party_site_id IN jtf_number_table := NULL,

4021: p_qs_quote_line_id IN jtf_number_table := NULL,
4022: p_qs_promise_date IN jtf_date_table := NULL,
4023: p_qs_request_date IN jtf_date_table := NULL,
4024: p_qs_schedule_ship_date IN jtf_date_table := NULL,
4025: p_qs_ship_to_party_site_id IN jtf_number_table := NULL,
4026: p_qs_ship_to_party_id IN jtf_number_table := NULL,
4027: p_qs_ship_to_cust_acct_id IN jtf_number_table := NULL,
4028: p_qs_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
4029: p_qs_ship_set_id IN jtf_number_table := NULL,

Line 4026: p_qs_ship_to_party_id IN jtf_number_table := NULL,

4022: p_qs_promise_date IN jtf_date_table := NULL,
4023: p_qs_request_date IN jtf_date_table := NULL,
4024: p_qs_schedule_ship_date IN jtf_date_table := NULL,
4025: p_qs_ship_to_party_site_id IN jtf_number_table := NULL,
4026: p_qs_ship_to_party_id IN jtf_number_table := NULL,
4027: p_qs_ship_to_cust_acct_id IN jtf_number_table := NULL,
4028: p_qs_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
4029: p_qs_ship_set_id IN jtf_number_table := NULL,
4030: p_qs_ship_method_code IN jtf_varchar2_table_100 := NULL,

Line 4027: p_qs_ship_to_cust_acct_id IN jtf_number_table := NULL,

4023: p_qs_request_date IN jtf_date_table := NULL,
4024: p_qs_schedule_ship_date IN jtf_date_table := NULL,
4025: p_qs_ship_to_party_site_id IN jtf_number_table := NULL,
4026: p_qs_ship_to_party_id IN jtf_number_table := NULL,
4027: p_qs_ship_to_cust_acct_id IN jtf_number_table := NULL,
4028: p_qs_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
4029: p_qs_ship_set_id IN jtf_number_table := NULL,
4030: p_qs_ship_method_code IN jtf_varchar2_table_100 := NULL,
4031: p_qs_freight_terms_code IN jtf_varchar2_table_100 := NULL,

Line 4029: p_qs_ship_set_id IN jtf_number_table := NULL,

4025: p_qs_ship_to_party_site_id IN jtf_number_table := NULL,
4026: p_qs_ship_to_party_id IN jtf_number_table := NULL,
4027: p_qs_ship_to_cust_acct_id IN jtf_number_table := NULL,
4028: p_qs_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
4029: p_qs_ship_set_id IN jtf_number_table := NULL,
4030: p_qs_ship_method_code IN jtf_varchar2_table_100 := NULL,
4031: p_qs_freight_terms_code IN jtf_varchar2_table_100 := NULL,
4032: p_qs_freight_carrier_code IN jtf_varchar2_table_100 := NULL,
4033: p_qs_fob_code IN jtf_varchar2_table_100 := NULL,

Line 4037: p_qs_quantity IN jtf_number_table := NULL,

4033: p_qs_fob_code IN jtf_varchar2_table_100 := NULL,
4034: p_qs_shipment_priority_code IN jtf_varchar2_table_100 := NULL,
4035: p_qs_shipping_instructions IN jtf_varchar2_table_2000 := NULL,
4036: p_qs_packing_instructions IN jtf_varchar2_table_2000 := NULL,
4037: p_qs_quantity IN jtf_number_table := NULL,
4038: p_qs_reserved_quantity IN jtf_number_table := NULL,
4039: p_qs_reservation_id IN jtf_number_table := NULL,
4040: p_qs_order_line_id IN jtf_number_table := NULL,
4041: p_qs_ship_to_party_name IN jtf_varchar2_table_300 := NULL,

Line 4038: p_qs_reserved_quantity IN jtf_number_table := NULL,

4034: p_qs_shipment_priority_code IN jtf_varchar2_table_100 := NULL,
4035: p_qs_shipping_instructions IN jtf_varchar2_table_2000 := NULL,
4036: p_qs_packing_instructions IN jtf_varchar2_table_2000 := NULL,
4037: p_qs_quantity IN jtf_number_table := NULL,
4038: p_qs_reserved_quantity IN jtf_number_table := NULL,
4039: p_qs_reservation_id IN jtf_number_table := NULL,
4040: p_qs_order_line_id IN jtf_number_table := NULL,
4041: p_qs_ship_to_party_name IN jtf_varchar2_table_300 := NULL,
4042: p_qs_ship_to_cont_fst_name IN jtf_varchar2_table_100 := NULL,

Line 4039: p_qs_reservation_id IN jtf_number_table := NULL,

4035: p_qs_shipping_instructions IN jtf_varchar2_table_2000 := NULL,
4036: p_qs_packing_instructions IN jtf_varchar2_table_2000 := NULL,
4037: p_qs_quantity IN jtf_number_table := NULL,
4038: p_qs_reserved_quantity IN jtf_number_table := NULL,
4039: p_qs_reservation_id IN jtf_number_table := NULL,
4040: p_qs_order_line_id IN jtf_number_table := NULL,
4041: p_qs_ship_to_party_name IN jtf_varchar2_table_300 := NULL,
4042: p_qs_ship_to_cont_fst_name IN jtf_varchar2_table_100 := NULL,
4043: p_qs_ship_to_cont_mid_name IN jtf_varchar2_table_100 := NULL,

Line 4040: p_qs_order_line_id IN jtf_number_table := NULL,

4036: p_qs_packing_instructions IN jtf_varchar2_table_2000 := NULL,
4037: p_qs_quantity IN jtf_number_table := NULL,
4038: p_qs_reserved_quantity IN jtf_number_table := NULL,
4039: p_qs_reservation_id IN jtf_number_table := NULL,
4040: p_qs_order_line_id IN jtf_number_table := NULL,
4041: p_qs_ship_to_party_name IN jtf_varchar2_table_300 := NULL,
4042: p_qs_ship_to_cont_fst_name IN jtf_varchar2_table_100 := NULL,
4043: p_qs_ship_to_cont_mid_name IN jtf_varchar2_table_100 := NULL,
4044: p_qs_ship_to_cont_lst_name IN jtf_varchar2_table_100 := NULL,

Line 4073: p_qt_qte_line_index IN jtf_number_table := NULL,

4069: p_qs_attribute13 IN jtf_varchar2_table_200 := NULL,
4070: p_qs_attribute14 IN jtf_varchar2_table_200 := NULL,
4071: p_qs_attribute15 IN jtf_varchar2_table_200 := NULL,
4072: p_qt_operation_code IN jtf_varchar2_table_100 := NULL,
4073: p_qt_qte_line_index IN jtf_number_table := NULL,
4074: p_qt_shipment_index IN jtf_number_table := NULL,
4075: p_qt_tax_detail_id IN jtf_number_table := NULL,
4076: p_qt_quote_header_id IN jtf_number_table := NULL,
4077: p_qt_quote_line_id IN jtf_number_table := NULL,

Line 4074: p_qt_shipment_index IN jtf_number_table := NULL,

4070: p_qs_attribute14 IN jtf_varchar2_table_200 := NULL,
4071: p_qs_attribute15 IN jtf_varchar2_table_200 := NULL,
4072: p_qt_operation_code IN jtf_varchar2_table_100 := NULL,
4073: p_qt_qte_line_index IN jtf_number_table := NULL,
4074: p_qt_shipment_index IN jtf_number_table := NULL,
4075: p_qt_tax_detail_id IN jtf_number_table := NULL,
4076: p_qt_quote_header_id IN jtf_number_table := NULL,
4077: p_qt_quote_line_id IN jtf_number_table := NULL,
4078: p_qt_quote_shipment_id IN jtf_number_table := NULL,

Line 4075: p_qt_tax_detail_id IN jtf_number_table := NULL,

4071: p_qs_attribute15 IN jtf_varchar2_table_200 := NULL,
4072: p_qt_operation_code IN jtf_varchar2_table_100 := NULL,
4073: p_qt_qte_line_index IN jtf_number_table := NULL,
4074: p_qt_shipment_index IN jtf_number_table := NULL,
4075: p_qt_tax_detail_id IN jtf_number_table := NULL,
4076: p_qt_quote_header_id IN jtf_number_table := NULL,
4077: p_qt_quote_line_id IN jtf_number_table := NULL,
4078: p_qt_quote_shipment_id IN jtf_number_table := NULL,
4079: p_qt_creation_date IN jtf_date_table := NULL,

Line 4076: p_qt_quote_header_id IN jtf_number_table := NULL,

4072: p_qt_operation_code IN jtf_varchar2_table_100 := NULL,
4073: p_qt_qte_line_index IN jtf_number_table := NULL,
4074: p_qt_shipment_index IN jtf_number_table := NULL,
4075: p_qt_tax_detail_id IN jtf_number_table := NULL,
4076: p_qt_quote_header_id IN jtf_number_table := NULL,
4077: p_qt_quote_line_id IN jtf_number_table := NULL,
4078: p_qt_quote_shipment_id IN jtf_number_table := NULL,
4079: p_qt_creation_date IN jtf_date_table := NULL,
4080: p_qt_created_by IN jtf_number_table := NULL,

Line 4077: p_qt_quote_line_id IN jtf_number_table := NULL,

4073: p_qt_qte_line_index IN jtf_number_table := NULL,
4074: p_qt_shipment_index IN jtf_number_table := NULL,
4075: p_qt_tax_detail_id IN jtf_number_table := NULL,
4076: p_qt_quote_header_id IN jtf_number_table := NULL,
4077: p_qt_quote_line_id IN jtf_number_table := NULL,
4078: p_qt_quote_shipment_id IN jtf_number_table := NULL,
4079: p_qt_creation_date IN jtf_date_table := NULL,
4080: p_qt_created_by IN jtf_number_table := NULL,
4081: p_qt_last_update_date IN jtf_date_table := NULL,

Line 4078: p_qt_quote_shipment_id IN jtf_number_table := NULL,

4074: p_qt_shipment_index IN jtf_number_table := NULL,
4075: p_qt_tax_detail_id IN jtf_number_table := NULL,
4076: p_qt_quote_header_id IN jtf_number_table := NULL,
4077: p_qt_quote_line_id IN jtf_number_table := NULL,
4078: p_qt_quote_shipment_id IN jtf_number_table := NULL,
4079: p_qt_creation_date IN jtf_date_table := NULL,
4080: p_qt_created_by IN jtf_number_table := NULL,
4081: p_qt_last_update_date IN jtf_date_table := NULL,
4082: p_qt_last_updated_by IN jtf_number_table := NULL,

Line 4080: p_qt_created_by IN jtf_number_table := NULL,

4076: p_qt_quote_header_id IN jtf_number_table := NULL,
4077: p_qt_quote_line_id IN jtf_number_table := NULL,
4078: p_qt_quote_shipment_id IN jtf_number_table := NULL,
4079: p_qt_creation_date IN jtf_date_table := NULL,
4080: p_qt_created_by IN jtf_number_table := NULL,
4081: p_qt_last_update_date IN jtf_date_table := NULL,
4082: p_qt_last_updated_by IN jtf_number_table := NULL,
4083: p_qt_last_update_login IN jtf_number_table := NULL,
4084: p_qt_request_id IN jtf_number_table := NULL,

Line 4082: p_qt_last_updated_by IN jtf_number_table := NULL,

4078: p_qt_quote_shipment_id IN jtf_number_table := NULL,
4079: p_qt_creation_date IN jtf_date_table := NULL,
4080: p_qt_created_by IN jtf_number_table := NULL,
4081: p_qt_last_update_date IN jtf_date_table := NULL,
4082: p_qt_last_updated_by IN jtf_number_table := NULL,
4083: p_qt_last_update_login IN jtf_number_table := NULL,
4084: p_qt_request_id IN jtf_number_table := NULL,
4085: p_qt_program_application_id IN jtf_number_table := NULL,
4086: p_qt_program_id IN jtf_number_table := NULL,

Line 4083: p_qt_last_update_login IN jtf_number_table := NULL,

4079: p_qt_creation_date IN jtf_date_table := NULL,
4080: p_qt_created_by IN jtf_number_table := NULL,
4081: p_qt_last_update_date IN jtf_date_table := NULL,
4082: p_qt_last_updated_by IN jtf_number_table := NULL,
4083: p_qt_last_update_login IN jtf_number_table := NULL,
4084: p_qt_request_id IN jtf_number_table := NULL,
4085: p_qt_program_application_id IN jtf_number_table := NULL,
4086: p_qt_program_id IN jtf_number_table := NULL,
4087: p_qt_program_update_date IN jtf_date_table := NULL,

Line 4084: p_qt_request_id IN jtf_number_table := NULL,

4080: p_qt_created_by IN jtf_number_table := NULL,
4081: p_qt_last_update_date IN jtf_date_table := NULL,
4082: p_qt_last_updated_by IN jtf_number_table := NULL,
4083: p_qt_last_update_login IN jtf_number_table := NULL,
4084: p_qt_request_id IN jtf_number_table := NULL,
4085: p_qt_program_application_id IN jtf_number_table := NULL,
4086: p_qt_program_id IN jtf_number_table := NULL,
4087: p_qt_program_update_date IN jtf_date_table := NULL,
4088: p_qt_orig_tax_code IN jtf_varchar2_table_300 := NULL,

Line 4085: p_qt_program_application_id IN jtf_number_table := NULL,

4081: p_qt_last_update_date IN jtf_date_table := NULL,
4082: p_qt_last_updated_by IN jtf_number_table := NULL,
4083: p_qt_last_update_login IN jtf_number_table := NULL,
4084: p_qt_request_id IN jtf_number_table := NULL,
4085: p_qt_program_application_id IN jtf_number_table := NULL,
4086: p_qt_program_id IN jtf_number_table := NULL,
4087: p_qt_program_update_date IN jtf_date_table := NULL,
4088: p_qt_orig_tax_code IN jtf_varchar2_table_300 := NULL,
4089: p_qt_tax_code IN jtf_varchar2_table_100 := NULL,

Line 4086: p_qt_program_id IN jtf_number_table := NULL,

4082: p_qt_last_updated_by IN jtf_number_table := NULL,
4083: p_qt_last_update_login IN jtf_number_table := NULL,
4084: p_qt_request_id IN jtf_number_table := NULL,
4085: p_qt_program_application_id IN jtf_number_table := NULL,
4086: p_qt_program_id IN jtf_number_table := NULL,
4087: p_qt_program_update_date IN jtf_date_table := NULL,
4088: p_qt_orig_tax_code IN jtf_varchar2_table_300 := NULL,
4089: p_qt_tax_code IN jtf_varchar2_table_100 := NULL,
4090: p_qt_tax_rate IN jtf_number_table := NULL,

Line 4090: p_qt_tax_rate IN jtf_number_table := NULL,

4086: p_qt_program_id IN jtf_number_table := NULL,
4087: p_qt_program_update_date IN jtf_date_table := NULL,
4088: p_qt_orig_tax_code IN jtf_varchar2_table_300 := NULL,
4089: p_qt_tax_code IN jtf_varchar2_table_100 := NULL,
4090: p_qt_tax_rate IN jtf_number_table := NULL,
4091: p_qt_tax_date IN jtf_date_table := NULL,
4092: p_qt_tax_amount IN jtf_number_table := NULL,
4093: p_qt_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
4094: p_qt_tax_exempt_number IN jtf_varchar2_table_100 := NULL,

Line 4092: p_qt_tax_amount IN jtf_number_table := NULL,

4088: p_qt_orig_tax_code IN jtf_varchar2_table_300 := NULL,
4089: p_qt_tax_code IN jtf_varchar2_table_100 := NULL,
4090: p_qt_tax_rate IN jtf_number_table := NULL,
4091: p_qt_tax_date IN jtf_date_table := NULL,
4092: p_qt_tax_amount IN jtf_number_table := NULL,
4093: p_qt_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
4094: p_qt_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
4095: p_qt_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,
4096: p_qt_attribute_category IN jtf_varchar2_table_100 := NULL,

Line 4113: p_qlpa_qte_line_index IN jtf_number_table := NULL,

4109: p_qt_attribute13 IN jtf_varchar2_table_200 := NULL,
4110: p_qt_attribute14 IN jtf_varchar2_table_200 := NULL,
4111: p_qt_attribute15 IN jtf_varchar2_table_200 := NULL,
4112: p_qlpa_operation_code IN jtf_varchar2_table_100 := NULL,
4113: p_qlpa_qte_line_index IN jtf_number_table := NULL,
4114: p_qlpa_price_attribute_id IN jtf_number_table := NULL,
4115: p_qlpa_creation_date IN jtf_date_table := NULL,
4116: p_qlpa_created_by IN jtf_number_table := NULL,
4117: p_qlpa_last_update_date IN jtf_date_table := NULL,

Line 4114: p_qlpa_price_attribute_id IN jtf_number_table := NULL,

4110: p_qt_attribute14 IN jtf_varchar2_table_200 := NULL,
4111: p_qt_attribute15 IN jtf_varchar2_table_200 := NULL,
4112: p_qlpa_operation_code IN jtf_varchar2_table_100 := NULL,
4113: p_qlpa_qte_line_index IN jtf_number_table := NULL,
4114: p_qlpa_price_attribute_id IN jtf_number_table := NULL,
4115: p_qlpa_creation_date IN jtf_date_table := NULL,
4116: p_qlpa_created_by IN jtf_number_table := NULL,
4117: p_qlpa_last_update_date IN jtf_date_table := NULL,
4118: p_qlpa_last_updated_by IN jtf_number_table := NULL,

Line 4116: p_qlpa_created_by IN jtf_number_table := NULL,

4112: p_qlpa_operation_code IN jtf_varchar2_table_100 := NULL,
4113: p_qlpa_qte_line_index IN jtf_number_table := NULL,
4114: p_qlpa_price_attribute_id IN jtf_number_table := NULL,
4115: p_qlpa_creation_date IN jtf_date_table := NULL,
4116: p_qlpa_created_by IN jtf_number_table := NULL,
4117: p_qlpa_last_update_date IN jtf_date_table := NULL,
4118: p_qlpa_last_updated_by IN jtf_number_table := NULL,
4119: p_qlpa_last_update_login IN jtf_number_table := NULL,
4120: p_qlpa_request_id IN jtf_number_table := NULL,

Line 4118: p_qlpa_last_updated_by IN jtf_number_table := NULL,

4114: p_qlpa_price_attribute_id IN jtf_number_table := NULL,
4115: p_qlpa_creation_date IN jtf_date_table := NULL,
4116: p_qlpa_created_by IN jtf_number_table := NULL,
4117: p_qlpa_last_update_date IN jtf_date_table := NULL,
4118: p_qlpa_last_updated_by IN jtf_number_table := NULL,
4119: p_qlpa_last_update_login IN jtf_number_table := NULL,
4120: p_qlpa_request_id IN jtf_number_table := NULL,
4121: p_qlpa_program_application_id IN jtf_number_table := NULL,
4122: p_qlpa_program_id IN jtf_number_table := NULL,

Line 4119: p_qlpa_last_update_login IN jtf_number_table := NULL,

4115: p_qlpa_creation_date IN jtf_date_table := NULL,
4116: p_qlpa_created_by IN jtf_number_table := NULL,
4117: p_qlpa_last_update_date IN jtf_date_table := NULL,
4118: p_qlpa_last_updated_by IN jtf_number_table := NULL,
4119: p_qlpa_last_update_login IN jtf_number_table := NULL,
4120: p_qlpa_request_id IN jtf_number_table := NULL,
4121: p_qlpa_program_application_id IN jtf_number_table := NULL,
4122: p_qlpa_program_id IN jtf_number_table := NULL,
4123: p_qlpa_program_update_date IN jtf_date_table := NULL,

Line 4120: p_qlpa_request_id IN jtf_number_table := NULL,

4116: p_qlpa_created_by IN jtf_number_table := NULL,
4117: p_qlpa_last_update_date IN jtf_date_table := NULL,
4118: p_qlpa_last_updated_by IN jtf_number_table := NULL,
4119: p_qlpa_last_update_login IN jtf_number_table := NULL,
4120: p_qlpa_request_id IN jtf_number_table := NULL,
4121: p_qlpa_program_application_id IN jtf_number_table := NULL,
4122: p_qlpa_program_id IN jtf_number_table := NULL,
4123: p_qlpa_program_update_date IN jtf_date_table := NULL,
4124: p_qlpa_quote_header_id IN jtf_number_table := NULL,

Line 4121: p_qlpa_program_application_id IN jtf_number_table := NULL,

4117: p_qlpa_last_update_date IN jtf_date_table := NULL,
4118: p_qlpa_last_updated_by IN jtf_number_table := NULL,
4119: p_qlpa_last_update_login IN jtf_number_table := NULL,
4120: p_qlpa_request_id IN jtf_number_table := NULL,
4121: p_qlpa_program_application_id IN jtf_number_table := NULL,
4122: p_qlpa_program_id IN jtf_number_table := NULL,
4123: p_qlpa_program_update_date IN jtf_date_table := NULL,
4124: p_qlpa_quote_header_id IN jtf_number_table := NULL,
4125: p_qlpa_quote_line_id IN jtf_number_table := NULL,

Line 4122: p_qlpa_program_id IN jtf_number_table := NULL,

4118: p_qlpa_last_updated_by IN jtf_number_table := NULL,
4119: p_qlpa_last_update_login IN jtf_number_table := NULL,
4120: p_qlpa_request_id IN jtf_number_table := NULL,
4121: p_qlpa_program_application_id IN jtf_number_table := NULL,
4122: p_qlpa_program_id IN jtf_number_table := NULL,
4123: p_qlpa_program_update_date IN jtf_date_table := NULL,
4124: p_qlpa_quote_header_id IN jtf_number_table := NULL,
4125: p_qlpa_quote_line_id IN jtf_number_table := NULL,
4126: p_qlpa_flex_title IN jtf_varchar2_table_100 := NULL,

Line 4124: p_qlpa_quote_header_id IN jtf_number_table := NULL,

4120: p_qlpa_request_id IN jtf_number_table := NULL,
4121: p_qlpa_program_application_id IN jtf_number_table := NULL,
4122: p_qlpa_program_id IN jtf_number_table := NULL,
4123: p_qlpa_program_update_date IN jtf_date_table := NULL,
4124: p_qlpa_quote_header_id IN jtf_number_table := NULL,
4125: p_qlpa_quote_line_id IN jtf_number_table := NULL,
4126: p_qlpa_flex_title IN jtf_varchar2_table_100 := NULL,
4127: p_qlpa_pricing_context IN jtf_varchar2_table_100 := NULL,
4128: p_qlpa_pricing_attribute1 IN jtf_varchar2_table_300 := NULL,

Line 4125: p_qlpa_quote_line_id IN jtf_number_table := NULL,

4121: p_qlpa_program_application_id IN jtf_number_table := NULL,
4122: p_qlpa_program_id IN jtf_number_table := NULL,
4123: p_qlpa_program_update_date IN jtf_date_table := NULL,
4124: p_qlpa_quote_header_id IN jtf_number_table := NULL,
4125: p_qlpa_quote_line_id IN jtf_number_table := NULL,
4126: p_qlpa_flex_title IN jtf_varchar2_table_100 := NULL,
4127: p_qlpa_pricing_context IN jtf_varchar2_table_100 := NULL,
4128: p_qlpa_pricing_attribute1 IN jtf_varchar2_table_300 := NULL,
4129: p_qlpa_pricing_attribute2 IN jtf_varchar2_table_300 := NULL,

Line 4245: p_qlp_qte_line_index IN jtf_number_table := NULL,

4241: p_qlpa_attribute13 IN jtf_varchar2_table_300 := NULL,
4242: p_qlpa_attribute14 IN jtf_varchar2_table_300 := NULL,
4243: p_qlpa_attribute15 IN jtf_varchar2_table_300 := NULL,
4244: p_qlp_operation_code IN jtf_varchar2_table_100 := NULL,
4245: p_qlp_qte_line_index IN jtf_number_table := NULL,
4246: p_qlp_payment_id IN jtf_number_table := NULL,
4247: p_qlp_creation_date IN jtf_date_table := NULL,
4248: p_qlp_created_by IN jtf_number_table := NULL,
4249: p_qlp_last_update_date IN jtf_date_table := NULL,

Line 4246: p_qlp_payment_id IN jtf_number_table := NULL,

4242: p_qlpa_attribute14 IN jtf_varchar2_table_300 := NULL,
4243: p_qlpa_attribute15 IN jtf_varchar2_table_300 := NULL,
4244: p_qlp_operation_code IN jtf_varchar2_table_100 := NULL,
4245: p_qlp_qte_line_index IN jtf_number_table := NULL,
4246: p_qlp_payment_id IN jtf_number_table := NULL,
4247: p_qlp_creation_date IN jtf_date_table := NULL,
4248: p_qlp_created_by IN jtf_number_table := NULL,
4249: p_qlp_last_update_date IN jtf_date_table := NULL,
4250: p_qlp_last_updated_by IN jtf_number_table := NULL,

Line 4248: p_qlp_created_by IN jtf_number_table := NULL,

4244: p_qlp_operation_code IN jtf_varchar2_table_100 := NULL,
4245: p_qlp_qte_line_index IN jtf_number_table := NULL,
4246: p_qlp_payment_id IN jtf_number_table := NULL,
4247: p_qlp_creation_date IN jtf_date_table := NULL,
4248: p_qlp_created_by IN jtf_number_table := NULL,
4249: p_qlp_last_update_date IN jtf_date_table := NULL,
4250: p_qlp_last_updated_by IN jtf_number_table := NULL,
4251: p_qlp_last_update_login IN jtf_number_table := NULL,
4252: p_qlp_request_id IN jtf_number_table := NULL,

Line 4250: p_qlp_last_updated_by IN jtf_number_table := NULL,

4246: p_qlp_payment_id IN jtf_number_table := NULL,
4247: p_qlp_creation_date IN jtf_date_table := NULL,
4248: p_qlp_created_by IN jtf_number_table := NULL,
4249: p_qlp_last_update_date IN jtf_date_table := NULL,
4250: p_qlp_last_updated_by IN jtf_number_table := NULL,
4251: p_qlp_last_update_login IN jtf_number_table := NULL,
4252: p_qlp_request_id IN jtf_number_table := NULL,
4253: p_qlp_program_application_id IN jtf_number_table := NULL,
4254: p_qlp_program_id IN jtf_number_table := NULL,

Line 4251: p_qlp_last_update_login IN jtf_number_table := NULL,

4247: p_qlp_creation_date IN jtf_date_table := NULL,
4248: p_qlp_created_by IN jtf_number_table := NULL,
4249: p_qlp_last_update_date IN jtf_date_table := NULL,
4250: p_qlp_last_updated_by IN jtf_number_table := NULL,
4251: p_qlp_last_update_login IN jtf_number_table := NULL,
4252: p_qlp_request_id IN jtf_number_table := NULL,
4253: p_qlp_program_application_id IN jtf_number_table := NULL,
4254: p_qlp_program_id IN jtf_number_table := NULL,
4255: p_qlp_program_update_date IN jtf_date_table := NULL,

Line 4252: p_qlp_request_id IN jtf_number_table := NULL,

4248: p_qlp_created_by IN jtf_number_table := NULL,
4249: p_qlp_last_update_date IN jtf_date_table := NULL,
4250: p_qlp_last_updated_by IN jtf_number_table := NULL,
4251: p_qlp_last_update_login IN jtf_number_table := NULL,
4252: p_qlp_request_id IN jtf_number_table := NULL,
4253: p_qlp_program_application_id IN jtf_number_table := NULL,
4254: p_qlp_program_id IN jtf_number_table := NULL,
4255: p_qlp_program_update_date IN jtf_date_table := NULL,
4256: p_qlp_quote_header_id IN jtf_number_table := NULL,

Line 4253: p_qlp_program_application_id IN jtf_number_table := NULL,

4249: p_qlp_last_update_date IN jtf_date_table := NULL,
4250: p_qlp_last_updated_by IN jtf_number_table := NULL,
4251: p_qlp_last_update_login IN jtf_number_table := NULL,
4252: p_qlp_request_id IN jtf_number_table := NULL,
4253: p_qlp_program_application_id IN jtf_number_table := NULL,
4254: p_qlp_program_id IN jtf_number_table := NULL,
4255: p_qlp_program_update_date IN jtf_date_table := NULL,
4256: p_qlp_quote_header_id IN jtf_number_table := NULL,
4257: p_qlp_quote_line_id IN jtf_number_table := NULL,

Line 4254: p_qlp_program_id IN jtf_number_table := NULL,

4250: p_qlp_last_updated_by IN jtf_number_table := NULL,
4251: p_qlp_last_update_login IN jtf_number_table := NULL,
4252: p_qlp_request_id IN jtf_number_table := NULL,
4253: p_qlp_program_application_id IN jtf_number_table := NULL,
4254: p_qlp_program_id IN jtf_number_table := NULL,
4255: p_qlp_program_update_date IN jtf_date_table := NULL,
4256: p_qlp_quote_header_id IN jtf_number_table := NULL,
4257: p_qlp_quote_line_id IN jtf_number_table := NULL,
4258: p_qlp_payment_type_code IN jtf_varchar2_table_100 := NULL,

Line 4256: p_qlp_quote_header_id IN jtf_number_table := NULL,

4252: p_qlp_request_id IN jtf_number_table := NULL,
4253: p_qlp_program_application_id IN jtf_number_table := NULL,
4254: p_qlp_program_id IN jtf_number_table := NULL,
4255: p_qlp_program_update_date IN jtf_date_table := NULL,
4256: p_qlp_quote_header_id IN jtf_number_table := NULL,
4257: p_qlp_quote_line_id IN jtf_number_table := NULL,
4258: p_qlp_payment_type_code IN jtf_varchar2_table_100 := NULL,
4259: p_qlp_payment_ref_number IN jtf_varchar2_table_300 := NULL,
4260: p_qlp_payment_option IN jtf_varchar2_table_300 := NULL,

Line 4257: p_qlp_quote_line_id IN jtf_number_table := NULL,

4253: p_qlp_program_application_id IN jtf_number_table := NULL,
4254: p_qlp_program_id IN jtf_number_table := NULL,
4255: p_qlp_program_update_date IN jtf_date_table := NULL,
4256: p_qlp_quote_header_id IN jtf_number_table := NULL,
4257: p_qlp_quote_line_id IN jtf_number_table := NULL,
4258: p_qlp_payment_type_code IN jtf_varchar2_table_100 := NULL,
4259: p_qlp_payment_ref_number IN jtf_varchar2_table_300 := NULL,
4260: p_qlp_payment_option IN jtf_varchar2_table_300 := NULL,
4261: p_qlp_payment_term_id IN jtf_number_table := NULL,

Line 4261: p_qlp_payment_term_id IN jtf_number_table := NULL,

4257: p_qlp_quote_line_id IN jtf_number_table := NULL,
4258: p_qlp_payment_type_code IN jtf_varchar2_table_100 := NULL,
4259: p_qlp_payment_ref_number IN jtf_varchar2_table_300 := NULL,
4260: p_qlp_payment_option IN jtf_varchar2_table_300 := NULL,
4261: p_qlp_payment_term_id IN jtf_number_table := NULL,
4262: p_qlp_credit_card_code IN jtf_varchar2_table_100 := NULL,
4263: p_qlp_credit_card_holder_name IN jtf_varchar2_table_100 := NULL,
4264: p_qlp_credit_card_exp_date IN jtf_date_table := NULL,
4265: p_qlp_credit_card_aprv_code IN jtf_varchar2_table_100 := NULL,

Line 4267: p_qlp_payment_amount IN jtf_number_table := NULL,

4263: p_qlp_credit_card_holder_name IN jtf_varchar2_table_100 := NULL,
4264: p_qlp_credit_card_exp_date IN jtf_date_table := NULL,
4265: p_qlp_credit_card_aprv_code IN jtf_varchar2_table_100 := NULL,
4266: p_qlp_credit_card_aprv_date IN jtf_date_table := NULL,
4267: p_qlp_payment_amount IN jtf_number_table := NULL,
4268: p_qlp_cust_po_number IN jtf_varchar2_table_100 := NULL,
4269: p_qlp_attribute_category IN jtf_varchar2_table_100 := NULL,
4270: p_qlp_attribute1 IN jtf_varchar2_table_200 := NULL,
4271: p_qlp_attribute2 IN jtf_varchar2_table_200 := NULL,

Line 4286: p_qls_qte_line_index IN jtf_number_table := NULL,

4282: p_qlp_attribute13 IN jtf_varchar2_table_200 := NULL,
4283: p_qlp_attribute14 IN jtf_varchar2_table_200 := NULL,
4284: p_qlp_attribute15 IN jtf_varchar2_table_200 := NULL,
4285: p_qls_operation_code IN jtf_varchar2_table_100 := NULL,
4286: p_qls_qte_line_index IN jtf_number_table := NULL,
4287: p_qls_shipment_id IN jtf_number_table := NULL,
4288: p_qls_creation_date IN jtf_date_table := NULL,
4289: p_qls_created_by IN jtf_number_table := NULL,
4290: p_qls_last_update_date IN jtf_date_table := NULL,

Line 4287: p_qls_shipment_id IN jtf_number_table := NULL,

4283: p_qlp_attribute14 IN jtf_varchar2_table_200 := NULL,
4284: p_qlp_attribute15 IN jtf_varchar2_table_200 := NULL,
4285: p_qls_operation_code IN jtf_varchar2_table_100 := NULL,
4286: p_qls_qte_line_index IN jtf_number_table := NULL,
4287: p_qls_shipment_id IN jtf_number_table := NULL,
4288: p_qls_creation_date IN jtf_date_table := NULL,
4289: p_qls_created_by IN jtf_number_table := NULL,
4290: p_qls_last_update_date IN jtf_date_table := NULL,
4291: p_qls_last_updated_by IN jtf_number_table := NULL,

Line 4289: p_qls_created_by IN jtf_number_table := NULL,

4285: p_qls_operation_code IN jtf_varchar2_table_100 := NULL,
4286: p_qls_qte_line_index IN jtf_number_table := NULL,
4287: p_qls_shipment_id IN jtf_number_table := NULL,
4288: p_qls_creation_date IN jtf_date_table := NULL,
4289: p_qls_created_by IN jtf_number_table := NULL,
4290: p_qls_last_update_date IN jtf_date_table := NULL,
4291: p_qls_last_updated_by IN jtf_number_table := NULL,
4292: p_qls_last_update_login IN jtf_number_table := NULL,
4293: p_qls_request_id IN jtf_number_table := NULL,

Line 4291: p_qls_last_updated_by IN jtf_number_table := NULL,

4287: p_qls_shipment_id IN jtf_number_table := NULL,
4288: p_qls_creation_date IN jtf_date_table := NULL,
4289: p_qls_created_by IN jtf_number_table := NULL,
4290: p_qls_last_update_date IN jtf_date_table := NULL,
4291: p_qls_last_updated_by IN jtf_number_table := NULL,
4292: p_qls_last_update_login IN jtf_number_table := NULL,
4293: p_qls_request_id IN jtf_number_table := NULL,
4294: p_qls_program_application_id IN jtf_number_table := NULL,
4295: p_qls_program_id IN jtf_number_table := NULL,

Line 4292: p_qls_last_update_login IN jtf_number_table := NULL,

4288: p_qls_creation_date IN jtf_date_table := NULL,
4289: p_qls_created_by IN jtf_number_table := NULL,
4290: p_qls_last_update_date IN jtf_date_table := NULL,
4291: p_qls_last_updated_by IN jtf_number_table := NULL,
4292: p_qls_last_update_login IN jtf_number_table := NULL,
4293: p_qls_request_id IN jtf_number_table := NULL,
4294: p_qls_program_application_id IN jtf_number_table := NULL,
4295: p_qls_program_id IN jtf_number_table := NULL,
4296: p_qls_program_update_date IN jtf_date_table := NULL,

Line 4293: p_qls_request_id IN jtf_number_table := NULL,

4289: p_qls_created_by IN jtf_number_table := NULL,
4290: p_qls_last_update_date IN jtf_date_table := NULL,
4291: p_qls_last_updated_by IN jtf_number_table := NULL,
4292: p_qls_last_update_login IN jtf_number_table := NULL,
4293: p_qls_request_id IN jtf_number_table := NULL,
4294: p_qls_program_application_id IN jtf_number_table := NULL,
4295: p_qls_program_id IN jtf_number_table := NULL,
4296: p_qls_program_update_date IN jtf_date_table := NULL,
4297: p_qls_quote_header_id IN jtf_number_table := NULL,

Line 4294: p_qls_program_application_id IN jtf_number_table := NULL,

4290: p_qls_last_update_date IN jtf_date_table := NULL,
4291: p_qls_last_updated_by IN jtf_number_table := NULL,
4292: p_qls_last_update_login IN jtf_number_table := NULL,
4293: p_qls_request_id IN jtf_number_table := NULL,
4294: p_qls_program_application_id IN jtf_number_table := NULL,
4295: p_qls_program_id IN jtf_number_table := NULL,
4296: p_qls_program_update_date IN jtf_date_table := NULL,
4297: p_qls_quote_header_id IN jtf_number_table := NULL,
4298: p_qls_quote_line_id IN jtf_number_table := NULL,

Line 4295: p_qls_program_id IN jtf_number_table := NULL,

4291: p_qls_last_updated_by IN jtf_number_table := NULL,
4292: p_qls_last_update_login IN jtf_number_table := NULL,
4293: p_qls_request_id IN jtf_number_table := NULL,
4294: p_qls_program_application_id IN jtf_number_table := NULL,
4295: p_qls_program_id IN jtf_number_table := NULL,
4296: p_qls_program_update_date IN jtf_date_table := NULL,
4297: p_qls_quote_header_id IN jtf_number_table := NULL,
4298: p_qls_quote_line_id IN jtf_number_table := NULL,
4299: p_qls_promise_date IN jtf_date_table := NULL,

Line 4297: p_qls_quote_header_id IN jtf_number_table := NULL,

4293: p_qls_request_id IN jtf_number_table := NULL,
4294: p_qls_program_application_id IN jtf_number_table := NULL,
4295: p_qls_program_id IN jtf_number_table := NULL,
4296: p_qls_program_update_date IN jtf_date_table := NULL,
4297: p_qls_quote_header_id IN jtf_number_table := NULL,
4298: p_qls_quote_line_id IN jtf_number_table := NULL,
4299: p_qls_promise_date IN jtf_date_table := NULL,
4300: p_qls_request_date IN jtf_date_table := NULL,
4301: p_qls_schedule_ship_date IN jtf_date_table := NULL,

Line 4298: p_qls_quote_line_id IN jtf_number_table := NULL,

4294: p_qls_program_application_id IN jtf_number_table := NULL,
4295: p_qls_program_id IN jtf_number_table := NULL,
4296: p_qls_program_update_date IN jtf_date_table := NULL,
4297: p_qls_quote_header_id IN jtf_number_table := NULL,
4298: p_qls_quote_line_id IN jtf_number_table := NULL,
4299: p_qls_promise_date IN jtf_date_table := NULL,
4300: p_qls_request_date IN jtf_date_table := NULL,
4301: p_qls_schedule_ship_date IN jtf_date_table := NULL,
4302: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,

Line 4302: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,

4298: p_qls_quote_line_id IN jtf_number_table := NULL,
4299: p_qls_promise_date IN jtf_date_table := NULL,
4300: p_qls_request_date IN jtf_date_table := NULL,
4301: p_qls_schedule_ship_date IN jtf_date_table := NULL,
4302: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,
4303: p_qls_ship_to_party_id IN jtf_number_table := NULL,
4304: p_qls_ship_to_cust_acct_id IN jtf_number_table := NULL,
4305: p_qls_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
4306: p_qls_ship_set_id IN jtf_number_table := NULL,

Line 4303: p_qls_ship_to_party_id IN jtf_number_table := NULL,

4299: p_qls_promise_date IN jtf_date_table := NULL,
4300: p_qls_request_date IN jtf_date_table := NULL,
4301: p_qls_schedule_ship_date IN jtf_date_table := NULL,
4302: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,
4303: p_qls_ship_to_party_id IN jtf_number_table := NULL,
4304: p_qls_ship_to_cust_acct_id IN jtf_number_table := NULL,
4305: p_qls_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
4306: p_qls_ship_set_id IN jtf_number_table := NULL,
4307: p_qls_ship_method_code IN jtf_varchar2_table_100 := NULL,

Line 4304: p_qls_ship_to_cust_acct_id IN jtf_number_table := NULL,

4300: p_qls_request_date IN jtf_date_table := NULL,
4301: p_qls_schedule_ship_date IN jtf_date_table := NULL,
4302: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,
4303: p_qls_ship_to_party_id IN jtf_number_table := NULL,
4304: p_qls_ship_to_cust_acct_id IN jtf_number_table := NULL,
4305: p_qls_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
4306: p_qls_ship_set_id IN jtf_number_table := NULL,
4307: p_qls_ship_method_code IN jtf_varchar2_table_100 := NULL,
4308: p_qls_freight_terms_code IN jtf_varchar2_table_100 := NULL,

Line 4306: p_qls_ship_set_id IN jtf_number_table := NULL,

4302: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,
4303: p_qls_ship_to_party_id IN jtf_number_table := NULL,
4304: p_qls_ship_to_cust_acct_id IN jtf_number_table := NULL,
4305: p_qls_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
4306: p_qls_ship_set_id IN jtf_number_table := NULL,
4307: p_qls_ship_method_code IN jtf_varchar2_table_100 := NULL,
4308: p_qls_freight_terms_code IN jtf_varchar2_table_100 := NULL,
4309: p_qls_freight_carrier_code IN jtf_varchar2_table_100 := NULL,
4310: p_qls_fob_code IN jtf_varchar2_table_100 := NULL,

Line 4314: p_qls_quantity IN jtf_number_table := NULL,

4310: p_qls_fob_code IN jtf_varchar2_table_100 := NULL,
4311: p_qls_shipment_priority_code IN jtf_varchar2_table_100 := NULL,
4312: p_qls_shipping_instructions IN jtf_varchar2_table_2000 := NULL,
4313: p_qls_packing_instructions IN jtf_varchar2_table_2000 := NULL,
4314: p_qls_quantity IN jtf_number_table := NULL,
4315: p_qls_reserved_quantity IN jtf_number_table := NULL,
4316: p_qls_reservation_id IN jtf_number_table := NULL,
4317: p_qls_order_line_id IN jtf_number_table := NULL,
4318: p_qls_ship_to_party_name IN jtf_varchar2_table_300 := NULL,

Line 4315: p_qls_reserved_quantity IN jtf_number_table := NULL,

4311: p_qls_shipment_priority_code IN jtf_varchar2_table_100 := NULL,
4312: p_qls_shipping_instructions IN jtf_varchar2_table_2000 := NULL,
4313: p_qls_packing_instructions IN jtf_varchar2_table_2000 := NULL,
4314: p_qls_quantity IN jtf_number_table := NULL,
4315: p_qls_reserved_quantity IN jtf_number_table := NULL,
4316: p_qls_reservation_id IN jtf_number_table := NULL,
4317: p_qls_order_line_id IN jtf_number_table := NULL,
4318: p_qls_ship_to_party_name IN jtf_varchar2_table_300 := NULL,
4319: p_qls_ship_to_cont_fst_name IN jtf_varchar2_table_100 := NULL,

Line 4316: p_qls_reservation_id IN jtf_number_table := NULL,

4312: p_qls_shipping_instructions IN jtf_varchar2_table_2000 := NULL,
4313: p_qls_packing_instructions IN jtf_varchar2_table_2000 := NULL,
4314: p_qls_quantity IN jtf_number_table := NULL,
4315: p_qls_reserved_quantity IN jtf_number_table := NULL,
4316: p_qls_reservation_id IN jtf_number_table := NULL,
4317: p_qls_order_line_id IN jtf_number_table := NULL,
4318: p_qls_ship_to_party_name IN jtf_varchar2_table_300 := NULL,
4319: p_qls_ship_to_cont_fst_name IN jtf_varchar2_table_100 := NULL,
4320: p_qls_ship_to_cont_mid_name IN jtf_varchar2_table_100 := NULL,

Line 4317: p_qls_order_line_id IN jtf_number_table := NULL,

4313: p_qls_packing_instructions IN jtf_varchar2_table_2000 := NULL,
4314: p_qls_quantity IN jtf_number_table := NULL,
4315: p_qls_reserved_quantity IN jtf_number_table := NULL,
4316: p_qls_reservation_id IN jtf_number_table := NULL,
4317: p_qls_order_line_id IN jtf_number_table := NULL,
4318: p_qls_ship_to_party_name IN jtf_varchar2_table_300 := NULL,
4319: p_qls_ship_to_cont_fst_name IN jtf_varchar2_table_100 := NULL,
4320: p_qls_ship_to_cont_mid_name IN jtf_varchar2_table_100 := NULL,
4321: p_qls_ship_to_cont_lst_name IN jtf_varchar2_table_100 := NULL,

Line 4350: p_qlt_qte_line_index IN jtf_number_table := NULL,

4346: p_qls_attribute13 IN jtf_varchar2_table_200 := NULL,
4347: p_qls_attribute14 IN jtf_varchar2_table_200 := NULL,
4348: p_qls_attribute15 IN jtf_varchar2_table_200 := NULL,
4349: p_qlt_operation_code IN jtf_varchar2_table_100 := NULL,
4350: p_qlt_qte_line_index IN jtf_number_table := NULL,
4351: p_qlt_shipment_index IN jtf_number_table := NULL,
4352: p_qlt_tax_detail_id IN jtf_number_table := NULL,
4353: p_qlt_quote_header_id IN jtf_number_table := NULL,
4354: p_qlt_quote_line_id IN jtf_number_table := NULL,

Line 4351: p_qlt_shipment_index IN jtf_number_table := NULL,

4347: p_qls_attribute14 IN jtf_varchar2_table_200 := NULL,
4348: p_qls_attribute15 IN jtf_varchar2_table_200 := NULL,
4349: p_qlt_operation_code IN jtf_varchar2_table_100 := NULL,
4350: p_qlt_qte_line_index IN jtf_number_table := NULL,
4351: p_qlt_shipment_index IN jtf_number_table := NULL,
4352: p_qlt_tax_detail_id IN jtf_number_table := NULL,
4353: p_qlt_quote_header_id IN jtf_number_table := NULL,
4354: p_qlt_quote_line_id IN jtf_number_table := NULL,
4355: p_qlt_quote_shipment_id IN jtf_number_table := NULL,

Line 4352: p_qlt_tax_detail_id IN jtf_number_table := NULL,

4348: p_qls_attribute15 IN jtf_varchar2_table_200 := NULL,
4349: p_qlt_operation_code IN jtf_varchar2_table_100 := NULL,
4350: p_qlt_qte_line_index IN jtf_number_table := NULL,
4351: p_qlt_shipment_index IN jtf_number_table := NULL,
4352: p_qlt_tax_detail_id IN jtf_number_table := NULL,
4353: p_qlt_quote_header_id IN jtf_number_table := NULL,
4354: p_qlt_quote_line_id IN jtf_number_table := NULL,
4355: p_qlt_quote_shipment_id IN jtf_number_table := NULL,
4356: p_qlt_creation_date IN jtf_date_table := NULL,

Line 4353: p_qlt_quote_header_id IN jtf_number_table := NULL,

4349: p_qlt_operation_code IN jtf_varchar2_table_100 := NULL,
4350: p_qlt_qte_line_index IN jtf_number_table := NULL,
4351: p_qlt_shipment_index IN jtf_number_table := NULL,
4352: p_qlt_tax_detail_id IN jtf_number_table := NULL,
4353: p_qlt_quote_header_id IN jtf_number_table := NULL,
4354: p_qlt_quote_line_id IN jtf_number_table := NULL,
4355: p_qlt_quote_shipment_id IN jtf_number_table := NULL,
4356: p_qlt_creation_date IN jtf_date_table := NULL,
4357: p_qlt_created_by IN jtf_number_table := NULL,

Line 4354: p_qlt_quote_line_id IN jtf_number_table := NULL,

4350: p_qlt_qte_line_index IN jtf_number_table := NULL,
4351: p_qlt_shipment_index IN jtf_number_table := NULL,
4352: p_qlt_tax_detail_id IN jtf_number_table := NULL,
4353: p_qlt_quote_header_id IN jtf_number_table := NULL,
4354: p_qlt_quote_line_id IN jtf_number_table := NULL,
4355: p_qlt_quote_shipment_id IN jtf_number_table := NULL,
4356: p_qlt_creation_date IN jtf_date_table := NULL,
4357: p_qlt_created_by IN jtf_number_table := NULL,
4358: p_qlt_last_update_date IN jtf_date_table := NULL,

Line 4355: p_qlt_quote_shipment_id IN jtf_number_table := NULL,

4351: p_qlt_shipment_index IN jtf_number_table := NULL,
4352: p_qlt_tax_detail_id IN jtf_number_table := NULL,
4353: p_qlt_quote_header_id IN jtf_number_table := NULL,
4354: p_qlt_quote_line_id IN jtf_number_table := NULL,
4355: p_qlt_quote_shipment_id IN jtf_number_table := NULL,
4356: p_qlt_creation_date IN jtf_date_table := NULL,
4357: p_qlt_created_by IN jtf_number_table := NULL,
4358: p_qlt_last_update_date IN jtf_date_table := NULL,
4359: p_qlt_last_updated_by IN jtf_number_table := NULL,

Line 4357: p_qlt_created_by IN jtf_number_table := NULL,

4353: p_qlt_quote_header_id IN jtf_number_table := NULL,
4354: p_qlt_quote_line_id IN jtf_number_table := NULL,
4355: p_qlt_quote_shipment_id IN jtf_number_table := NULL,
4356: p_qlt_creation_date IN jtf_date_table := NULL,
4357: p_qlt_created_by IN jtf_number_table := NULL,
4358: p_qlt_last_update_date IN jtf_date_table := NULL,
4359: p_qlt_last_updated_by IN jtf_number_table := NULL,
4360: p_qlt_last_update_login IN jtf_number_table := NULL,
4361: p_qlt_request_id IN jtf_number_table := NULL,

Line 4359: p_qlt_last_updated_by IN jtf_number_table := NULL,

4355: p_qlt_quote_shipment_id IN jtf_number_table := NULL,
4356: p_qlt_creation_date IN jtf_date_table := NULL,
4357: p_qlt_created_by IN jtf_number_table := NULL,
4358: p_qlt_last_update_date IN jtf_date_table := NULL,
4359: p_qlt_last_updated_by IN jtf_number_table := NULL,
4360: p_qlt_last_update_login IN jtf_number_table := NULL,
4361: p_qlt_request_id IN jtf_number_table := NULL,
4362: p_qlt_program_application_id IN jtf_number_table := NULL,
4363: p_qlt_program_id IN jtf_number_table := NULL,

Line 4360: p_qlt_last_update_login IN jtf_number_table := NULL,

4356: p_qlt_creation_date IN jtf_date_table := NULL,
4357: p_qlt_created_by IN jtf_number_table := NULL,
4358: p_qlt_last_update_date IN jtf_date_table := NULL,
4359: p_qlt_last_updated_by IN jtf_number_table := NULL,
4360: p_qlt_last_update_login IN jtf_number_table := NULL,
4361: p_qlt_request_id IN jtf_number_table := NULL,
4362: p_qlt_program_application_id IN jtf_number_table := NULL,
4363: p_qlt_program_id IN jtf_number_table := NULL,
4364: p_qlt_program_update_date IN jtf_date_table := NULL,

Line 4361: p_qlt_request_id IN jtf_number_table := NULL,

4357: p_qlt_created_by IN jtf_number_table := NULL,
4358: p_qlt_last_update_date IN jtf_date_table := NULL,
4359: p_qlt_last_updated_by IN jtf_number_table := NULL,
4360: p_qlt_last_update_login IN jtf_number_table := NULL,
4361: p_qlt_request_id IN jtf_number_table := NULL,
4362: p_qlt_program_application_id IN jtf_number_table := NULL,
4363: p_qlt_program_id IN jtf_number_table := NULL,
4364: p_qlt_program_update_date IN jtf_date_table := NULL,
4365: p_qlt_orig_tax_code IN jtf_varchar2_table_300 := NULL,

Line 4362: p_qlt_program_application_id IN jtf_number_table := NULL,

4358: p_qlt_last_update_date IN jtf_date_table := NULL,
4359: p_qlt_last_updated_by IN jtf_number_table := NULL,
4360: p_qlt_last_update_login IN jtf_number_table := NULL,
4361: p_qlt_request_id IN jtf_number_table := NULL,
4362: p_qlt_program_application_id IN jtf_number_table := NULL,
4363: p_qlt_program_id IN jtf_number_table := NULL,
4364: p_qlt_program_update_date IN jtf_date_table := NULL,
4365: p_qlt_orig_tax_code IN jtf_varchar2_table_300 := NULL,
4366: p_qlt_tax_code IN jtf_varchar2_table_100 := NULL,

Line 4363: p_qlt_program_id IN jtf_number_table := NULL,

4359: p_qlt_last_updated_by IN jtf_number_table := NULL,
4360: p_qlt_last_update_login IN jtf_number_table := NULL,
4361: p_qlt_request_id IN jtf_number_table := NULL,
4362: p_qlt_program_application_id IN jtf_number_table := NULL,
4363: p_qlt_program_id IN jtf_number_table := NULL,
4364: p_qlt_program_update_date IN jtf_date_table := NULL,
4365: p_qlt_orig_tax_code IN jtf_varchar2_table_300 := NULL,
4366: p_qlt_tax_code IN jtf_varchar2_table_100 := NULL,
4367: p_qlt_tax_rate IN jtf_number_table := NULL,

Line 4367: p_qlt_tax_rate IN jtf_number_table := NULL,

4363: p_qlt_program_id IN jtf_number_table := NULL,
4364: p_qlt_program_update_date IN jtf_date_table := NULL,
4365: p_qlt_orig_tax_code IN jtf_varchar2_table_300 := NULL,
4366: p_qlt_tax_code IN jtf_varchar2_table_100 := NULL,
4367: p_qlt_tax_rate IN jtf_number_table := NULL,
4368: p_qlt_tax_date IN jtf_date_table := NULL,
4369: p_qlt_tax_amount IN jtf_number_table := NULL,
4370: p_qlt_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
4371: p_qlt_tax_exempt_number IN jtf_varchar2_table_100 := NULL,

Line 4369: p_qlt_tax_amount IN jtf_number_table := NULL,

4365: p_qlt_orig_tax_code IN jtf_varchar2_table_300 := NULL,
4366: p_qlt_tax_code IN jtf_varchar2_table_100 := NULL,
4367: p_qlt_tax_rate IN jtf_number_table := NULL,
4368: p_qlt_tax_date IN jtf_date_table := NULL,
4369: p_qlt_tax_amount IN jtf_number_table := NULL,
4370: p_qlt_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
4371: p_qlt_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
4372: p_qlt_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,
4373: p_qlt_attribute_category IN jtf_varchar2_table_100 := NULL,

Line 4390: p_qlpaa_qte_line_index IN jtf_number_table := NULL,

4386: p_qlt_attribute13 IN jtf_varchar2_table_200 := NULL,
4387: p_qlt_attribute14 IN jtf_varchar2_table_200 := NULL,
4388: p_qlt_attribute15 IN jtf_varchar2_table_200 := NULL,
4389: p_qlpaa_operation_code IN jtf_varchar2_table_100 := NULL,
4390: p_qlpaa_qte_line_index IN jtf_number_table := NULL,
4391: p_qlpaa_price_adj_index IN jtf_number_table := NULL,
4392: p_qlpaa_price_adj_attrib_id IN jtf_number_table := NULL,
4393: p_qlpaa_creation_date IN jtf_date_table := NULL,
4394: p_qlpaa_created_by IN jtf_number_table := NULL,

Line 4391: p_qlpaa_price_adj_index IN jtf_number_table := NULL,

4387: p_qlt_attribute14 IN jtf_varchar2_table_200 := NULL,
4388: p_qlt_attribute15 IN jtf_varchar2_table_200 := NULL,
4389: p_qlpaa_operation_code IN jtf_varchar2_table_100 := NULL,
4390: p_qlpaa_qte_line_index IN jtf_number_table := NULL,
4391: p_qlpaa_price_adj_index IN jtf_number_table := NULL,
4392: p_qlpaa_price_adj_attrib_id IN jtf_number_table := NULL,
4393: p_qlpaa_creation_date IN jtf_date_table := NULL,
4394: p_qlpaa_created_by IN jtf_number_table := NULL,
4395: p_qlpaa_last_update_date IN jtf_date_table := NULL,

Line 4392: p_qlpaa_price_adj_attrib_id IN jtf_number_table := NULL,

4388: p_qlt_attribute15 IN jtf_varchar2_table_200 := NULL,
4389: p_qlpaa_operation_code IN jtf_varchar2_table_100 := NULL,
4390: p_qlpaa_qte_line_index IN jtf_number_table := NULL,
4391: p_qlpaa_price_adj_index IN jtf_number_table := NULL,
4392: p_qlpaa_price_adj_attrib_id IN jtf_number_table := NULL,
4393: p_qlpaa_creation_date IN jtf_date_table := NULL,
4394: p_qlpaa_created_by IN jtf_number_table := NULL,
4395: p_qlpaa_last_update_date IN jtf_date_table := NULL,
4396: p_qlpaa_last_updated_by IN jtf_number_table := NULL,

Line 4394: p_qlpaa_created_by IN jtf_number_table := NULL,

4390: p_qlpaa_qte_line_index IN jtf_number_table := NULL,
4391: p_qlpaa_price_adj_index IN jtf_number_table := NULL,
4392: p_qlpaa_price_adj_attrib_id IN jtf_number_table := NULL,
4393: p_qlpaa_creation_date IN jtf_date_table := NULL,
4394: p_qlpaa_created_by IN jtf_number_table := NULL,
4395: p_qlpaa_last_update_date IN jtf_date_table := NULL,
4396: p_qlpaa_last_updated_by IN jtf_number_table := NULL,
4397: p_qlpaa_last_update_login IN jtf_number_table := NULL,
4398: p_qlpaa_program_application_id IN jtf_number_table := NULL,

Line 4396: p_qlpaa_last_updated_by IN jtf_number_table := NULL,

4392: p_qlpaa_price_adj_attrib_id IN jtf_number_table := NULL,
4393: p_qlpaa_creation_date IN jtf_date_table := NULL,
4394: p_qlpaa_created_by IN jtf_number_table := NULL,
4395: p_qlpaa_last_update_date IN jtf_date_table := NULL,
4396: p_qlpaa_last_updated_by IN jtf_number_table := NULL,
4397: p_qlpaa_last_update_login IN jtf_number_table := NULL,
4398: p_qlpaa_program_application_id IN jtf_number_table := NULL,
4399: p_qlpaa_program_id IN jtf_number_table := NULL,
4400: p_qlpaa_program_update_date IN jtf_date_table := NULL,

Line 4397: p_qlpaa_last_update_login IN jtf_number_table := NULL,

4393: p_qlpaa_creation_date IN jtf_date_table := NULL,
4394: p_qlpaa_created_by IN jtf_number_table := NULL,
4395: p_qlpaa_last_update_date IN jtf_date_table := NULL,
4396: p_qlpaa_last_updated_by IN jtf_number_table := NULL,
4397: p_qlpaa_last_update_login IN jtf_number_table := NULL,
4398: p_qlpaa_program_application_id IN jtf_number_table := NULL,
4399: p_qlpaa_program_id IN jtf_number_table := NULL,
4400: p_qlpaa_program_update_date IN jtf_date_table := NULL,
4401: p_qlpaa_request_id IN jtf_number_table := NULL,

Line 4398: p_qlpaa_program_application_id IN jtf_number_table := NULL,

4394: p_qlpaa_created_by IN jtf_number_table := NULL,
4395: p_qlpaa_last_update_date IN jtf_date_table := NULL,
4396: p_qlpaa_last_updated_by IN jtf_number_table := NULL,
4397: p_qlpaa_last_update_login IN jtf_number_table := NULL,
4398: p_qlpaa_program_application_id IN jtf_number_table := NULL,
4399: p_qlpaa_program_id IN jtf_number_table := NULL,
4400: p_qlpaa_program_update_date IN jtf_date_table := NULL,
4401: p_qlpaa_request_id IN jtf_number_table := NULL,
4402: p_qlpaa_price_adjustment_id IN jtf_number_table := NULL,

Line 4399: p_qlpaa_program_id IN jtf_number_table := NULL,

4395: p_qlpaa_last_update_date IN jtf_date_table := NULL,
4396: p_qlpaa_last_updated_by IN jtf_number_table := NULL,
4397: p_qlpaa_last_update_login IN jtf_number_table := NULL,
4398: p_qlpaa_program_application_id IN jtf_number_table := NULL,
4399: p_qlpaa_program_id IN jtf_number_table := NULL,
4400: p_qlpaa_program_update_date IN jtf_date_table := NULL,
4401: p_qlpaa_request_id IN jtf_number_table := NULL,
4402: p_qlpaa_price_adjustment_id IN jtf_number_table := NULL,
4403: p_qlpaa_pricing_context IN jtf_varchar2_table_100 := NULL,

Line 4401: p_qlpaa_request_id IN jtf_number_table := NULL,

4397: p_qlpaa_last_update_login IN jtf_number_table := NULL,
4398: p_qlpaa_program_application_id IN jtf_number_table := NULL,
4399: p_qlpaa_program_id IN jtf_number_table := NULL,
4400: p_qlpaa_program_update_date IN jtf_date_table := NULL,
4401: p_qlpaa_request_id IN jtf_number_table := NULL,
4402: p_qlpaa_price_adjustment_id IN jtf_number_table := NULL,
4403: p_qlpaa_pricing_context IN jtf_varchar2_table_100 := NULL,
4404: p_qlpaa_pricing_attribute IN jtf_varchar2_table_100 := NULL,
4405: p_qlpaa_prc_attr_value_from IN jtf_varchar2_table_300 := NULL,

Line 4402: p_qlpaa_price_adjustment_id IN jtf_number_table := NULL,

4398: p_qlpaa_program_application_id IN jtf_number_table := NULL,
4399: p_qlpaa_program_id IN jtf_number_table := NULL,
4400: p_qlpaa_program_update_date IN jtf_date_table := NULL,
4401: p_qlpaa_request_id IN jtf_number_table := NULL,
4402: p_qlpaa_price_adjustment_id IN jtf_number_table := NULL,
4403: p_qlpaa_pricing_context IN jtf_varchar2_table_100 := NULL,
4404: p_qlpaa_pricing_attribute IN jtf_varchar2_table_100 := NULL,
4405: p_qlpaa_prc_attr_value_from IN jtf_varchar2_table_300 := NULL,
4406: p_qlpaa_pricing_attr_value_to IN jtf_varchar2_table_300 := NULL,

Line 4410: p_qlpaj_qte_line_index IN jtf_number_table := NULL,

4406: p_qlpaa_pricing_attr_value_to IN jtf_varchar2_table_300 := NULL,
4407: p_qlpaa_comparison_operator IN jtf_varchar2_table_100 := NULL,
4408: p_qlpaa_flex_title IN jtf_varchar2_table_100 := NULL,
4409: p_qlpaj_operation_code IN jtf_varchar2_table_100 := NULL,
4410: p_qlpaj_qte_line_index IN jtf_number_table := NULL,
4411: p_qlpaj_price_adjustment_id IN jtf_number_table := NULL,
4412: p_qlpaj_creation_date IN jtf_date_table := NULL,
4413: p_qlpaj_created_by IN jtf_number_table := NULL,
4414: p_qlpaj_last_update_date IN jtf_date_table := NULL,

Line 4411: p_qlpaj_price_adjustment_id IN jtf_number_table := NULL,

4407: p_qlpaa_comparison_operator IN jtf_varchar2_table_100 := NULL,
4408: p_qlpaa_flex_title IN jtf_varchar2_table_100 := NULL,
4409: p_qlpaj_operation_code IN jtf_varchar2_table_100 := NULL,
4410: p_qlpaj_qte_line_index IN jtf_number_table := NULL,
4411: p_qlpaj_price_adjustment_id IN jtf_number_table := NULL,
4412: p_qlpaj_creation_date IN jtf_date_table := NULL,
4413: p_qlpaj_created_by IN jtf_number_table := NULL,
4414: p_qlpaj_last_update_date IN jtf_date_table := NULL,
4415: p_qlpaj_last_updated_by IN jtf_number_table := NULL,

Line 4413: p_qlpaj_created_by IN jtf_number_table := NULL,

4409: p_qlpaj_operation_code IN jtf_varchar2_table_100 := NULL,
4410: p_qlpaj_qte_line_index IN jtf_number_table := NULL,
4411: p_qlpaj_price_adjustment_id IN jtf_number_table := NULL,
4412: p_qlpaj_creation_date IN jtf_date_table := NULL,
4413: p_qlpaj_created_by IN jtf_number_table := NULL,
4414: p_qlpaj_last_update_date IN jtf_date_table := NULL,
4415: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
4416: p_qlpaj_last_update_login IN jtf_number_table := NULL,
4417: p_qlpaj_program_application_id IN jtf_number_table := NULL,

Line 4415: p_qlpaj_last_updated_by IN jtf_number_table := NULL,

4411: p_qlpaj_price_adjustment_id IN jtf_number_table := NULL,
4412: p_qlpaj_creation_date IN jtf_date_table := NULL,
4413: p_qlpaj_created_by IN jtf_number_table := NULL,
4414: p_qlpaj_last_update_date IN jtf_date_table := NULL,
4415: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
4416: p_qlpaj_last_update_login IN jtf_number_table := NULL,
4417: p_qlpaj_program_application_id IN jtf_number_table := NULL,
4418: p_qlpaj_program_id IN jtf_number_table := NULL,
4419: p_qlpaj_program_update_date IN jtf_date_table := NULL,

Line 4416: p_qlpaj_last_update_login IN jtf_number_table := NULL,

4412: p_qlpaj_creation_date IN jtf_date_table := NULL,
4413: p_qlpaj_created_by IN jtf_number_table := NULL,
4414: p_qlpaj_last_update_date IN jtf_date_table := NULL,
4415: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
4416: p_qlpaj_last_update_login IN jtf_number_table := NULL,
4417: p_qlpaj_program_application_id IN jtf_number_table := NULL,
4418: p_qlpaj_program_id IN jtf_number_table := NULL,
4419: p_qlpaj_program_update_date IN jtf_date_table := NULL,
4420: p_qlpaj_request_id IN jtf_number_table := NULL,

Line 4417: p_qlpaj_program_application_id IN jtf_number_table := NULL,

4413: p_qlpaj_created_by IN jtf_number_table := NULL,
4414: p_qlpaj_last_update_date IN jtf_date_table := NULL,
4415: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
4416: p_qlpaj_last_update_login IN jtf_number_table := NULL,
4417: p_qlpaj_program_application_id IN jtf_number_table := NULL,
4418: p_qlpaj_program_id IN jtf_number_table := NULL,
4419: p_qlpaj_program_update_date IN jtf_date_table := NULL,
4420: p_qlpaj_request_id IN jtf_number_table := NULL,
4421: p_qlpaj_quote_header_id IN jtf_number_table := NULL,

Line 4418: p_qlpaj_program_id IN jtf_number_table := NULL,

4414: p_qlpaj_last_update_date IN jtf_date_table := NULL,
4415: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
4416: p_qlpaj_last_update_login IN jtf_number_table := NULL,
4417: p_qlpaj_program_application_id IN jtf_number_table := NULL,
4418: p_qlpaj_program_id IN jtf_number_table := NULL,
4419: p_qlpaj_program_update_date IN jtf_date_table := NULL,
4420: p_qlpaj_request_id IN jtf_number_table := NULL,
4421: p_qlpaj_quote_header_id IN jtf_number_table := NULL,
4422: p_qlpaj_quote_line_id IN jtf_number_table := NULL,

Line 4420: p_qlpaj_request_id IN jtf_number_table := NULL,

4416: p_qlpaj_last_update_login IN jtf_number_table := NULL,
4417: p_qlpaj_program_application_id IN jtf_number_table := NULL,
4418: p_qlpaj_program_id IN jtf_number_table := NULL,
4419: p_qlpaj_program_update_date IN jtf_date_table := NULL,
4420: p_qlpaj_request_id IN jtf_number_table := NULL,
4421: p_qlpaj_quote_header_id IN jtf_number_table := NULL,
4422: p_qlpaj_quote_line_id IN jtf_number_table := NULL,
4423: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,
4424: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,

Line 4421: p_qlpaj_quote_header_id IN jtf_number_table := NULL,

4417: p_qlpaj_program_application_id IN jtf_number_table := NULL,
4418: p_qlpaj_program_id IN jtf_number_table := NULL,
4419: p_qlpaj_program_update_date IN jtf_date_table := NULL,
4420: p_qlpaj_request_id IN jtf_number_table := NULL,
4421: p_qlpaj_quote_header_id IN jtf_number_table := NULL,
4422: p_qlpaj_quote_line_id IN jtf_number_table := NULL,
4423: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,
4424: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,
4425: p_qlpaj_mod_line_type_code IN jtf_varchar2_table_100 := NULL,

Line 4422: p_qlpaj_quote_line_id IN jtf_number_table := NULL,

4418: p_qlpaj_program_id IN jtf_number_table := NULL,
4419: p_qlpaj_program_update_date IN jtf_date_table := NULL,
4420: p_qlpaj_request_id IN jtf_number_table := NULL,
4421: p_qlpaj_quote_header_id IN jtf_number_table := NULL,
4422: p_qlpaj_quote_line_id IN jtf_number_table := NULL,
4423: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,
4424: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,
4425: p_qlpaj_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
4426: p_qlpaj_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,

Line 4423: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,

4419: p_qlpaj_program_update_date IN jtf_date_table := NULL,
4420: p_qlpaj_request_id IN jtf_number_table := NULL,
4421: p_qlpaj_quote_header_id IN jtf_number_table := NULL,
4422: p_qlpaj_quote_line_id IN jtf_number_table := NULL,
4423: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,
4424: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,
4425: p_qlpaj_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
4426: p_qlpaj_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
4427: p_qlpaj_modified_from IN jtf_number_table := NULL,

Line 4424: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,

4420: p_qlpaj_request_id IN jtf_number_table := NULL,
4421: p_qlpaj_quote_header_id IN jtf_number_table := NULL,
4422: p_qlpaj_quote_line_id IN jtf_number_table := NULL,
4423: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,
4424: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,
4425: p_qlpaj_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
4426: p_qlpaj_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
4427: p_qlpaj_modified_from IN jtf_number_table := NULL,
4428: p_qlpaj_modified_to IN jtf_number_table := NULL,

Line 4427: p_qlpaj_modified_from IN jtf_number_table := NULL,

4423: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,
4424: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,
4425: p_qlpaj_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
4426: p_qlpaj_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
4427: p_qlpaj_modified_from IN jtf_number_table := NULL,
4428: p_qlpaj_modified_to IN jtf_number_table := NULL,
4429: p_qlpaj_operand IN jtf_number_table := NULL,
4430: p_qlpaj_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
4431: p_qlpaj_automatic_flag IN jtf_varchar2_table_100 := NULL,

Line 4428: p_qlpaj_modified_to IN jtf_number_table := NULL,

4424: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,
4425: p_qlpaj_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
4426: p_qlpaj_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
4427: p_qlpaj_modified_from IN jtf_number_table := NULL,
4428: p_qlpaj_modified_to IN jtf_number_table := NULL,
4429: p_qlpaj_operand IN jtf_number_table := NULL,
4430: p_qlpaj_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
4431: p_qlpaj_automatic_flag IN jtf_varchar2_table_100 := NULL,
4432: p_qlpaj_update_allowable_flag IN jtf_varchar2_table_100 := NULL,

Line 4429: p_qlpaj_operand IN jtf_number_table := NULL,

4425: p_qlpaj_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
4426: p_qlpaj_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
4427: p_qlpaj_modified_from IN jtf_number_table := NULL,
4428: p_qlpaj_modified_to IN jtf_number_table := NULL,
4429: p_qlpaj_operand IN jtf_number_table := NULL,
4430: p_qlpaj_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
4431: p_qlpaj_automatic_flag IN jtf_varchar2_table_100 := NULL,
4432: p_qlpaj_update_allowable_flag IN jtf_varchar2_table_100 := NULL,
4433: p_qlpaj_updated_flag IN jtf_varchar2_table_100 := NULL,

Line 4436: p_qlpaj_pricing_phase_id IN jtf_number_table := NULL,

4432: p_qlpaj_update_allowable_flag IN jtf_varchar2_table_100 := NULL,
4433: p_qlpaj_updated_flag IN jtf_varchar2_table_100 := NULL,
4434: p_qlpaj_applied_flag IN jtf_varchar2_table_100 := NULL,
4435: p_qlpaj_on_invoice_flag IN jtf_varchar2_table_100 := NULL,
4436: p_qlpaj_pricing_phase_id IN jtf_number_table := NULL,
4437: p_qlpaj_attribute_category IN jtf_varchar2_table_100 := NULL,
4438: p_qlpaj_attribute1 IN jtf_varchar2_table_200 := NULL,
4439: p_qlpaj_attribute2 IN jtf_varchar2_table_200 := NULL,
4440: p_qlpaj_attribute3 IN jtf_varchar2_table_200 := NULL,

Line 4458: p_qlpaj_cost_id IN jtf_number_table := NULL,

4454: p_qlpaj_change_sequence IN jtf_varchar2_table_100 := NULL,
4455: p_qlpaj_update_allowed IN jtf_varchar2_table_100 := NULL,
4456: p_qlpaj_change_reason_code IN jtf_varchar2_table_100 := NULL,
4457: p_qlpaj_change_reason_text IN jtf_varchar2_table_2000 := NULL,
4458: p_qlpaj_cost_id IN jtf_number_table := NULL,
4459: p_qlpaj_tax_code IN jtf_varchar2_table_100 := NULL,
4460: p_qlpaj_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
4461: p_qlpaj_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
4462: p_qlpaj_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,

Line 4463: p_qlpaj_parent_adjustment_id IN jtf_number_table := NULL,

4459: p_qlpaj_tax_code IN jtf_varchar2_table_100 := NULL,
4460: p_qlpaj_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
4461: p_qlpaj_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
4462: p_qlpaj_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,
4463: p_qlpaj_parent_adjustment_id IN jtf_number_table := NULL,
4464: p_qlpaj_invoiced_flag IN jtf_varchar2_table_100 := NULL,
4465: p_qlpaj_estimated_flag IN jtf_varchar2_table_100 := NULL,
4466: p_qlpaj_inc_in_sales_perfce IN jtf_varchar2_table_100 := NULL,
4467: p_qlpaj_split_action_code IN jtf_varchar2_table_100 := NULL,

Line 4468: p_qlpaj_adjusted_amount IN jtf_number_table := NULL,

4464: p_qlpaj_invoiced_flag IN jtf_varchar2_table_100 := NULL,
4465: p_qlpaj_estimated_flag IN jtf_varchar2_table_100 := NULL,
4466: p_qlpaj_inc_in_sales_perfce IN jtf_varchar2_table_100 := NULL,
4467: p_qlpaj_split_action_code IN jtf_varchar2_table_100 := NULL,
4468: p_qlpaj_adjusted_amount IN jtf_number_table := NULL,
4469: p_qlpaj_charge_type_code IN jtf_varchar2_table_100 := NULL,
4470: p_qlpaj_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
4471: p_qlpaj_range_break_quantity IN jtf_number_table := NULL,
4472: p_qlpaj_accrual_conv_rate IN jtf_number_table := NULL,

Line 4471: p_qlpaj_range_break_quantity IN jtf_number_table := NULL,

4467: p_qlpaj_split_action_code IN jtf_varchar2_table_100 := NULL,
4468: p_qlpaj_adjusted_amount IN jtf_number_table := NULL,
4469: p_qlpaj_charge_type_code IN jtf_varchar2_table_100 := NULL,
4470: p_qlpaj_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
4471: p_qlpaj_range_break_quantity IN jtf_number_table := NULL,
4472: p_qlpaj_accrual_conv_rate IN jtf_number_table := NULL,
4473: p_qlpaj_pricing_group_sequence IN jtf_number_table := NULL,
4474: p_qlpaj_accrual_flag IN jtf_varchar2_table_100 := NULL,
4475: p_qlpaj_list_line_no IN jtf_varchar2_table_300 := NULL,

Line 4472: p_qlpaj_accrual_conv_rate IN jtf_number_table := NULL,

4468: p_qlpaj_adjusted_amount IN jtf_number_table := NULL,
4469: p_qlpaj_charge_type_code IN jtf_varchar2_table_100 := NULL,
4470: p_qlpaj_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
4471: p_qlpaj_range_break_quantity IN jtf_number_table := NULL,
4472: p_qlpaj_accrual_conv_rate IN jtf_number_table := NULL,
4473: p_qlpaj_pricing_group_sequence IN jtf_number_table := NULL,
4474: p_qlpaj_accrual_flag IN jtf_varchar2_table_100 := NULL,
4475: p_qlpaj_list_line_no IN jtf_varchar2_table_300 := NULL,
4476: p_qlpaj_source_system_code IN jtf_varchar2_table_100 := NULL,

Line 4473: p_qlpaj_pricing_group_sequence IN jtf_number_table := NULL,

4469: p_qlpaj_charge_type_code IN jtf_varchar2_table_100 := NULL,
4470: p_qlpaj_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
4471: p_qlpaj_range_break_quantity IN jtf_number_table := NULL,
4472: p_qlpaj_accrual_conv_rate IN jtf_number_table := NULL,
4473: p_qlpaj_pricing_group_sequence IN jtf_number_table := NULL,
4474: p_qlpaj_accrual_flag IN jtf_varchar2_table_100 := NULL,
4475: p_qlpaj_list_line_no IN jtf_varchar2_table_300 := NULL,
4476: p_qlpaj_source_system_code IN jtf_varchar2_table_100 := NULL,
4477: p_qlpaj_benefit_qty IN jtf_number_table := NULL,

Line 4477: p_qlpaj_benefit_qty IN jtf_number_table := NULL,

4473: p_qlpaj_pricing_group_sequence IN jtf_number_table := NULL,
4474: p_qlpaj_accrual_flag IN jtf_varchar2_table_100 := NULL,
4475: p_qlpaj_list_line_no IN jtf_varchar2_table_300 := NULL,
4476: p_qlpaj_source_system_code IN jtf_varchar2_table_100 := NULL,
4477: p_qlpaj_benefit_qty IN jtf_number_table := NULL,
4478: p_qlpaj_benefit_uom_code IN jtf_varchar2_table_100 := NULL,
4479: p_qlpaj_print_on_invoice_flag IN jtf_varchar2_table_100 := NULL,
4480: p_qlpaj_expiration_date IN jtf_date_table := NULL,
4481: p_qlpaj_rebate_trans_type_code IN jtf_varchar2_table_100 := NULL,

Line 4493: p_qlpar_adj_relationship_id IN jtf_number_table := NULL,

4489: p_qlpaj_proration_type_code IN jtf_varchar2_table_100 := NULL,
4490: p_qlpaj_include_on_ret_flag IN jtf_varchar2_table_100 := NULL,
4491: p_qlpaj_credit_or_charge_flag IN jtf_varchar2_table_100 := NULL,
4492: p_qlpar_operation_code IN jtf_varchar2_table_100 := NULL,
4493: p_qlpar_adj_relationship_id IN jtf_number_table := NULL,
4494: p_qlpar_creation_date IN jtf_date_table := NULL,
4495: p_qlpar_created_by IN jtf_number_table := NULL,
4496: p_qlpar_last_update_date IN jtf_date_table := NULL,
4497: p_qlpar_last_updated_by IN jtf_number_table := NULL,

Line 4495: p_qlpar_created_by IN jtf_number_table := NULL,

4491: p_qlpaj_credit_or_charge_flag IN jtf_varchar2_table_100 := NULL,
4492: p_qlpar_operation_code IN jtf_varchar2_table_100 := NULL,
4493: p_qlpar_adj_relationship_id IN jtf_number_table := NULL,
4494: p_qlpar_creation_date IN jtf_date_table := NULL,
4495: p_qlpar_created_by IN jtf_number_table := NULL,
4496: p_qlpar_last_update_date IN jtf_date_table := NULL,
4497: p_qlpar_last_updated_by IN jtf_number_table := NULL,
4498: p_qlpar_last_update_login IN jtf_number_table := NULL,
4499: p_qlpar_request_id IN jtf_number_table := NULL,

Line 4497: p_qlpar_last_updated_by IN jtf_number_table := NULL,

4493: p_qlpar_adj_relationship_id IN jtf_number_table := NULL,
4494: p_qlpar_creation_date IN jtf_date_table := NULL,
4495: p_qlpar_created_by IN jtf_number_table := NULL,
4496: p_qlpar_last_update_date IN jtf_date_table := NULL,
4497: p_qlpar_last_updated_by IN jtf_number_table := NULL,
4498: p_qlpar_last_update_login IN jtf_number_table := NULL,
4499: p_qlpar_request_id IN jtf_number_table := NULL,
4500: p_qlpar_program_application_id IN jtf_number_table := NULL,
4501: p_qlpar_program_id IN jtf_number_table := NULL,

Line 4498: p_qlpar_last_update_login IN jtf_number_table := NULL,

4494: p_qlpar_creation_date IN jtf_date_table := NULL,
4495: p_qlpar_created_by IN jtf_number_table := NULL,
4496: p_qlpar_last_update_date IN jtf_date_table := NULL,
4497: p_qlpar_last_updated_by IN jtf_number_table := NULL,
4498: p_qlpar_last_update_login IN jtf_number_table := NULL,
4499: p_qlpar_request_id IN jtf_number_table := NULL,
4500: p_qlpar_program_application_id IN jtf_number_table := NULL,
4501: p_qlpar_program_id IN jtf_number_table := NULL,
4502: p_qlpar_program_update_date IN jtf_date_table := NULL,

Line 4499: p_qlpar_request_id IN jtf_number_table := NULL,

4495: p_qlpar_created_by IN jtf_number_table := NULL,
4496: p_qlpar_last_update_date IN jtf_date_table := NULL,
4497: p_qlpar_last_updated_by IN jtf_number_table := NULL,
4498: p_qlpar_last_update_login IN jtf_number_table := NULL,
4499: p_qlpar_request_id IN jtf_number_table := NULL,
4500: p_qlpar_program_application_id IN jtf_number_table := NULL,
4501: p_qlpar_program_id IN jtf_number_table := NULL,
4502: p_qlpar_program_update_date IN jtf_date_table := NULL,
4503: p_qlpar_quote_line_id IN jtf_number_table := NULL,

Line 4500: p_qlpar_program_application_id IN jtf_number_table := NULL,

4496: p_qlpar_last_update_date IN jtf_date_table := NULL,
4497: p_qlpar_last_updated_by IN jtf_number_table := NULL,
4498: p_qlpar_last_update_login IN jtf_number_table := NULL,
4499: p_qlpar_request_id IN jtf_number_table := NULL,
4500: p_qlpar_program_application_id IN jtf_number_table := NULL,
4501: p_qlpar_program_id IN jtf_number_table := NULL,
4502: p_qlpar_program_update_date IN jtf_date_table := NULL,
4503: p_qlpar_quote_line_id IN jtf_number_table := NULL,
4504: p_qlpar_qte_line_index IN jtf_number_table := NULL,

Line 4501: p_qlpar_program_id IN jtf_number_table := NULL,

4497: p_qlpar_last_updated_by IN jtf_number_table := NULL,
4498: p_qlpar_last_update_login IN jtf_number_table := NULL,
4499: p_qlpar_request_id IN jtf_number_table := NULL,
4500: p_qlpar_program_application_id IN jtf_number_table := NULL,
4501: p_qlpar_program_id IN jtf_number_table := NULL,
4502: p_qlpar_program_update_date IN jtf_date_table := NULL,
4503: p_qlpar_quote_line_id IN jtf_number_table := NULL,
4504: p_qlpar_qte_line_index IN jtf_number_table := NULL,
4505: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,

Line 4503: p_qlpar_quote_line_id IN jtf_number_table := NULL,

4499: p_qlpar_request_id IN jtf_number_table := NULL,
4500: p_qlpar_program_application_id IN jtf_number_table := NULL,
4501: p_qlpar_program_id IN jtf_number_table := NULL,
4502: p_qlpar_program_update_date IN jtf_date_table := NULL,
4503: p_qlpar_quote_line_id IN jtf_number_table := NULL,
4504: p_qlpar_qte_line_index IN jtf_number_table := NULL,
4505: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,
4506: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4507: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,

Line 4504: p_qlpar_qte_line_index IN jtf_number_table := NULL,

4500: p_qlpar_program_application_id IN jtf_number_table := NULL,
4501: p_qlpar_program_id IN jtf_number_table := NULL,
4502: p_qlpar_program_update_date IN jtf_date_table := NULL,
4503: p_qlpar_quote_line_id IN jtf_number_table := NULL,
4504: p_qlpar_qte_line_index IN jtf_number_table := NULL,
4505: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,
4506: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4507: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4508: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,

Line 4505: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,

4501: p_qlpar_program_id IN jtf_number_table := NULL,
4502: p_qlpar_program_update_date IN jtf_date_table := NULL,
4503: p_qlpar_quote_line_id IN jtf_number_table := NULL,
4504: p_qlpar_qte_line_index IN jtf_number_table := NULL,
4505: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,
4506: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4507: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4508: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,
4509: p_qlae_qte_line_index IN jtf_number_table := NULL,

Line 4506: p_qlpar_price_adj_index IN jtf_number_table := NULL,

4502: p_qlpar_program_update_date IN jtf_date_table := NULL,
4503: p_qlpar_quote_line_id IN jtf_number_table := NULL,
4504: p_qlpar_qte_line_index IN jtf_number_table := NULL,
4505: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,
4506: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4507: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4508: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,
4509: p_qlae_qte_line_index IN jtf_number_table := NULL,
4510: p_qlae_shipment_index IN jtf_number_table := NULL,

Line 4507: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,

4503: p_qlpar_quote_line_id IN jtf_number_table := NULL,
4504: p_qlpar_qte_line_index IN jtf_number_table := NULL,
4505: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,
4506: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4507: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4508: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,
4509: p_qlae_qte_line_index IN jtf_number_table := NULL,
4510: p_qlae_shipment_index IN jtf_number_table := NULL,
4511: p_qlae_line_attribute_id IN jtf_number_table := NULL,

Line 4508: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,

4504: p_qlpar_qte_line_index IN jtf_number_table := NULL,
4505: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,
4506: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4507: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4508: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,
4509: p_qlae_qte_line_index IN jtf_number_table := NULL,
4510: p_qlae_shipment_index IN jtf_number_table := NULL,
4511: p_qlae_line_attribute_id IN jtf_number_table := NULL,
4512: p_qlae_creation_date IN jtf_date_table := NULL,

Line 4509: p_qlae_qte_line_index IN jtf_number_table := NULL,

4505: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,
4506: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4507: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4508: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,
4509: p_qlae_qte_line_index IN jtf_number_table := NULL,
4510: p_qlae_shipment_index IN jtf_number_table := NULL,
4511: p_qlae_line_attribute_id IN jtf_number_table := NULL,
4512: p_qlae_creation_date IN jtf_date_table := NULL,
4513: p_qlae_created_by IN jtf_number_table := NULL,

Line 4510: p_qlae_shipment_index IN jtf_number_table := NULL,

4506: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4507: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4508: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,
4509: p_qlae_qte_line_index IN jtf_number_table := NULL,
4510: p_qlae_shipment_index IN jtf_number_table := NULL,
4511: p_qlae_line_attribute_id IN jtf_number_table := NULL,
4512: p_qlae_creation_date IN jtf_date_table := NULL,
4513: p_qlae_created_by IN jtf_number_table := NULL,
4514: p_qlae_last_update_date IN jtf_date_table := NULL,

Line 4511: p_qlae_line_attribute_id IN jtf_number_table := NULL,

4507: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4508: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,
4509: p_qlae_qte_line_index IN jtf_number_table := NULL,
4510: p_qlae_shipment_index IN jtf_number_table := NULL,
4511: p_qlae_line_attribute_id IN jtf_number_table := NULL,
4512: p_qlae_creation_date IN jtf_date_table := NULL,
4513: p_qlae_created_by IN jtf_number_table := NULL,
4514: p_qlae_last_update_date IN jtf_date_table := NULL,
4515: p_qlae_last_updated_by IN jtf_number_table := NULL,

Line 4513: p_qlae_created_by IN jtf_number_table := NULL,

4509: p_qlae_qte_line_index IN jtf_number_table := NULL,
4510: p_qlae_shipment_index IN jtf_number_table := NULL,
4511: p_qlae_line_attribute_id IN jtf_number_table := NULL,
4512: p_qlae_creation_date IN jtf_date_table := NULL,
4513: p_qlae_created_by IN jtf_number_table := NULL,
4514: p_qlae_last_update_date IN jtf_date_table := NULL,
4515: p_qlae_last_updated_by IN jtf_number_table := NULL,
4516: p_qlae_last_update_login IN jtf_number_table := NULL,
4517: p_qlae_request_id IN jtf_number_table := NULL,

Line 4515: p_qlae_last_updated_by IN jtf_number_table := NULL,

4511: p_qlae_line_attribute_id IN jtf_number_table := NULL,
4512: p_qlae_creation_date IN jtf_date_table := NULL,
4513: p_qlae_created_by IN jtf_number_table := NULL,
4514: p_qlae_last_update_date IN jtf_date_table := NULL,
4515: p_qlae_last_updated_by IN jtf_number_table := NULL,
4516: p_qlae_last_update_login IN jtf_number_table := NULL,
4517: p_qlae_request_id IN jtf_number_table := NULL,
4518: p_qlae_program_application_id IN jtf_number_table := NULL,
4519: p_qlae_program_id IN jtf_number_table := NULL,

Line 4516: p_qlae_last_update_login IN jtf_number_table := NULL,

4512: p_qlae_creation_date IN jtf_date_table := NULL,
4513: p_qlae_created_by IN jtf_number_table := NULL,
4514: p_qlae_last_update_date IN jtf_date_table := NULL,
4515: p_qlae_last_updated_by IN jtf_number_table := NULL,
4516: p_qlae_last_update_login IN jtf_number_table := NULL,
4517: p_qlae_request_id IN jtf_number_table := NULL,
4518: p_qlae_program_application_id IN jtf_number_table := NULL,
4519: p_qlae_program_id IN jtf_number_table := NULL,
4520: p_qlae_program_update_date IN jtf_date_table := NULL,

Line 4517: p_qlae_request_id IN jtf_number_table := NULL,

4513: p_qlae_created_by IN jtf_number_table := NULL,
4514: p_qlae_last_update_date IN jtf_date_table := NULL,
4515: p_qlae_last_updated_by IN jtf_number_table := NULL,
4516: p_qlae_last_update_login IN jtf_number_table := NULL,
4517: p_qlae_request_id IN jtf_number_table := NULL,
4518: p_qlae_program_application_id IN jtf_number_table := NULL,
4519: p_qlae_program_id IN jtf_number_table := NULL,
4520: p_qlae_program_update_date IN jtf_date_table := NULL,
4521: p_qlae_quote_header_id IN jtf_number_table := NULL,

Line 4518: p_qlae_program_application_id IN jtf_number_table := NULL,

4514: p_qlae_last_update_date IN jtf_date_table := NULL,
4515: p_qlae_last_updated_by IN jtf_number_table := NULL,
4516: p_qlae_last_update_login IN jtf_number_table := NULL,
4517: p_qlae_request_id IN jtf_number_table := NULL,
4518: p_qlae_program_application_id IN jtf_number_table := NULL,
4519: p_qlae_program_id IN jtf_number_table := NULL,
4520: p_qlae_program_update_date IN jtf_date_table := NULL,
4521: p_qlae_quote_header_id IN jtf_number_table := NULL,
4522: p_qlae_quote_line_id IN jtf_number_table := NULL,

Line 4519: p_qlae_program_id IN jtf_number_table := NULL,

4515: p_qlae_last_updated_by IN jtf_number_table := NULL,
4516: p_qlae_last_update_login IN jtf_number_table := NULL,
4517: p_qlae_request_id IN jtf_number_table := NULL,
4518: p_qlae_program_application_id IN jtf_number_table := NULL,
4519: p_qlae_program_id IN jtf_number_table := NULL,
4520: p_qlae_program_update_date IN jtf_date_table := NULL,
4521: p_qlae_quote_header_id IN jtf_number_table := NULL,
4522: p_qlae_quote_line_id IN jtf_number_table := NULL,
4523: p_qlae_quote_shipment_id IN jtf_number_table := NULL,

Line 4521: p_qlae_quote_header_id IN jtf_number_table := NULL,

4517: p_qlae_request_id IN jtf_number_table := NULL,
4518: p_qlae_program_application_id IN jtf_number_table := NULL,
4519: p_qlae_program_id IN jtf_number_table := NULL,
4520: p_qlae_program_update_date IN jtf_date_table := NULL,
4521: p_qlae_quote_header_id IN jtf_number_table := NULL,
4522: p_qlae_quote_line_id IN jtf_number_table := NULL,
4523: p_qlae_quote_shipment_id IN jtf_number_table := NULL,
4524: p_qlae_attribute_type_code IN jtf_varchar2_table_100 := NULL,
4525: p_qlae_name IN jtf_varchar2_table_100 := NULL,

Line 4522: p_qlae_quote_line_id IN jtf_number_table := NULL,

4518: p_qlae_program_application_id IN jtf_number_table := NULL,
4519: p_qlae_program_id IN jtf_number_table := NULL,
4520: p_qlae_program_update_date IN jtf_date_table := NULL,
4521: p_qlae_quote_header_id IN jtf_number_table := NULL,
4522: p_qlae_quote_line_id IN jtf_number_table := NULL,
4523: p_qlae_quote_shipment_id IN jtf_number_table := NULL,
4524: p_qlae_attribute_type_code IN jtf_varchar2_table_100 := NULL,
4525: p_qlae_name IN jtf_varchar2_table_100 := NULL,
4526: p_qlae_value IN jtf_varchar2_table_2000 := NULL,

Line 4523: p_qlae_quote_shipment_id IN jtf_number_table := NULL,

4519: p_qlae_program_id IN jtf_number_table := NULL,
4520: p_qlae_program_update_date IN jtf_date_table := NULL,
4521: p_qlae_quote_header_id IN jtf_number_table := NULL,
4522: p_qlae_quote_line_id IN jtf_number_table := NULL,
4523: p_qlae_quote_shipment_id IN jtf_number_table := NULL,
4524: p_qlae_attribute_type_code IN jtf_varchar2_table_100 := NULL,
4525: p_qlae_name IN jtf_varchar2_table_100 := NULL,
4526: p_qlae_value IN jtf_varchar2_table_2000 := NULL,
4527: p_qlae_value_type IN jtf_varchar2_table_300 := NULL,

Line 4529: p_qlae_application_id IN jtf_number_table := NULL,

4525: p_qlae_name IN jtf_varchar2_table_100 := NULL,
4526: p_qlae_value IN jtf_varchar2_table_2000 := NULL,
4527: p_qlae_value_type IN jtf_varchar2_table_300 := NULL,
4528: p_qlae_status IN jtf_varchar2_table_100 := NULL,
4529: p_qlae_application_id IN jtf_number_table := NULL,
4530: p_qlae_start_date_active IN jtf_date_table := NULL,
4531: p_qlae_end_date_active IN jtf_date_table := NULL,
4532: p_qlae_operation_code IN jtf_varchar2_table_100 := NULL,
4533: p_qfc_operation_code IN jtf_varchar2_table_100 := NULL,

Line 4534: p_qfc_qte_line_index IN jtf_number_table := NULL,

4530: p_qlae_start_date_active IN jtf_date_table := NULL,
4531: p_qlae_end_date_active IN jtf_date_table := NULL,
4532: p_qlae_operation_code IN jtf_varchar2_table_100 := NULL,
4533: p_qfc_operation_code IN jtf_varchar2_table_100 := NULL,
4534: p_qfc_qte_line_index IN jtf_number_table := NULL,
4535: p_qfc_shipment_index IN jtf_number_table := NULL,
4536: p_qfc_freight_charge_id IN jtf_number_table := NULL,
4537: p_qfc_last_update_date IN jtf_date_table := NULL,
4538: p_qfc_last_updated_by IN jtf_number_table := NULL,

Line 4535: p_qfc_shipment_index IN jtf_number_table := NULL,

4531: p_qlae_end_date_active IN jtf_date_table := NULL,
4532: p_qlae_operation_code IN jtf_varchar2_table_100 := NULL,
4533: p_qfc_operation_code IN jtf_varchar2_table_100 := NULL,
4534: p_qfc_qte_line_index IN jtf_number_table := NULL,
4535: p_qfc_shipment_index IN jtf_number_table := NULL,
4536: p_qfc_freight_charge_id IN jtf_number_table := NULL,
4537: p_qfc_last_update_date IN jtf_date_table := NULL,
4538: p_qfc_last_updated_by IN jtf_number_table := NULL,
4539: p_qfc_creation_date IN jtf_date_table := NULL,

Line 4536: p_qfc_freight_charge_id IN jtf_number_table := NULL,

4532: p_qlae_operation_code IN jtf_varchar2_table_100 := NULL,
4533: p_qfc_operation_code IN jtf_varchar2_table_100 := NULL,
4534: p_qfc_qte_line_index IN jtf_number_table := NULL,
4535: p_qfc_shipment_index IN jtf_number_table := NULL,
4536: p_qfc_freight_charge_id IN jtf_number_table := NULL,
4537: p_qfc_last_update_date IN jtf_date_table := NULL,
4538: p_qfc_last_updated_by IN jtf_number_table := NULL,
4539: p_qfc_creation_date IN jtf_date_table := NULL,
4540: p_qfc_created_by IN jtf_number_table := NULL,

Line 4538: p_qfc_last_updated_by IN jtf_number_table := NULL,

4534: p_qfc_qte_line_index IN jtf_number_table := NULL,
4535: p_qfc_shipment_index IN jtf_number_table := NULL,
4536: p_qfc_freight_charge_id IN jtf_number_table := NULL,
4537: p_qfc_last_update_date IN jtf_date_table := NULL,
4538: p_qfc_last_updated_by IN jtf_number_table := NULL,
4539: p_qfc_creation_date IN jtf_date_table := NULL,
4540: p_qfc_created_by IN jtf_number_table := NULL,
4541: p_qfc_last_update_login IN jtf_number_table := NULL,
4542: p_qfc_program_application_id IN jtf_number_table := NULL,

Line 4540: p_qfc_created_by IN jtf_number_table := NULL,

4536: p_qfc_freight_charge_id IN jtf_number_table := NULL,
4537: p_qfc_last_update_date IN jtf_date_table := NULL,
4538: p_qfc_last_updated_by IN jtf_number_table := NULL,
4539: p_qfc_creation_date IN jtf_date_table := NULL,
4540: p_qfc_created_by IN jtf_number_table := NULL,
4541: p_qfc_last_update_login IN jtf_number_table := NULL,
4542: p_qfc_program_application_id IN jtf_number_table := NULL,
4543: p_qfc_program_id IN jtf_number_table := NULL,
4544: p_qfc_program_update_date IN jtf_date_table := NULL,

Line 4541: p_qfc_last_update_login IN jtf_number_table := NULL,

4537: p_qfc_last_update_date IN jtf_date_table := NULL,
4538: p_qfc_last_updated_by IN jtf_number_table := NULL,
4539: p_qfc_creation_date IN jtf_date_table := NULL,
4540: p_qfc_created_by IN jtf_number_table := NULL,
4541: p_qfc_last_update_login IN jtf_number_table := NULL,
4542: p_qfc_program_application_id IN jtf_number_table := NULL,
4543: p_qfc_program_id IN jtf_number_table := NULL,
4544: p_qfc_program_update_date IN jtf_date_table := NULL,
4545: p_qfc_request_id IN jtf_number_table := NULL,

Line 4542: p_qfc_program_application_id IN jtf_number_table := NULL,

4538: p_qfc_last_updated_by IN jtf_number_table := NULL,
4539: p_qfc_creation_date IN jtf_date_table := NULL,
4540: p_qfc_created_by IN jtf_number_table := NULL,
4541: p_qfc_last_update_login IN jtf_number_table := NULL,
4542: p_qfc_program_application_id IN jtf_number_table := NULL,
4543: p_qfc_program_id IN jtf_number_table := NULL,
4544: p_qfc_program_update_date IN jtf_date_table := NULL,
4545: p_qfc_request_id IN jtf_number_table := NULL,
4546: p_qfc_quote_shipment_id IN jtf_number_table := NULL,

Line 4543: p_qfc_program_id IN jtf_number_table := NULL,

4539: p_qfc_creation_date IN jtf_date_table := NULL,
4540: p_qfc_created_by IN jtf_number_table := NULL,
4541: p_qfc_last_update_login IN jtf_number_table := NULL,
4542: p_qfc_program_application_id IN jtf_number_table := NULL,
4543: p_qfc_program_id IN jtf_number_table := NULL,
4544: p_qfc_program_update_date IN jtf_date_table := NULL,
4545: p_qfc_request_id IN jtf_number_table := NULL,
4546: p_qfc_quote_shipment_id IN jtf_number_table := NULL,
4547: p_qfc_quote_line_id IN jtf_number_table := NULL,

Line 4545: p_qfc_request_id IN jtf_number_table := NULL,

4541: p_qfc_last_update_login IN jtf_number_table := NULL,
4542: p_qfc_program_application_id IN jtf_number_table := NULL,
4543: p_qfc_program_id IN jtf_number_table := NULL,
4544: p_qfc_program_update_date IN jtf_date_table := NULL,
4545: p_qfc_request_id IN jtf_number_table := NULL,
4546: p_qfc_quote_shipment_id IN jtf_number_table := NULL,
4547: p_qfc_quote_line_id IN jtf_number_table := NULL,
4548: p_qfc_freight_charge_type_id IN jtf_number_table := NULL,
4549: p_qfc_charge_amount IN jtf_number_table := NULL,

Line 4546: p_qfc_quote_shipment_id IN jtf_number_table := NULL,

4542: p_qfc_program_application_id IN jtf_number_table := NULL,
4543: p_qfc_program_id IN jtf_number_table := NULL,
4544: p_qfc_program_update_date IN jtf_date_table := NULL,
4545: p_qfc_request_id IN jtf_number_table := NULL,
4546: p_qfc_quote_shipment_id IN jtf_number_table := NULL,
4547: p_qfc_quote_line_id IN jtf_number_table := NULL,
4548: p_qfc_freight_charge_type_id IN jtf_number_table := NULL,
4549: p_qfc_charge_amount IN jtf_number_table := NULL,
4550: p_qfc_attribute_category IN jtf_varchar2_table_200 := NULL,

Line 4547: p_qfc_quote_line_id IN jtf_number_table := NULL,

4543: p_qfc_program_id IN jtf_number_table := NULL,
4544: p_qfc_program_update_date IN jtf_date_table := NULL,
4545: p_qfc_request_id IN jtf_number_table := NULL,
4546: p_qfc_quote_shipment_id IN jtf_number_table := NULL,
4547: p_qfc_quote_line_id IN jtf_number_table := NULL,
4548: p_qfc_freight_charge_type_id IN jtf_number_table := NULL,
4549: p_qfc_charge_amount IN jtf_number_table := NULL,
4550: p_qfc_attribute_category IN jtf_varchar2_table_200 := NULL,
4551: p_qfc_attribute1 IN jtf_varchar2_table_200 := NULL,

Line 4548: p_qfc_freight_charge_type_id IN jtf_number_table := NULL,

4544: p_qfc_program_update_date IN jtf_date_table := NULL,
4545: p_qfc_request_id IN jtf_number_table := NULL,
4546: p_qfc_quote_shipment_id IN jtf_number_table := NULL,
4547: p_qfc_quote_line_id IN jtf_number_table := NULL,
4548: p_qfc_freight_charge_type_id IN jtf_number_table := NULL,
4549: p_qfc_charge_amount IN jtf_number_table := NULL,
4550: p_qfc_attribute_category IN jtf_varchar2_table_200 := NULL,
4551: p_qfc_attribute1 IN jtf_varchar2_table_200 := NULL,
4552: p_qfc_attribute2 IN jtf_varchar2_table_200 := NULL,

Line 4549: p_qfc_charge_amount IN jtf_number_table := NULL,

4545: p_qfc_request_id IN jtf_number_table := NULL,
4546: p_qfc_quote_shipment_id IN jtf_number_table := NULL,
4547: p_qfc_quote_line_id IN jtf_number_table := NULL,
4548: p_qfc_freight_charge_type_id IN jtf_number_table := NULL,
4549: p_qfc_charge_amount IN jtf_number_table := NULL,
4550: p_qfc_attribute_category IN jtf_varchar2_table_200 := NULL,
4551: p_qfc_attribute1 IN jtf_varchar2_table_200 := NULL,
4552: p_qfc_attribute2 IN jtf_varchar2_table_200 := NULL,
4553: p_qfc_attribute3 IN jtf_varchar2_table_200 := NULL,

Line 4567: p_qlfc_qte_line_index IN jtf_number_table := NULL,

4563: p_qfc_attribute13 IN jtf_varchar2_table_200 := NULL,
4564: p_qfc_attribute14 IN jtf_varchar2_table_200 := NULL,
4565: p_qfc_attribute15 IN jtf_varchar2_table_200 := NULL,
4566: p_qlfc_operation_code IN jtf_varchar2_table_100 := NULL,
4567: p_qlfc_qte_line_index IN jtf_number_table := NULL,
4568: p_qlfc_shipment_index IN jtf_number_table := NULL,
4569: p_qlfc_freight_charge_id IN jtf_number_table := NULL,
4570: p_qlfc_last_update_date IN jtf_date_table := NULL,
4571: p_qlfc_last_updated_by IN jtf_number_table := NULL,

Line 4568: p_qlfc_shipment_index IN jtf_number_table := NULL,

4564: p_qfc_attribute14 IN jtf_varchar2_table_200 := NULL,
4565: p_qfc_attribute15 IN jtf_varchar2_table_200 := NULL,
4566: p_qlfc_operation_code IN jtf_varchar2_table_100 := NULL,
4567: p_qlfc_qte_line_index IN jtf_number_table := NULL,
4568: p_qlfc_shipment_index IN jtf_number_table := NULL,
4569: p_qlfc_freight_charge_id IN jtf_number_table := NULL,
4570: p_qlfc_last_update_date IN jtf_date_table := NULL,
4571: p_qlfc_last_updated_by IN jtf_number_table := NULL,
4572: p_qlfc_creation_date IN jtf_date_table := NULL,

Line 4569: p_qlfc_freight_charge_id IN jtf_number_table := NULL,

4565: p_qfc_attribute15 IN jtf_varchar2_table_200 := NULL,
4566: p_qlfc_operation_code IN jtf_varchar2_table_100 := NULL,
4567: p_qlfc_qte_line_index IN jtf_number_table := NULL,
4568: p_qlfc_shipment_index IN jtf_number_table := NULL,
4569: p_qlfc_freight_charge_id IN jtf_number_table := NULL,
4570: p_qlfc_last_update_date IN jtf_date_table := NULL,
4571: p_qlfc_last_updated_by IN jtf_number_table := NULL,
4572: p_qlfc_creation_date IN jtf_date_table := NULL,
4573: p_qlfc_created_by IN jtf_number_table := NULL,

Line 4571: p_qlfc_last_updated_by IN jtf_number_table := NULL,

4567: p_qlfc_qte_line_index IN jtf_number_table := NULL,
4568: p_qlfc_shipment_index IN jtf_number_table := NULL,
4569: p_qlfc_freight_charge_id IN jtf_number_table := NULL,
4570: p_qlfc_last_update_date IN jtf_date_table := NULL,
4571: p_qlfc_last_updated_by IN jtf_number_table := NULL,
4572: p_qlfc_creation_date IN jtf_date_table := NULL,
4573: p_qlfc_created_by IN jtf_number_table := NULL,
4574: p_qlfc_last_update_login IN jtf_number_table := NULL,
4575: p_qlfc_program_application_id IN jtf_number_table := NULL,

Line 4573: p_qlfc_created_by IN jtf_number_table := NULL,

4569: p_qlfc_freight_charge_id IN jtf_number_table := NULL,
4570: p_qlfc_last_update_date IN jtf_date_table := NULL,
4571: p_qlfc_last_updated_by IN jtf_number_table := NULL,
4572: p_qlfc_creation_date IN jtf_date_table := NULL,
4573: p_qlfc_created_by IN jtf_number_table := NULL,
4574: p_qlfc_last_update_login IN jtf_number_table := NULL,
4575: p_qlfc_program_application_id IN jtf_number_table := NULL,
4576: p_qlfc_program_id IN jtf_number_table := NULL,
4577: p_qlfc_program_update_date IN jtf_date_table := NULL,

Line 4574: p_qlfc_last_update_login IN jtf_number_table := NULL,

4570: p_qlfc_last_update_date IN jtf_date_table := NULL,
4571: p_qlfc_last_updated_by IN jtf_number_table := NULL,
4572: p_qlfc_creation_date IN jtf_date_table := NULL,
4573: p_qlfc_created_by IN jtf_number_table := NULL,
4574: p_qlfc_last_update_login IN jtf_number_table := NULL,
4575: p_qlfc_program_application_id IN jtf_number_table := NULL,
4576: p_qlfc_program_id IN jtf_number_table := NULL,
4577: p_qlfc_program_update_date IN jtf_date_table := NULL,
4578: p_qlfc_request_id IN jtf_number_table := NULL,

Line 4575: p_qlfc_program_application_id IN jtf_number_table := NULL,

4571: p_qlfc_last_updated_by IN jtf_number_table := NULL,
4572: p_qlfc_creation_date IN jtf_date_table := NULL,
4573: p_qlfc_created_by IN jtf_number_table := NULL,
4574: p_qlfc_last_update_login IN jtf_number_table := NULL,
4575: p_qlfc_program_application_id IN jtf_number_table := NULL,
4576: p_qlfc_program_id IN jtf_number_table := NULL,
4577: p_qlfc_program_update_date IN jtf_date_table := NULL,
4578: p_qlfc_request_id IN jtf_number_table := NULL,
4579: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,

Line 4576: p_qlfc_program_id IN jtf_number_table := NULL,

4572: p_qlfc_creation_date IN jtf_date_table := NULL,
4573: p_qlfc_created_by IN jtf_number_table := NULL,
4574: p_qlfc_last_update_login IN jtf_number_table := NULL,
4575: p_qlfc_program_application_id IN jtf_number_table := NULL,
4576: p_qlfc_program_id IN jtf_number_table := NULL,
4577: p_qlfc_program_update_date IN jtf_date_table := NULL,
4578: p_qlfc_request_id IN jtf_number_table := NULL,
4579: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,
4580: p_qlfc_quote_line_id IN jtf_number_table := NULL,

Line 4578: p_qlfc_request_id IN jtf_number_table := NULL,

4574: p_qlfc_last_update_login IN jtf_number_table := NULL,
4575: p_qlfc_program_application_id IN jtf_number_table := NULL,
4576: p_qlfc_program_id IN jtf_number_table := NULL,
4577: p_qlfc_program_update_date IN jtf_date_table := NULL,
4578: p_qlfc_request_id IN jtf_number_table := NULL,
4579: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,
4580: p_qlfc_quote_line_id IN jtf_number_table := NULL,
4581: p_qlfc_freight_charge_type_id IN jtf_number_table := NULL,
4582: p_qlfc_charge_amount IN jtf_number_table := NULL,

Line 4579: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,

4575: p_qlfc_program_application_id IN jtf_number_table := NULL,
4576: p_qlfc_program_id IN jtf_number_table := NULL,
4577: p_qlfc_program_update_date IN jtf_date_table := NULL,
4578: p_qlfc_request_id IN jtf_number_table := NULL,
4579: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,
4580: p_qlfc_quote_line_id IN jtf_number_table := NULL,
4581: p_qlfc_freight_charge_type_id IN jtf_number_table := NULL,
4582: p_qlfc_charge_amount IN jtf_number_table := NULL,
4583: p_qlfc_attribute_category IN jtf_varchar2_table_200 := NULL,

Line 4580: p_qlfc_quote_line_id IN jtf_number_table := NULL,

4576: p_qlfc_program_id IN jtf_number_table := NULL,
4577: p_qlfc_program_update_date IN jtf_date_table := NULL,
4578: p_qlfc_request_id IN jtf_number_table := NULL,
4579: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,
4580: p_qlfc_quote_line_id IN jtf_number_table := NULL,
4581: p_qlfc_freight_charge_type_id IN jtf_number_table := NULL,
4582: p_qlfc_charge_amount IN jtf_number_table := NULL,
4583: p_qlfc_attribute_category IN jtf_varchar2_table_200 := NULL,
4584: p_qlfc_attribute1 IN jtf_varchar2_table_200 := NULL,

Line 4581: p_qlfc_freight_charge_type_id IN jtf_number_table := NULL,

4577: p_qlfc_program_update_date IN jtf_date_table := NULL,
4578: p_qlfc_request_id IN jtf_number_table := NULL,
4579: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,
4580: p_qlfc_quote_line_id IN jtf_number_table := NULL,
4581: p_qlfc_freight_charge_type_id IN jtf_number_table := NULL,
4582: p_qlfc_charge_amount IN jtf_number_table := NULL,
4583: p_qlfc_attribute_category IN jtf_varchar2_table_200 := NULL,
4584: p_qlfc_attribute1 IN jtf_varchar2_table_200 := NULL,
4585: p_qlfc_attribute2 IN jtf_varchar2_table_200 := NULL,

Line 4582: p_qlfc_charge_amount IN jtf_number_table := NULL,

4578: p_qlfc_request_id IN jtf_number_table := NULL,
4579: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,
4580: p_qlfc_quote_line_id IN jtf_number_table := NULL,
4581: p_qlfc_freight_charge_type_id IN jtf_number_table := NULL,
4582: p_qlfc_charge_amount IN jtf_number_table := NULL,
4583: p_qlfc_attribute_category IN jtf_varchar2_table_200 := NULL,
4584: p_qlfc_attribute1 IN jtf_varchar2_table_200 := NULL,
4585: p_qlfc_attribute2 IN jtf_varchar2_table_200 := NULL,
4586: p_qlfc_attribute3 IN jtf_varchar2_table_200 := NULL,

Line 6032: x_ql_quote_line_id OUT NOCOPY jtf_number_table ,

6028: END SubmitQuoteWrapper;
6029:
6030:
6031: PROCEDURE AddModelsToCartWrapper(
6032: x_ql_quote_line_id OUT NOCOPY jtf_number_table ,
6033: p_api_version_number IN NUMBER := 1 ,
6034: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
6035: p_commit IN VARCHAR2 := FND_API.G_FALSE ,
6036: p_Bundle_Flag IN VARCHAR2 := FND_API.G_FALSE ,

Line 6162: p_ql_created_by IN jtf_number_table := NULL,

6158: p_q_minisite_id IN NUMBER := FND_API.G_MISS_NUM,
6159: p_q_pricing_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
6160: p_q_tax_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
6161: p_ql_creation_date IN jtf_date_table := NULL,
6162: p_ql_created_by IN jtf_number_table := NULL,
6163: p_ql_last_updated_by IN jtf_number_table := NULL,
6164: p_ql_last_update_date IN jtf_date_table := NULL,
6165: p_ql_last_update_login IN jtf_number_table := NULL,
6166: p_ql_request_id IN jtf_number_table := NULL,

Line 6163: p_ql_last_updated_by IN jtf_number_table := NULL,

6159: p_q_pricing_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
6160: p_q_tax_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
6161: p_ql_creation_date IN jtf_date_table := NULL,
6162: p_ql_created_by IN jtf_number_table := NULL,
6163: p_ql_last_updated_by IN jtf_number_table := NULL,
6164: p_ql_last_update_date IN jtf_date_table := NULL,
6165: p_ql_last_update_login IN jtf_number_table := NULL,
6166: p_ql_request_id IN jtf_number_table := NULL,
6167: p_ql_program_application_id IN jtf_number_table := NULL,

Line 6165: p_ql_last_update_login IN jtf_number_table := NULL,

6161: p_ql_creation_date IN jtf_date_table := NULL,
6162: p_ql_created_by IN jtf_number_table := NULL,
6163: p_ql_last_updated_by IN jtf_number_table := NULL,
6164: p_ql_last_update_date IN jtf_date_table := NULL,
6165: p_ql_last_update_login IN jtf_number_table := NULL,
6166: p_ql_request_id IN jtf_number_table := NULL,
6167: p_ql_program_application_id IN jtf_number_table := NULL,
6168: p_ql_program_id IN jtf_number_table := NULL,
6169: p_ql_program_update_date IN jtf_date_table := NULL,

Line 6166: p_ql_request_id IN jtf_number_table := NULL,

6162: p_ql_created_by IN jtf_number_table := NULL,
6163: p_ql_last_updated_by IN jtf_number_table := NULL,
6164: p_ql_last_update_date IN jtf_date_table := NULL,
6165: p_ql_last_update_login IN jtf_number_table := NULL,
6166: p_ql_request_id IN jtf_number_table := NULL,
6167: p_ql_program_application_id IN jtf_number_table := NULL,
6168: p_ql_program_id IN jtf_number_table := NULL,
6169: p_ql_program_update_date IN jtf_date_table := NULL,
6170: p_ql_quote_line_id IN jtf_number_table := NULL,

Line 6167: p_ql_program_application_id IN jtf_number_table := NULL,

6163: p_ql_last_updated_by IN jtf_number_table := NULL,
6164: p_ql_last_update_date IN jtf_date_table := NULL,
6165: p_ql_last_update_login IN jtf_number_table := NULL,
6166: p_ql_request_id IN jtf_number_table := NULL,
6167: p_ql_program_application_id IN jtf_number_table := NULL,
6168: p_ql_program_id IN jtf_number_table := NULL,
6169: p_ql_program_update_date IN jtf_date_table := NULL,
6170: p_ql_quote_line_id IN jtf_number_table := NULL,
6171: p_ql_quote_header_id IN jtf_number_table := NULL,

Line 6168: p_ql_program_id IN jtf_number_table := NULL,

6164: p_ql_last_update_date IN jtf_date_table := NULL,
6165: p_ql_last_update_login IN jtf_number_table := NULL,
6166: p_ql_request_id IN jtf_number_table := NULL,
6167: p_ql_program_application_id IN jtf_number_table := NULL,
6168: p_ql_program_id IN jtf_number_table := NULL,
6169: p_ql_program_update_date IN jtf_date_table := NULL,
6170: p_ql_quote_line_id IN jtf_number_table := NULL,
6171: p_ql_quote_header_id IN jtf_number_table := NULL,
6172: p_ql_org_id IN jtf_number_table := NULL,

Line 6170: p_ql_quote_line_id IN jtf_number_table := NULL,

6166: p_ql_request_id IN jtf_number_table := NULL,
6167: p_ql_program_application_id IN jtf_number_table := NULL,
6168: p_ql_program_id IN jtf_number_table := NULL,
6169: p_ql_program_update_date IN jtf_date_table := NULL,
6170: p_ql_quote_line_id IN jtf_number_table := NULL,
6171: p_ql_quote_header_id IN jtf_number_table := NULL,
6172: p_ql_org_id IN jtf_number_table := NULL,
6173: p_ql_line_number IN jtf_number_table := NULL,
6174: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,

Line 6171: p_ql_quote_header_id IN jtf_number_table := NULL,

6167: p_ql_program_application_id IN jtf_number_table := NULL,
6168: p_ql_program_id IN jtf_number_table := NULL,
6169: p_ql_program_update_date IN jtf_date_table := NULL,
6170: p_ql_quote_line_id IN jtf_number_table := NULL,
6171: p_ql_quote_header_id IN jtf_number_table := NULL,
6172: p_ql_org_id IN jtf_number_table := NULL,
6173: p_ql_line_number IN jtf_number_table := NULL,
6174: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
6175: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,

Line 6172: p_ql_org_id IN jtf_number_table := NULL,

6168: p_ql_program_id IN jtf_number_table := NULL,
6169: p_ql_program_update_date IN jtf_date_table := NULL,
6170: p_ql_quote_line_id IN jtf_number_table := NULL,
6171: p_ql_quote_header_id IN jtf_number_table := NULL,
6172: p_ql_org_id IN jtf_number_table := NULL,
6173: p_ql_line_number IN jtf_number_table := NULL,
6174: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
6175: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
6176: p_ql_inventory_item_id IN jtf_number_table := NULL,

Line 6173: p_ql_line_number IN jtf_number_table := NULL,

6169: p_ql_program_update_date IN jtf_date_table := NULL,
6170: p_ql_quote_line_id IN jtf_number_table := NULL,
6171: p_ql_quote_header_id IN jtf_number_table := NULL,
6172: p_ql_org_id IN jtf_number_table := NULL,
6173: p_ql_line_number IN jtf_number_table := NULL,
6174: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
6175: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
6176: p_ql_inventory_item_id IN jtf_number_table := NULL,
6177: p_ql_organization_id IN jtf_number_table := NULL,

Line 6176: p_ql_inventory_item_id IN jtf_number_table := NULL,

6172: p_ql_org_id IN jtf_number_table := NULL,
6173: p_ql_line_number IN jtf_number_table := NULL,
6174: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
6175: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
6176: p_ql_inventory_item_id IN jtf_number_table := NULL,
6177: p_ql_organization_id IN jtf_number_table := NULL,
6178: p_ql_quantity IN jtf_number_table := NULL,
6179: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
6180: p_ql_start_date_active IN jtf_date_table := NULL,

Line 6177: p_ql_organization_id IN jtf_number_table := NULL,

6173: p_ql_line_number IN jtf_number_table := NULL,
6174: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
6175: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
6176: p_ql_inventory_item_id IN jtf_number_table := NULL,
6177: p_ql_organization_id IN jtf_number_table := NULL,
6178: p_ql_quantity IN jtf_number_table := NULL,
6179: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
6180: p_ql_start_date_active IN jtf_date_table := NULL,
6181: p_ql_end_date_active IN jtf_date_table := NULL,

Line 6178: p_ql_quantity IN jtf_number_table := NULL,

6174: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
6175: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
6176: p_ql_inventory_item_id IN jtf_number_table := NULL,
6177: p_ql_organization_id IN jtf_number_table := NULL,
6178: p_ql_quantity IN jtf_number_table := NULL,
6179: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
6180: p_ql_start_date_active IN jtf_date_table := NULL,
6181: p_ql_end_date_active IN jtf_date_table := NULL,
6182: p_ql_order_line_type_id IN jtf_number_table := NULL,

Line 6182: p_ql_order_line_type_id IN jtf_number_table := NULL,

6178: p_ql_quantity IN jtf_number_table := NULL,
6179: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
6180: p_ql_start_date_active IN jtf_date_table := NULL,
6181: p_ql_end_date_active IN jtf_date_table := NULL,
6182: p_ql_order_line_type_id IN jtf_number_table := NULL,
6183: p_ql_price_list_id IN jtf_number_table := NULL,
6184: p_ql_price_list_line_id IN jtf_number_table := NULL,
6185: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
6186: p_ql_line_list_price IN jtf_number_table := NULL,

Line 6183: p_ql_price_list_id IN jtf_number_table := NULL,

6179: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
6180: p_ql_start_date_active IN jtf_date_table := NULL,
6181: p_ql_end_date_active IN jtf_date_table := NULL,
6182: p_ql_order_line_type_id IN jtf_number_table := NULL,
6183: p_ql_price_list_id IN jtf_number_table := NULL,
6184: p_ql_price_list_line_id IN jtf_number_table := NULL,
6185: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
6186: p_ql_line_list_price IN jtf_number_table := NULL,
6187: p_ql_line_adjusted_amount IN jtf_number_table := NULL,

Line 6184: p_ql_price_list_line_id IN jtf_number_table := NULL,

6180: p_ql_start_date_active IN jtf_date_table := NULL,
6181: p_ql_end_date_active IN jtf_date_table := NULL,
6182: p_ql_order_line_type_id IN jtf_number_table := NULL,
6183: p_ql_price_list_id IN jtf_number_table := NULL,
6184: p_ql_price_list_line_id IN jtf_number_table := NULL,
6185: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
6186: p_ql_line_list_price IN jtf_number_table := NULL,
6187: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
6188: p_ql_line_adjusted_percent IN jtf_number_table := NULL,

Line 6186: p_ql_line_list_price IN jtf_number_table := NULL,

6182: p_ql_order_line_type_id IN jtf_number_table := NULL,
6183: p_ql_price_list_id IN jtf_number_table := NULL,
6184: p_ql_price_list_line_id IN jtf_number_table := NULL,
6185: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
6186: p_ql_line_list_price IN jtf_number_table := NULL,
6187: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
6188: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
6189: p_ql_line_quote_price IN jtf_number_table := NULL,
6190: p_ql_related_item_id IN jtf_number_table := NULL,

Line 6187: p_ql_line_adjusted_amount IN jtf_number_table := NULL,

6183: p_ql_price_list_id IN jtf_number_table := NULL,
6184: p_ql_price_list_line_id IN jtf_number_table := NULL,
6185: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
6186: p_ql_line_list_price IN jtf_number_table := NULL,
6187: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
6188: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
6189: p_ql_line_quote_price IN jtf_number_table := NULL,
6190: p_ql_related_item_id IN jtf_number_table := NULL,
6191: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,

Line 6188: p_ql_line_adjusted_percent IN jtf_number_table := NULL,

6184: p_ql_price_list_line_id IN jtf_number_table := NULL,
6185: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
6186: p_ql_line_list_price IN jtf_number_table := NULL,
6187: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
6188: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
6189: p_ql_line_quote_price IN jtf_number_table := NULL,
6190: p_ql_related_item_id IN jtf_number_table := NULL,
6191: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,
6192: p_ql_split_shipment_flag IN jtf_varchar2_table_100 := NULL,

Line 6189: p_ql_line_quote_price IN jtf_number_table := NULL,

6185: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
6186: p_ql_line_list_price IN jtf_number_table := NULL,
6187: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
6188: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
6189: p_ql_line_quote_price IN jtf_number_table := NULL,
6190: p_ql_related_item_id IN jtf_number_table := NULL,
6191: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,
6192: p_ql_split_shipment_flag IN jtf_varchar2_table_100 := NULL,
6193: p_ql_backorder_flag IN jtf_varchar2_table_100 := NULL,

Line 6190: p_ql_related_item_id IN jtf_number_table := NULL,

6186: p_ql_line_list_price IN jtf_number_table := NULL,
6187: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
6188: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
6189: p_ql_line_quote_price IN jtf_number_table := NULL,
6190: p_ql_related_item_id IN jtf_number_table := NULL,
6191: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,
6192: p_ql_split_shipment_flag IN jtf_varchar2_table_100 := NULL,
6193: p_ql_backorder_flag IN jtf_varchar2_table_100 := NULL,
6194: p_ql_selling_price_change IN jtf_varchar2_table_100 := NULL,

Line 6212: p_ql_accounting_rule_id IN jtf_number_table := NULL,

6208: p_ql_attribute12 IN jtf_varchar2_table_300 := NULL,
6209: p_ql_attribute13 IN jtf_varchar2_table_300 := NULL,
6210: p_ql_attribute14 IN jtf_varchar2_table_300 := NULL,
6211: p_ql_attribute15 IN jtf_varchar2_table_300 := NULL,
6212: p_ql_accounting_rule_id IN jtf_number_table := NULL,
6213: p_ql_ffm_content_name IN jtf_varchar2_table_300 := NULL,
6214: p_ql_ffm_content_type IN jtf_varchar2_table_300 := NULL,
6215: p_ql_ffm_document_type IN jtf_varchar2_table_300 := NULL,
6216: p_ql_ffm_media_id IN jtf_varchar2_table_300 := NULL,

Line 6219: p_ql_invoice_to_party_id IN jtf_number_table := NULL,

6215: p_ql_ffm_document_type IN jtf_varchar2_table_300 := NULL,
6216: p_ql_ffm_media_id IN jtf_varchar2_table_300 := NULL,
6217: p_ql_ffm_media_type IN jtf_varchar2_table_300 := NULL,
6218: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
6219: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
6220: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
6221: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
6222: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
6223: p_ql_marketing_source_code_id IN jtf_number_table := NULL,

Line 6220: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,

6216: p_ql_ffm_media_id IN jtf_varchar2_table_300 := NULL,
6217: p_ql_ffm_media_type IN jtf_varchar2_table_300 := NULL,
6218: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
6219: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
6220: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
6221: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
6222: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
6223: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
6224: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,

Line 6221: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,

6217: p_ql_ffm_media_type IN jtf_varchar2_table_300 := NULL,
6218: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
6219: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
6220: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
6221: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
6222: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
6223: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
6224: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
6225: p_ql_commitment_id IN jtf_number_table := NULL,

Line 6222: p_ql_invoicing_rule_id IN jtf_number_table := NULL,

6218: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
6219: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
6220: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
6221: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
6222: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
6223: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
6224: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
6225: p_ql_commitment_id IN jtf_number_table := NULL,
6226: p_ql_agreement_id IN jtf_number_table := NULL,

Line 6223: p_ql_marketing_source_code_id IN jtf_number_table := NULL,

6219: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
6220: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
6221: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
6222: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
6223: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
6224: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
6225: p_ql_commitment_id IN jtf_number_table := NULL,
6226: p_ql_agreement_id IN jtf_number_table := NULL,
6227: p_ql_minisite_id IN jtf_number_table := NULL,

Line 6225: p_ql_commitment_id IN jtf_number_table := NULL,

6221: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
6222: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
6223: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
6224: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
6225: p_ql_commitment_id IN jtf_number_table := NULL,
6226: p_ql_agreement_id IN jtf_number_table := NULL,
6227: p_ql_minisite_id IN jtf_number_table := NULL,
6228: p_ql_section_id IN jtf_number_table := NULL,
6229: p_ql_line_codes IN jtf_number_table := NULL

Line 6226: p_ql_agreement_id IN jtf_number_table := NULL,

6222: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
6223: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
6224: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
6225: p_ql_commitment_id IN jtf_number_table := NULL,
6226: p_ql_agreement_id IN jtf_number_table := NULL,
6227: p_ql_minisite_id IN jtf_number_table := NULL,
6228: p_ql_section_id IN jtf_number_table := NULL,
6229: p_ql_line_codes IN jtf_number_table := NULL
6230: )

Line 6227: p_ql_minisite_id IN jtf_number_table := NULL,

6223: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
6224: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
6225: p_ql_commitment_id IN jtf_number_table := NULL,
6226: p_ql_agreement_id IN jtf_number_table := NULL,
6227: p_ql_minisite_id IN jtf_number_table := NULL,
6228: p_ql_section_id IN jtf_number_table := NULL,
6229: p_ql_line_codes IN jtf_number_table := NULL
6230: )
6231: IS

Line 6228: p_ql_section_id IN jtf_number_table := NULL,

6224: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
6225: p_ql_commitment_id IN jtf_number_table := NULL,
6226: p_ql_agreement_id IN jtf_number_table := NULL,
6227: p_ql_minisite_id IN jtf_number_table := NULL,
6228: p_ql_section_id IN jtf_number_table := NULL,
6229: p_ql_line_codes IN jtf_number_table := NULL
6230: )
6231: IS
6232: l_qte_header_rec ASO_Quote_Pub.qte_header_rec_type := ASO_Quote_Pub.G_MISS_Qte_Header_Rec;

Line 6229: p_ql_line_codes IN jtf_number_table := NULL

6225: p_ql_commitment_id IN jtf_number_table := NULL,
6226: p_ql_agreement_id IN jtf_number_table := NULL,
6227: p_ql_minisite_id IN jtf_number_table := NULL,
6228: p_ql_section_id IN jtf_number_table := NULL,
6229: p_ql_line_codes IN jtf_number_table := NULL
6230: )
6231: IS
6232: l_qte_header_rec ASO_Quote_Pub.qte_header_rec_type := ASO_Quote_Pub.G_MISS_Qte_Header_Rec;
6233: l_qte_line_tbl ASO_Quote_Pub.qte_line_tbl_type := ASO_Quote_Pub.G_MISS_QTE_LINE_TBL;

Line 6463: x_ql_quote_line_id := JTF_NUMBER_TABLE();

6459: ,x_msg_data => x_msg_data
6460: );
6461:
6462: l_count := x_qte_line_tbl.COUNT;
6463: x_ql_quote_line_id := JTF_NUMBER_TABLE();
6464:
6465: IF l_count > 0 THEN
6466: x_ql_quote_line_id.extend(l_count);
6467: -- Set Output for Quote_Line_ids

Line 6598: p_instance_ids IN jtf_number_table := NULL,

6594: p_q_end_cust_party_site_id IN NUMBER := FND_API.G_MISS_NUM,
6595: p_q_end_cust_cust_account_id IN NUMBER := FND_API.G_MISS_NUM,
6596: p_q_pricing_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
6597: p_q_tax_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
6598: p_instance_ids IN jtf_number_table := NULL,
6599: x_config_line OUT NOCOPY ConfigCurTyp,
6600: x_last_update_date OUT NOCOPY DATE,
6601: x_return_status OUT NOCOPY VARCHAR2,
6602: x_msg_count OUT NOCOPY NUMBER,