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 357: p_adj_relationship_id IN jtf_number_table ,

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

Line 359: p_created_by IN jtf_number_table ,

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

Line 361: p_last_updated_by IN jtf_number_table ,

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

Line 362: p_last_update_login IN jtf_number_table ,

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

Line 363: p_request_id IN jtf_number_table ,

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

Line 364: p_program_application_id IN jtf_number_table ,

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

Line 365: p_program_id IN jtf_number_table ,

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

Line 367: p_quote_line_id IN jtf_number_table ,

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

Line 368: p_qte_line_index IN jtf_number_table ,

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

Line 369: p_price_adjustment_id IN jtf_number_table ,

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

Line 370: p_price_adj_index IN jtf_number_table ,

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

Line 371: p_rltd_price_adj_id IN jtf_number_table ,

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

Line 372: p_rltd_price_adj_index IN jtf_number_table

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

Line 477: p_qte_line_index IN jtf_number_table ,

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

Line 478: p_price_adjustment_id IN jtf_number_table ,

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

Line 480: p_created_by IN jtf_number_table ,

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

Line 482: p_last_updated_by IN jtf_number_table ,

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

Line 483: p_last_update_login IN jtf_number_table ,

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

Line 484: p_program_application_id IN jtf_number_table ,

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

Line 485: p_program_id IN jtf_number_table ,

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

Line 487: p_request_id IN jtf_number_table ,

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

Line 488: p_quote_header_id IN jtf_number_table ,

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

Line 489: p_quote_line_id IN jtf_number_table ,

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

Line 490: p_modifier_header_id IN jtf_number_table ,

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

Line 491: p_modifier_line_id IN jtf_number_table ,

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

Line 494: p_modified_from IN jtf_number_table ,

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

Line 495: p_modified_to IN jtf_number_table ,

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

Line 496: p_operand IN jtf_number_table ,

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

Line 503: p_pricing_phase_id IN jtf_number_table ,

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

Line 525: p_cost_id IN jtf_number_table ,

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

Line 530: p_parent_adjustment_id IN jtf_number_table ,

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

Line 535: p_adjusted_amount IN jtf_number_table ,

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

Line 538: p_range_break_quantity IN jtf_number_table ,

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

Line 539: p_accrual_conv_rate IN jtf_number_table ,

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

Line 540: p_pricing_group_sequence IN jtf_number_table ,

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

Line 544: p_benefit_qty IN jtf_number_table ,

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

Line 776: p_qte_line_index IN jtf_number_table ,

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

Line 777: p_price_adj_index IN jtf_number_table ,

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

Line 778: p_price_adj_attrib_id IN jtf_number_table ,

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

Line 780: p_created_by IN jtf_number_table ,

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

Line 782: p_last_updated_by IN jtf_number_table ,

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

Line 783: p_last_update_login IN jtf_number_table ,

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

Line 784: p_program_application_id IN jtf_number_table ,

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

Line 785: p_program_id IN jtf_number_table ,

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

Line 787: p_request_id IN jtf_number_table ,

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

Line 788: p_price_adjustment_id IN jtf_number_table ,

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

Line 888: p_qte_line_index IN jtf_number_table ,

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

Line 889: p_shipment_index IN jtf_number_table ,

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

Line 890: p_line_attribute_id IN jtf_number_table ,

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

Line 892: p_created_by IN jtf_number_table ,

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

Line 894: p_last_updated_by IN jtf_number_table ,

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

Line 895: p_last_update_login IN jtf_number_table ,

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

Line 896: p_request_id IN jtf_number_table ,

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

Line 897: p_program_application_id IN jtf_number_table ,

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

Line 898: p_program_id IN jtf_number_table ,

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

Line 900: p_quote_header_id IN jtf_number_table ,

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

Line 901: p_quote_line_id IN jtf_number_table ,

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

Line 902: p_quote_shipment_id IN jtf_number_table ,

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

Line 908: p_application_id IN jtf_number_table ,

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

Line 1030: p_qte_line_index IN jtf_number_table ,

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

Line 1031: p_shipment_index IN jtf_number_table ,

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

Line 1032: p_freight_charge_id IN jtf_number_table ,

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

Line 1034: p_last_updated_by IN jtf_number_table ,

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

Line 1036: p_created_by IN jtf_number_table ,

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

Line 1037: p_last_update_login IN jtf_number_table ,

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

Line 1038: p_program_application_id IN jtf_number_table ,

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

Line 1039: p_program_id IN jtf_number_table ,

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

Line 1041: p_request_id IN jtf_number_table ,

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

Line 1042: p_quote_shipment_id IN jtf_number_table ,

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

Line 1043: p_quote_line_id IN jtf_number_table ,

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

Line 1044: p_freight_charge_type_id IN jtf_number_table ,

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

Line 1045: p_charge_amount IN jtf_number_table ,

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

Line 1181: p_qte_line_index IN jtf_number_table ,

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

Line 1182: p_price_attribute_id IN jtf_number_table ,

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

Line 1184: p_created_by IN jtf_number_table ,

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

Line 1186: p_last_updated_by IN jtf_number_table ,

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

Line 1187: p_last_update_login IN jtf_number_table ,

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

Line 1188: p_request_id IN jtf_number_table ,

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

Line 1189: p_program_application_id IN jtf_number_table ,

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

Line 1190: p_program_id IN jtf_number_table ,

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

Line 1192: p_quote_header_id IN jtf_number_table ,

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

Line 1193: p_quote_line_id IN jtf_number_table ,

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

Line 1756: p_qte_line_index IN jtf_number_table ,

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

Line 1757: p_shipment_id IN jtf_number_table ,

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

Line 1759: p_created_by IN jtf_number_table ,

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

Line 1761: p_last_updated_by IN jtf_number_table ,

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

Line 1762: p_last_update_login IN jtf_number_table ,

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

Line 1763: p_request_id IN jtf_number_table ,

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

Line 1764: p_program_application_id IN jtf_number_table ,

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

Line 1765: p_program_id IN jtf_number_table ,

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

Line 1767: p_quote_header_id IN jtf_number_table ,

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

Line 1768: p_quote_line_id IN jtf_number_table ,

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

Line 1772: p_ship_to_party_site_id IN jtf_number_table ,

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

Line 1773: p_ship_to_party_id IN jtf_number_table ,

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

Line 1774: p_ship_to_cust_acct_id IN jtf_number_table ,

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

Line 1776: p_ship_set_id IN jtf_number_table ,

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

Line 1784: p_quantity IN jtf_number_table ,

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

Line 1785: p_reserved_quantity IN jtf_number_table ,

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

Line 1786: p_reservation_id IN jtf_number_table ,

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

Line 1787: p_order_line_id IN jtf_number_table ,

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

Line 2105: p_qte_line_index IN jtf_number_table ,

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

Line 2106: p_shipment_index IN jtf_number_table ,

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

Line 2107: p_tax_detail_id IN jtf_number_table ,

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

Line 2108: p_quote_header_id IN jtf_number_table ,

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

Line 2109: p_quote_line_id IN jtf_number_table ,

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

Line 2110: p_quote_shipment_id IN jtf_number_table ,

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

Line 2112: p_created_by IN jtf_number_table ,

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

Line 2114: p_last_updated_by IN jtf_number_table ,

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

Line 2115: p_last_update_login IN jtf_number_table ,

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

Line 2116: p_request_id IN jtf_number_table ,

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

Line 2117: p_program_application_id IN jtf_number_table ,

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

Line 2118: p_program_id IN jtf_number_table ,

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

Line 2122: p_tax_rate IN jtf_number_table ,

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

Line 2124: p_tax_amount IN jtf_number_table ,

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

Line 2764: p_created_by IN jtf_number_table ,

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

Line 2765: p_last_updated_by IN jtf_number_table ,

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

Line 2767: p_last_update_login IN jtf_number_table ,

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

Line 2768: p_request_id IN jtf_number_table ,

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

Line 2769: p_program_application_id IN jtf_number_table ,

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

Line 2770: p_program_id IN jtf_number_table ,

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

Line 2772: p_quote_line_id IN jtf_number_table ,

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

Line 2773: p_quote_header_id IN jtf_number_table ,

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

Line 2774: p_org_id IN jtf_number_table ,

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

Line 2775: p_line_number IN jtf_number_table ,

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

Line 2778: p_inventory_item_id IN jtf_number_table ,

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

Line 2779: p_organization_id IN jtf_number_table ,

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

Line 2780: p_quantity IN jtf_number_table ,

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

Line 2784: p_order_line_type_id IN jtf_number_table ,

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

Line 2785: p_price_list_id IN jtf_number_table ,

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

Line 2786: p_price_list_line_id IN jtf_number_table ,

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

Line 2788: p_line_list_price IN jtf_number_table ,

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

Line 2789: p_line_adjusted_amount IN jtf_number_table ,

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

Line 2790: p_line_adjusted_percent IN jtf_number_table ,

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

Line 2791: p_line_quote_price IN jtf_number_table ,

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

Line 2792: p_related_item_id IN jtf_number_table ,

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

Line 2814: p_accounting_rule_id IN jtf_number_table ,

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

Line 2821: p_invoice_to_party_id IN jtf_number_table ,

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

Line 2822: p_invoice_to_party_site_id IN jtf_number_table ,

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

Line 2823: p_invoice_to_cust_acct_id IN jtf_number_table ,

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

Line 2824: p_invoicing_rule_id IN jtf_number_table ,

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

Line 2825: p_marketing_source_code_id IN jtf_number_table ,

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

Line 2826: p_commitment_id IN jtf_number_table ,

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

Line 2827: p_agreement_id IN jtf_number_table ,

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

Line 2828: p_minisite_id IN jtf_number_table ,

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

Line 2829: p_section_id IN jtf_number_table ,

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

Line 2831: p_end_customer_party_id IN jtf_number_table ,

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

Line 2832: p_end_customer_cust_party_id IN jtf_number_table ,

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

Line 2833: p_end_customer_party_site_id IN jtf_number_table ,

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

Line 2834: p_end_customer_cust_account_id IN jtf_number_table

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

Line 3150: p_quote_line_detail_id IN jtf_number_table ,

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

Line 3152: p_created_by IN jtf_number_table ,

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

Line 3154: p_last_updated_by IN jtf_number_table ,

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

Line 3155: p_last_update_login IN jtf_number_table ,

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

Line 3156: p_request_id IN jtf_number_table ,

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

Line 3157: p_program_application_id IN jtf_number_table ,

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

Line 3158: p_program_id IN jtf_number_table ,

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

Line 3160: p_quote_line_id IN jtf_number_table ,

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

Line 3161: p_config_header_id IN jtf_number_table ,

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

Line 3162: p_config_revision_num IN jtf_number_table ,

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

Line 3163: p_config_item_id IN jtf_number_table ,

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

Line 3168: p_service_duration IN jtf_number_table ,

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

Line 3170: p_service_unit_selling IN jtf_number_table ,

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

Line 3171: p_service_unit_list IN jtf_number_table ,

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

Line 3172: p_service_number IN jtf_number_table ,

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

Line 3173: p_unit_percent_base_price IN jtf_number_table ,

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

Line 3191: p_service_ref_order_number IN jtf_number_table ,

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

Line 3192: p_service_ref_line_number IN jtf_number_table ,

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

Line 3193: p_service_ref_qte_line_ind IN jtf_number_table ,

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

Line 3194: p_service_ref_line_id IN jtf_number_table ,

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

Line 3195: p_service_ref_system_id IN jtf_number_table ,

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

Line 3196: p_service_ref_option_numb IN jtf_number_table ,

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

Line 3197: p_service_ref_shipment IN jtf_number_table ,

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

Line 3199: p_return_ref_header_id IN jtf_number_table ,

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

Line 3200: p_return_ref_line_id IN jtf_number_table ,

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

Line 3217: p_qte_line_index IN jtf_number_table ,

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

Line 3427: p_line_relationship_id IN jtf_number_table ,

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

Line 3429: p_created_by IN jtf_number_table ,

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

Line 3430: p_last_updated_by IN jtf_number_table ,

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

Line 3432: p_last_update_login IN jtf_number_table ,

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

Line 3433: p_request_id IN jtf_number_table ,

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

Line 3434: p_program_application_id IN jtf_number_table ,

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

Line 3435: p_program_id IN jtf_number_table ,

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

Line 3437: p_quote_line_id IN jtf_number_table ,

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

Line 3438: p_related_quote_line_id IN jtf_number_table ,

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

Line 3441: p_qte_line_index IN jtf_number_table ,

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

Line 3442: p_related_qte_line_index IN jtf_number_table ,

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

Line 3671: p_ql_created_by IN jtf_number_table := NULL,

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

Line 3672: p_ql_last_updated_by IN jtf_number_table := NULL,

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

Line 3674: p_ql_last_update_login IN jtf_number_table := NULL,

3670: p_ql_creation_date IN jtf_date_table := NULL,
3671: p_ql_created_by IN jtf_number_table := NULL,
3672: p_ql_last_updated_by IN jtf_number_table := NULL,
3673: p_ql_last_update_date IN jtf_date_table := NULL,
3674: p_ql_last_update_login IN jtf_number_table := NULL,
3675: p_ql_request_id IN jtf_number_table := NULL,
3676: p_ql_program_application_id IN jtf_number_table := NULL,
3677: p_ql_program_id IN jtf_number_table := NULL,
3678: p_ql_program_update_date IN jtf_date_table := NULL,

Line 3675: p_ql_request_id IN jtf_number_table := NULL,

3671: p_ql_created_by IN jtf_number_table := NULL,
3672: p_ql_last_updated_by IN jtf_number_table := NULL,
3673: p_ql_last_update_date IN jtf_date_table := NULL,
3674: p_ql_last_update_login IN jtf_number_table := NULL,
3675: p_ql_request_id IN jtf_number_table := NULL,
3676: p_ql_program_application_id IN jtf_number_table := NULL,
3677: p_ql_program_id IN jtf_number_table := NULL,
3678: p_ql_program_update_date IN jtf_date_table := NULL,
3679: p_ql_quote_line_id IN jtf_number_table := NULL,

Line 3676: p_ql_program_application_id IN jtf_number_table := NULL,

3672: p_ql_last_updated_by IN jtf_number_table := NULL,
3673: p_ql_last_update_date IN jtf_date_table := NULL,
3674: p_ql_last_update_login IN jtf_number_table := NULL,
3675: p_ql_request_id IN jtf_number_table := NULL,
3676: p_ql_program_application_id IN jtf_number_table := NULL,
3677: p_ql_program_id IN jtf_number_table := NULL,
3678: p_ql_program_update_date IN jtf_date_table := NULL,
3679: p_ql_quote_line_id IN jtf_number_table := NULL,
3680: p_ql_quote_header_id IN jtf_number_table := NULL,

Line 3677: p_ql_program_id IN jtf_number_table := NULL,

3673: p_ql_last_update_date IN jtf_date_table := NULL,
3674: p_ql_last_update_login IN jtf_number_table := NULL,
3675: p_ql_request_id IN jtf_number_table := NULL,
3676: p_ql_program_application_id IN jtf_number_table := NULL,
3677: p_ql_program_id IN jtf_number_table := NULL,
3678: p_ql_program_update_date IN jtf_date_table := NULL,
3679: p_ql_quote_line_id IN jtf_number_table := NULL,
3680: p_ql_quote_header_id IN jtf_number_table := NULL,
3681: p_ql_org_id IN jtf_number_table := NULL,

Line 3679: p_ql_quote_line_id IN jtf_number_table := NULL,

3675: p_ql_request_id IN jtf_number_table := NULL,
3676: p_ql_program_application_id IN jtf_number_table := NULL,
3677: p_ql_program_id IN jtf_number_table := NULL,
3678: p_ql_program_update_date IN jtf_date_table := NULL,
3679: p_ql_quote_line_id IN jtf_number_table := NULL,
3680: p_ql_quote_header_id IN jtf_number_table := NULL,
3681: p_ql_org_id IN jtf_number_table := NULL,
3682: p_ql_line_number IN jtf_number_table := NULL,
3683: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,

Line 3680: p_ql_quote_header_id IN jtf_number_table := NULL,

3676: p_ql_program_application_id IN jtf_number_table := NULL,
3677: p_ql_program_id IN jtf_number_table := NULL,
3678: p_ql_program_update_date IN jtf_date_table := NULL,
3679: p_ql_quote_line_id IN jtf_number_table := NULL,
3680: p_ql_quote_header_id IN jtf_number_table := NULL,
3681: p_ql_org_id IN jtf_number_table := NULL,
3682: p_ql_line_number IN jtf_number_table := NULL,
3683: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
3684: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,

Line 3681: p_ql_org_id IN jtf_number_table := NULL,

3677: p_ql_program_id IN jtf_number_table := NULL,
3678: p_ql_program_update_date IN jtf_date_table := NULL,
3679: p_ql_quote_line_id IN jtf_number_table := NULL,
3680: p_ql_quote_header_id IN jtf_number_table := NULL,
3681: p_ql_org_id IN jtf_number_table := NULL,
3682: p_ql_line_number IN jtf_number_table := NULL,
3683: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
3684: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
3685: p_ql_inventory_item_id IN jtf_number_table := NULL,

Line 3682: p_ql_line_number IN jtf_number_table := NULL,

3678: p_ql_program_update_date IN jtf_date_table := NULL,
3679: p_ql_quote_line_id IN jtf_number_table := NULL,
3680: p_ql_quote_header_id IN jtf_number_table := NULL,
3681: p_ql_org_id IN jtf_number_table := NULL,
3682: p_ql_line_number IN jtf_number_table := NULL,
3683: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
3684: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
3685: p_ql_inventory_item_id IN jtf_number_table := NULL,
3686: p_ql_organization_id IN jtf_number_table := NULL,

Line 3685: p_ql_inventory_item_id IN jtf_number_table := NULL,

3681: p_ql_org_id IN jtf_number_table := NULL,
3682: p_ql_line_number IN jtf_number_table := NULL,
3683: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
3684: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
3685: p_ql_inventory_item_id IN jtf_number_table := NULL,
3686: p_ql_organization_id IN jtf_number_table := NULL,
3687: p_ql_quantity IN jtf_number_table := NULL,
3688: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
3689: p_ql_start_date_active IN jtf_date_table := NULL,

Line 3686: p_ql_organization_id IN jtf_number_table := NULL,

3682: p_ql_line_number IN jtf_number_table := NULL,
3683: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
3684: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
3685: p_ql_inventory_item_id IN jtf_number_table := NULL,
3686: p_ql_organization_id IN jtf_number_table := NULL,
3687: p_ql_quantity IN jtf_number_table := NULL,
3688: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
3689: p_ql_start_date_active IN jtf_date_table := NULL,
3690: p_ql_end_date_active IN jtf_date_table := NULL,

Line 3687: p_ql_quantity IN jtf_number_table := NULL,

3683: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
3684: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
3685: p_ql_inventory_item_id IN jtf_number_table := NULL,
3686: p_ql_organization_id IN jtf_number_table := NULL,
3687: p_ql_quantity IN jtf_number_table := NULL,
3688: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
3689: p_ql_start_date_active IN jtf_date_table := NULL,
3690: p_ql_end_date_active IN jtf_date_table := NULL,
3691: p_ql_order_line_type_id IN jtf_number_table := NULL,

Line 3691: p_ql_order_line_type_id IN jtf_number_table := NULL,

3687: p_ql_quantity IN jtf_number_table := NULL,
3688: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
3689: p_ql_start_date_active IN jtf_date_table := NULL,
3690: p_ql_end_date_active IN jtf_date_table := NULL,
3691: p_ql_order_line_type_id IN jtf_number_table := NULL,
3692: p_ql_price_list_id IN jtf_number_table := NULL,
3693: p_ql_price_list_line_id IN jtf_number_table := NULL,
3694: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
3695: p_ql_line_list_price IN jtf_number_table := NULL,

Line 3692: p_ql_price_list_id IN jtf_number_table := NULL,

3688: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
3689: p_ql_start_date_active IN jtf_date_table := NULL,
3690: p_ql_end_date_active IN jtf_date_table := NULL,
3691: p_ql_order_line_type_id IN jtf_number_table := NULL,
3692: p_ql_price_list_id IN jtf_number_table := NULL,
3693: p_ql_price_list_line_id IN jtf_number_table := NULL,
3694: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
3695: p_ql_line_list_price IN jtf_number_table := NULL,
3696: p_ql_line_adjusted_amount IN jtf_number_table := NULL,

Line 3693: p_ql_price_list_line_id IN jtf_number_table := NULL,

3689: p_ql_start_date_active IN jtf_date_table := NULL,
3690: p_ql_end_date_active IN jtf_date_table := NULL,
3691: p_ql_order_line_type_id IN jtf_number_table := NULL,
3692: p_ql_price_list_id IN jtf_number_table := NULL,
3693: p_ql_price_list_line_id IN jtf_number_table := NULL,
3694: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
3695: p_ql_line_list_price IN jtf_number_table := NULL,
3696: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
3697: p_ql_line_adjusted_percent IN jtf_number_table := NULL,

Line 3695: p_ql_line_list_price IN jtf_number_table := NULL,

3691: p_ql_order_line_type_id IN jtf_number_table := NULL,
3692: p_ql_price_list_id IN jtf_number_table := NULL,
3693: p_ql_price_list_line_id IN jtf_number_table := NULL,
3694: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
3695: p_ql_line_list_price IN jtf_number_table := NULL,
3696: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
3697: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
3698: p_ql_line_quote_price IN jtf_number_table := NULL,
3699: p_ql_related_item_id IN jtf_number_table := NULL,

Line 3696: p_ql_line_adjusted_amount IN jtf_number_table := NULL,

3692: p_ql_price_list_id IN jtf_number_table := NULL,
3693: p_ql_price_list_line_id IN jtf_number_table := NULL,
3694: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
3695: p_ql_line_list_price IN jtf_number_table := NULL,
3696: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
3697: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
3698: p_ql_line_quote_price IN jtf_number_table := NULL,
3699: p_ql_related_item_id IN jtf_number_table := NULL,
3700: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,

Line 3697: p_ql_line_adjusted_percent IN jtf_number_table := NULL,

3693: p_ql_price_list_line_id IN jtf_number_table := NULL,
3694: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
3695: p_ql_line_list_price IN jtf_number_table := NULL,
3696: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
3697: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
3698: p_ql_line_quote_price IN jtf_number_table := NULL,
3699: p_ql_related_item_id IN jtf_number_table := NULL,
3700: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,
3701: p_ql_split_shipment_flag IN jtf_varchar2_table_100 := NULL,

Line 3698: p_ql_line_quote_price IN jtf_number_table := NULL,

3694: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
3695: p_ql_line_list_price IN jtf_number_table := NULL,
3696: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
3697: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
3698: p_ql_line_quote_price IN jtf_number_table := NULL,
3699: p_ql_related_item_id IN jtf_number_table := NULL,
3700: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,
3701: p_ql_split_shipment_flag IN jtf_varchar2_table_100 := NULL,
3702: p_ql_backorder_flag IN jtf_varchar2_table_100 := NULL,

Line 3699: p_ql_related_item_id IN jtf_number_table := NULL,

3695: p_ql_line_list_price IN jtf_number_table := NULL,
3696: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
3697: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
3698: p_ql_line_quote_price IN jtf_number_table := NULL,
3699: p_ql_related_item_id IN jtf_number_table := NULL,
3700: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,
3701: p_ql_split_shipment_flag IN jtf_varchar2_table_100 := NULL,
3702: p_ql_backorder_flag IN jtf_varchar2_table_100 := NULL,
3703: p_ql_selling_price_change IN jtf_varchar2_table_100 := NULL,

Line 3721: p_ql_accounting_rule_id IN jtf_number_table := NULL,

3717: p_ql_attribute12 IN jtf_varchar2_table_300 := NULL,
3718: p_ql_attribute13 IN jtf_varchar2_table_300 := NULL,
3719: p_ql_attribute14 IN jtf_varchar2_table_300 := NULL,
3720: p_ql_attribute15 IN jtf_varchar2_table_300 := NULL,
3721: p_ql_accounting_rule_id IN jtf_number_table := NULL,
3722: p_ql_ffm_content_name IN jtf_varchar2_table_300 := NULL,
3723: p_ql_ffm_content_type IN jtf_varchar2_table_300 := NULL,
3724: p_ql_ffm_document_type IN jtf_varchar2_table_300 := NULL,
3725: p_ql_ffm_media_id IN jtf_varchar2_table_300 := NULL,

Line 3728: p_ql_invoice_to_party_id IN jtf_number_table := NULL,

3724: p_ql_ffm_document_type IN jtf_varchar2_table_300 := NULL,
3725: p_ql_ffm_media_id IN jtf_varchar2_table_300 := NULL,
3726: p_ql_ffm_media_type IN jtf_varchar2_table_300 := NULL,
3727: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
3728: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
3729: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
3730: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
3731: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
3732: p_ql_marketing_source_code_id IN jtf_number_table := NULL,

Line 3729: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,

3725: p_ql_ffm_media_id IN jtf_varchar2_table_300 := NULL,
3726: p_ql_ffm_media_type IN jtf_varchar2_table_300 := NULL,
3727: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
3728: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
3729: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
3730: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
3731: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
3732: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
3733: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,

Line 3730: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,

3726: p_ql_ffm_media_type IN jtf_varchar2_table_300 := NULL,
3727: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
3728: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
3729: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
3730: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
3731: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
3732: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
3733: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
3734: p_ql_commitment_id IN jtf_number_table := NULL,

Line 3731: p_ql_invoicing_rule_id IN jtf_number_table := NULL,

3727: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
3728: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
3729: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
3730: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
3731: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
3732: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
3733: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
3734: p_ql_commitment_id IN jtf_number_table := NULL,
3735: p_ql_agreement_id IN jtf_number_table := NULL,

Line 3732: p_ql_marketing_source_code_id IN jtf_number_table := NULL,

3728: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
3729: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
3730: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
3731: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
3732: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
3733: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
3734: p_ql_commitment_id IN jtf_number_table := NULL,
3735: p_ql_agreement_id IN jtf_number_table := NULL,
3736: p_ql_minisite_id IN jtf_number_table := NULL,

Line 3734: p_ql_commitment_id IN jtf_number_table := NULL,

3730: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
3731: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
3732: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
3733: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
3734: p_ql_commitment_id IN jtf_number_table := NULL,
3735: p_ql_agreement_id IN jtf_number_table := NULL,
3736: p_ql_minisite_id IN jtf_number_table := NULL,
3737: p_ql_section_id IN jtf_number_table := NULL,
3738: p_ql_line_codes IN jtf_number_table := NULL,

Line 3735: p_ql_agreement_id IN jtf_number_table := NULL,

3731: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
3732: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
3733: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
3734: p_ql_commitment_id IN jtf_number_table := NULL,
3735: p_ql_agreement_id IN jtf_number_table := NULL,
3736: p_ql_minisite_id IN jtf_number_table := NULL,
3737: p_ql_section_id IN jtf_number_table := NULL,
3738: p_ql_line_codes IN jtf_number_table := NULL,
3739: p_ql_end_cust_party_id IN jtf_number_table := NULL,

Line 3736: p_ql_minisite_id IN jtf_number_table := NULL,

3732: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
3733: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
3734: p_ql_commitment_id IN jtf_number_table := NULL,
3735: p_ql_agreement_id IN jtf_number_table := NULL,
3736: p_ql_minisite_id IN jtf_number_table := NULL,
3737: p_ql_section_id IN jtf_number_table := NULL,
3738: p_ql_line_codes IN jtf_number_table := NULL,
3739: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3740: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,

Line 3737: p_ql_section_id IN jtf_number_table := NULL,

3733: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
3734: p_ql_commitment_id IN jtf_number_table := NULL,
3735: p_ql_agreement_id IN jtf_number_table := NULL,
3736: p_ql_minisite_id IN jtf_number_table := NULL,
3737: p_ql_section_id IN jtf_number_table := NULL,
3738: p_ql_line_codes IN jtf_number_table := NULL,
3739: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3740: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,
3741: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,

Line 3738: p_ql_line_codes IN jtf_number_table := NULL,

3734: p_ql_commitment_id IN jtf_number_table := NULL,
3735: p_ql_agreement_id IN jtf_number_table := NULL,
3736: p_ql_minisite_id IN jtf_number_table := NULL,
3737: p_ql_section_id IN jtf_number_table := NULL,
3738: p_ql_line_codes IN jtf_number_table := NULL,
3739: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3740: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,
3741: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,
3742: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,

Line 3739: p_ql_end_cust_party_id IN jtf_number_table := NULL,

3735: p_ql_agreement_id IN jtf_number_table := NULL,
3736: p_ql_minisite_id IN jtf_number_table := NULL,
3737: p_ql_section_id IN jtf_number_table := NULL,
3738: p_ql_line_codes IN jtf_number_table := NULL,
3739: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3740: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,
3741: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,
3742: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,
3743: p_qrl_line_relationship_id IN jtf_number_table := NULL,

Line 3740: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,

3736: p_ql_minisite_id IN jtf_number_table := NULL,
3737: p_ql_section_id IN jtf_number_table := NULL,
3738: p_ql_line_codes IN jtf_number_table := NULL,
3739: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3740: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,
3741: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,
3742: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,
3743: p_qrl_line_relationship_id IN jtf_number_table := NULL,
3744: p_qrl_creation_date IN jtf_date_table := NULL,

Line 3741: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,

3737: p_ql_section_id IN jtf_number_table := NULL,
3738: p_ql_line_codes IN jtf_number_table := NULL,
3739: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3740: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,
3741: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,
3742: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,
3743: p_qrl_line_relationship_id IN jtf_number_table := NULL,
3744: p_qrl_creation_date IN jtf_date_table := NULL,
3745: p_qrl_created_by IN jtf_number_table := NULL,

Line 3742: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,

3738: p_ql_line_codes IN jtf_number_table := NULL,
3739: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3740: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,
3741: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,
3742: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,
3743: p_qrl_line_relationship_id IN jtf_number_table := NULL,
3744: p_qrl_creation_date IN jtf_date_table := NULL,
3745: p_qrl_created_by IN jtf_number_table := NULL,
3746: p_qrl_last_updated_by IN jtf_number_table := NULL,

Line 3743: p_qrl_line_relationship_id IN jtf_number_table := NULL,

3739: p_ql_end_cust_party_id IN jtf_number_table := NULL,
3740: p_ql_end_cust_cust_party_id IN jtf_number_table := NULL,
3741: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,
3742: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,
3743: p_qrl_line_relationship_id IN jtf_number_table := NULL,
3744: p_qrl_creation_date IN jtf_date_table := NULL,
3745: p_qrl_created_by IN jtf_number_table := NULL,
3746: p_qrl_last_updated_by IN jtf_number_table := NULL,
3747: p_qrl_last_update_date IN jtf_date_table := NULL,

Line 3745: p_qrl_created_by IN jtf_number_table := NULL,

3741: p_ql_end_cust_party_site_id IN jtf_number_table := NULL,
3742: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,
3743: p_qrl_line_relationship_id IN jtf_number_table := NULL,
3744: p_qrl_creation_date IN jtf_date_table := NULL,
3745: p_qrl_created_by IN jtf_number_table := NULL,
3746: p_qrl_last_updated_by IN jtf_number_table := NULL,
3747: p_qrl_last_update_date IN jtf_date_table := NULL,
3748: p_qrl_last_update_login IN jtf_number_table := NULL,
3749: p_qrl_request_id IN jtf_number_table := NULL,

Line 3746: p_qrl_last_updated_by IN jtf_number_table := NULL,

3742: p_ql_end_cust_cust_account_id IN jtf_number_table := NULL,
3743: p_qrl_line_relationship_id IN jtf_number_table := NULL,
3744: p_qrl_creation_date IN jtf_date_table := NULL,
3745: p_qrl_created_by IN jtf_number_table := NULL,
3746: p_qrl_last_updated_by IN jtf_number_table := NULL,
3747: p_qrl_last_update_date IN jtf_date_table := NULL,
3748: p_qrl_last_update_login IN jtf_number_table := NULL,
3749: p_qrl_request_id IN jtf_number_table := NULL,
3750: p_qrl_program_application_id IN jtf_number_table := NULL,

Line 3748: p_qrl_last_update_login IN jtf_number_table := NULL,

3744: p_qrl_creation_date IN jtf_date_table := NULL,
3745: p_qrl_created_by IN jtf_number_table := NULL,
3746: p_qrl_last_updated_by IN jtf_number_table := NULL,
3747: p_qrl_last_update_date IN jtf_date_table := NULL,
3748: p_qrl_last_update_login IN jtf_number_table := NULL,
3749: p_qrl_request_id IN jtf_number_table := NULL,
3750: p_qrl_program_application_id IN jtf_number_table := NULL,
3751: p_qrl_program_id IN jtf_number_table := NULL,
3752: p_qrl_program_update_date IN jtf_date_table := NULL,

Line 3749: p_qrl_request_id IN jtf_number_table := NULL,

3745: p_qrl_created_by IN jtf_number_table := NULL,
3746: p_qrl_last_updated_by IN jtf_number_table := NULL,
3747: p_qrl_last_update_date IN jtf_date_table := NULL,
3748: p_qrl_last_update_login IN jtf_number_table := NULL,
3749: p_qrl_request_id IN jtf_number_table := NULL,
3750: p_qrl_program_application_id IN jtf_number_table := NULL,
3751: p_qrl_program_id IN jtf_number_table := NULL,
3752: p_qrl_program_update_date IN jtf_date_table := NULL,
3753: p_qrl_quote_line_id IN jtf_number_table := NULL,

Line 3750: p_qrl_program_application_id IN jtf_number_table := NULL,

3746: p_qrl_last_updated_by IN jtf_number_table := NULL,
3747: p_qrl_last_update_date IN jtf_date_table := NULL,
3748: p_qrl_last_update_login IN jtf_number_table := NULL,
3749: p_qrl_request_id IN jtf_number_table := NULL,
3750: p_qrl_program_application_id IN jtf_number_table := NULL,
3751: p_qrl_program_id IN jtf_number_table := NULL,
3752: p_qrl_program_update_date IN jtf_date_table := NULL,
3753: p_qrl_quote_line_id IN jtf_number_table := NULL,
3754: p_qrl_related_quote_line_id IN jtf_number_table := NULL,

Line 3751: p_qrl_program_id IN jtf_number_table := NULL,

3747: p_qrl_last_update_date IN jtf_date_table := NULL,
3748: p_qrl_last_update_login IN jtf_number_table := NULL,
3749: p_qrl_request_id IN jtf_number_table := NULL,
3750: p_qrl_program_application_id IN jtf_number_table := NULL,
3751: p_qrl_program_id IN jtf_number_table := NULL,
3752: p_qrl_program_update_date IN jtf_date_table := NULL,
3753: p_qrl_quote_line_id IN jtf_number_table := NULL,
3754: p_qrl_related_quote_line_id IN jtf_number_table := NULL,
3755: p_qrl_relationship_type_code IN jtf_varchar2_table_100 := NULL,

Line 3753: p_qrl_quote_line_id IN jtf_number_table := NULL,

3749: p_qrl_request_id IN jtf_number_table := NULL,
3750: p_qrl_program_application_id IN jtf_number_table := NULL,
3751: p_qrl_program_id IN jtf_number_table := NULL,
3752: p_qrl_program_update_date IN jtf_date_table := NULL,
3753: p_qrl_quote_line_id IN jtf_number_table := NULL,
3754: p_qrl_related_quote_line_id IN jtf_number_table := NULL,
3755: p_qrl_relationship_type_code IN jtf_varchar2_table_100 := NULL,
3756: p_qrl_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
3757: p_qrl_qte_line_index IN jtf_number_table := NULL,

Line 3754: p_qrl_related_quote_line_id IN jtf_number_table := NULL,

3750: p_qrl_program_application_id IN jtf_number_table := NULL,
3751: p_qrl_program_id IN jtf_number_table := NULL,
3752: p_qrl_program_update_date IN jtf_date_table := NULL,
3753: p_qrl_quote_line_id IN jtf_number_table := NULL,
3754: p_qrl_related_quote_line_id IN jtf_number_table := NULL,
3755: p_qrl_relationship_type_code IN jtf_varchar2_table_100 := NULL,
3756: p_qrl_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
3757: p_qrl_qte_line_index IN jtf_number_table := NULL,
3758: p_qrl_related_qte_line_index IN jtf_number_table := NULL,

Line 3757: p_qrl_qte_line_index IN jtf_number_table := NULL,

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

Line 3758: p_qrl_related_qte_line_index IN jtf_number_table := NULL,

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

Line 3760: p_qdl_quote_line_detail_id IN jtf_number_table := NULL,

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

Line 3762: p_qdl_created_by IN jtf_number_table := NULL,

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

Line 3764: p_qdl_last_updated_by IN jtf_number_table := NULL,

3760: p_qdl_quote_line_detail_id IN jtf_number_table := NULL,
3761: p_qdl_creation_date IN jtf_date_table := NULL,
3762: p_qdl_created_by IN jtf_number_table := NULL,
3763: p_qdl_last_update_date IN jtf_date_table := NULL,
3764: p_qdl_last_updated_by IN jtf_number_table := NULL,
3765: p_qdl_last_update_login IN jtf_number_table := NULL,
3766: p_qdl_request_id IN jtf_number_table := NULL,
3767: p_qdl_program_application_id IN jtf_number_table := NULL,
3768: p_qdl_program_id IN jtf_number_table := NULL,

Line 3765: p_qdl_last_update_login IN jtf_number_table := NULL,

3761: p_qdl_creation_date IN jtf_date_table := NULL,
3762: p_qdl_created_by IN jtf_number_table := NULL,
3763: p_qdl_last_update_date IN jtf_date_table := NULL,
3764: p_qdl_last_updated_by IN jtf_number_table := NULL,
3765: p_qdl_last_update_login IN jtf_number_table := NULL,
3766: p_qdl_request_id IN jtf_number_table := NULL,
3767: p_qdl_program_application_id IN jtf_number_table := NULL,
3768: p_qdl_program_id IN jtf_number_table := NULL,
3769: p_qdl_program_update_date IN jtf_date_table := NULL,

Line 3766: p_qdl_request_id IN jtf_number_table := NULL,

3762: p_qdl_created_by IN jtf_number_table := NULL,
3763: p_qdl_last_update_date IN jtf_date_table := NULL,
3764: p_qdl_last_updated_by IN jtf_number_table := NULL,
3765: p_qdl_last_update_login IN jtf_number_table := NULL,
3766: p_qdl_request_id IN jtf_number_table := NULL,
3767: p_qdl_program_application_id IN jtf_number_table := NULL,
3768: p_qdl_program_id IN jtf_number_table := NULL,
3769: p_qdl_program_update_date IN jtf_date_table := NULL,
3770: p_qdl_quote_line_id IN jtf_number_table := NULL,

Line 3767: p_qdl_program_application_id IN jtf_number_table := NULL,

3763: p_qdl_last_update_date IN jtf_date_table := NULL,
3764: p_qdl_last_updated_by IN jtf_number_table := NULL,
3765: p_qdl_last_update_login IN jtf_number_table := NULL,
3766: p_qdl_request_id IN jtf_number_table := NULL,
3767: p_qdl_program_application_id IN jtf_number_table := NULL,
3768: p_qdl_program_id IN jtf_number_table := NULL,
3769: p_qdl_program_update_date IN jtf_date_table := NULL,
3770: p_qdl_quote_line_id IN jtf_number_table := NULL,
3771: p_qdl_config_header_id IN jtf_number_table := NULL,

Line 3768: p_qdl_program_id IN jtf_number_table := NULL,

3764: p_qdl_last_updated_by IN jtf_number_table := NULL,
3765: p_qdl_last_update_login IN jtf_number_table := NULL,
3766: p_qdl_request_id IN jtf_number_table := NULL,
3767: p_qdl_program_application_id IN jtf_number_table := NULL,
3768: p_qdl_program_id IN jtf_number_table := NULL,
3769: p_qdl_program_update_date IN jtf_date_table := NULL,
3770: p_qdl_quote_line_id IN jtf_number_table := NULL,
3771: p_qdl_config_header_id IN jtf_number_table := NULL,
3772: p_qdl_config_revision_num IN jtf_number_table := NULL,

Line 3770: p_qdl_quote_line_id IN jtf_number_table := NULL,

3766: p_qdl_request_id IN jtf_number_table := NULL,
3767: p_qdl_program_application_id IN jtf_number_table := NULL,
3768: p_qdl_program_id IN jtf_number_table := NULL,
3769: p_qdl_program_update_date IN jtf_date_table := NULL,
3770: p_qdl_quote_line_id IN jtf_number_table := NULL,
3771: p_qdl_config_header_id IN jtf_number_table := NULL,
3772: p_qdl_config_revision_num IN jtf_number_table := NULL,
3773: p_qdl_config_item_id IN jtf_number_table := NULL,
3774: p_qdl_complete_configuration IN jtf_varchar2_table_100 := NULL,

Line 3771: p_qdl_config_header_id IN jtf_number_table := NULL,

3767: p_qdl_program_application_id IN jtf_number_table := NULL,
3768: p_qdl_program_id IN jtf_number_table := NULL,
3769: p_qdl_program_update_date IN jtf_date_table := NULL,
3770: p_qdl_quote_line_id IN jtf_number_table := NULL,
3771: p_qdl_config_header_id IN jtf_number_table := NULL,
3772: p_qdl_config_revision_num IN jtf_number_table := NULL,
3773: p_qdl_config_item_id IN jtf_number_table := NULL,
3774: p_qdl_complete_configuration IN jtf_varchar2_table_100 := NULL,
3775: p_qdl_valid_configuration_flag IN jtf_varchar2_table_100 := NULL,

Line 3772: p_qdl_config_revision_num IN jtf_number_table := NULL,

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

Line 3773: p_qdl_config_item_id IN jtf_number_table := NULL,

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

Line 3778: p_qdl_service_duration IN jtf_number_table := NULL,

3774: p_qdl_complete_configuration IN jtf_varchar2_table_100 := NULL,
3775: p_qdl_valid_configuration_flag IN jtf_varchar2_table_100 := NULL,
3776: p_qdl_component_code IN jtf_varchar2_table_1000 := NULL,
3777: p_qdl_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,
3778: p_qdl_service_duration IN jtf_number_table := NULL,
3779: p_qdl_service_period IN jtf_varchar2_table_100 := NULL,
3780: p_qdl_service_unit_selling IN jtf_number_table := NULL,
3781: p_qdl_service_unit_list IN jtf_number_table := NULL,
3782: p_qdl_service_number IN jtf_number_table := NULL,

Line 3780: p_qdl_service_unit_selling IN jtf_number_table := NULL,

3776: p_qdl_component_code IN jtf_varchar2_table_1000 := NULL,
3777: p_qdl_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,
3778: p_qdl_service_duration IN jtf_number_table := NULL,
3779: p_qdl_service_period IN jtf_varchar2_table_100 := NULL,
3780: p_qdl_service_unit_selling IN jtf_number_table := NULL,
3781: p_qdl_service_unit_list IN jtf_number_table := NULL,
3782: p_qdl_service_number IN jtf_number_table := NULL,
3783: p_qdl_unit_percent_base_price IN jtf_number_table := NULL,
3784: p_qdl_attribute_category IN jtf_varchar2_table_100 := NULL,

Line 3781: p_qdl_service_unit_list IN jtf_number_table := NULL,

3777: p_qdl_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,
3778: p_qdl_service_duration IN jtf_number_table := NULL,
3779: p_qdl_service_period IN jtf_varchar2_table_100 := NULL,
3780: p_qdl_service_unit_selling IN jtf_number_table := NULL,
3781: p_qdl_service_unit_list IN jtf_number_table := NULL,
3782: p_qdl_service_number IN jtf_number_table := NULL,
3783: p_qdl_unit_percent_base_price IN jtf_number_table := NULL,
3784: p_qdl_attribute_category IN jtf_varchar2_table_100 := NULL,
3785: p_qdl_attribute1 IN jtf_varchar2_table_200 := NULL,

Line 3782: p_qdl_service_number IN jtf_number_table := NULL,

3778: p_qdl_service_duration IN jtf_number_table := NULL,
3779: p_qdl_service_period IN jtf_varchar2_table_100 := NULL,
3780: p_qdl_service_unit_selling IN jtf_number_table := NULL,
3781: p_qdl_service_unit_list IN jtf_number_table := NULL,
3782: p_qdl_service_number IN jtf_number_table := NULL,
3783: p_qdl_unit_percent_base_price IN jtf_number_table := NULL,
3784: p_qdl_attribute_category IN jtf_varchar2_table_100 := NULL,
3785: p_qdl_attribute1 IN jtf_varchar2_table_200 := NULL,
3786: p_qdl_attribute2 IN jtf_varchar2_table_200 := NULL,

Line 3783: p_qdl_unit_percent_base_price IN jtf_number_table := NULL,

3779: p_qdl_service_period IN jtf_varchar2_table_100 := NULL,
3780: p_qdl_service_unit_selling IN jtf_number_table := NULL,
3781: p_qdl_service_unit_list IN jtf_number_table := NULL,
3782: p_qdl_service_number IN jtf_number_table := NULL,
3783: p_qdl_unit_percent_base_price IN jtf_number_table := NULL,
3784: p_qdl_attribute_category IN jtf_varchar2_table_100 := NULL,
3785: p_qdl_attribute1 IN jtf_varchar2_table_200 := NULL,
3786: p_qdl_attribute2 IN jtf_varchar2_table_200 := NULL,
3787: p_qdl_attribute3 IN jtf_varchar2_table_200 := NULL,

Line 3801: p_qdl_service_ref_order_number IN jtf_number_table := NULL,

3797: p_qdl_attribute13 IN jtf_varchar2_table_200 := NULL,
3798: p_qdl_attribute14 IN jtf_varchar2_table_200 := NULL,
3799: p_qdl_attribute15 IN jtf_varchar2_table_200 := NULL,
3800: p_qdl_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
3801: p_qdl_service_ref_order_number IN jtf_number_table := NULL,
3802: p_qdl_service_ref_line_number IN jtf_number_table := NULL,
3803: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,
3804: p_qdl_service_ref_line_id IN jtf_number_table := NULL,
3805: p_qdl_service_ref_system_id IN jtf_number_table := NULL,

Line 3802: p_qdl_service_ref_line_number IN jtf_number_table := NULL,

3798: p_qdl_attribute14 IN jtf_varchar2_table_200 := NULL,
3799: p_qdl_attribute15 IN jtf_varchar2_table_200 := NULL,
3800: p_qdl_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
3801: p_qdl_service_ref_order_number IN jtf_number_table := NULL,
3802: p_qdl_service_ref_line_number IN jtf_number_table := NULL,
3803: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,
3804: p_qdl_service_ref_line_id IN jtf_number_table := NULL,
3805: p_qdl_service_ref_system_id IN jtf_number_table := NULL,
3806: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,

Line 3803: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,

3799: p_qdl_attribute15 IN jtf_varchar2_table_200 := NULL,
3800: p_qdl_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
3801: p_qdl_service_ref_order_number IN jtf_number_table := NULL,
3802: p_qdl_service_ref_line_number IN jtf_number_table := NULL,
3803: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,
3804: p_qdl_service_ref_line_id IN jtf_number_table := NULL,
3805: p_qdl_service_ref_system_id IN jtf_number_table := NULL,
3806: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,
3807: p_qdl_service_ref_shipment IN jtf_number_table := NULL,

Line 3804: p_qdl_service_ref_line_id IN jtf_number_table := NULL,

3800: p_qdl_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
3801: p_qdl_service_ref_order_number IN jtf_number_table := NULL,
3802: p_qdl_service_ref_line_number IN jtf_number_table := NULL,
3803: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,
3804: p_qdl_service_ref_line_id IN jtf_number_table := NULL,
3805: p_qdl_service_ref_system_id IN jtf_number_table := NULL,
3806: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,
3807: p_qdl_service_ref_shipment IN jtf_number_table := NULL,
3808: p_qdl_return_ref_type IN jtf_varchar2_table_100 := NULL,

Line 3805: p_qdl_service_ref_system_id IN jtf_number_table := NULL,

3801: p_qdl_service_ref_order_number IN jtf_number_table := NULL,
3802: p_qdl_service_ref_line_number IN jtf_number_table := NULL,
3803: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,
3804: p_qdl_service_ref_line_id IN jtf_number_table := NULL,
3805: p_qdl_service_ref_system_id IN jtf_number_table := NULL,
3806: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,
3807: p_qdl_service_ref_shipment IN jtf_number_table := NULL,
3808: p_qdl_return_ref_type IN jtf_varchar2_table_100 := NULL,
3809: p_qdl_return_ref_header_id IN jtf_number_table := NULL,

Line 3806: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,

3802: p_qdl_service_ref_line_number IN jtf_number_table := NULL,
3803: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,
3804: p_qdl_service_ref_line_id IN jtf_number_table := NULL,
3805: p_qdl_service_ref_system_id IN jtf_number_table := NULL,
3806: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,
3807: p_qdl_service_ref_shipment IN jtf_number_table := NULL,
3808: p_qdl_return_ref_type IN jtf_varchar2_table_100 := NULL,
3809: p_qdl_return_ref_header_id IN jtf_number_table := NULL,
3810: p_qdl_return_ref_line_id IN jtf_number_table := NULL,

Line 3807: p_qdl_service_ref_shipment IN jtf_number_table := NULL,

3803: p_qdl_service_ref_qte_line_ind IN jtf_number_table := NULL,
3804: p_qdl_service_ref_line_id IN jtf_number_table := NULL,
3805: p_qdl_service_ref_system_id IN jtf_number_table := NULL,
3806: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,
3807: p_qdl_service_ref_shipment IN jtf_number_table := NULL,
3808: p_qdl_return_ref_type IN jtf_varchar2_table_100 := NULL,
3809: p_qdl_return_ref_header_id IN jtf_number_table := NULL,
3810: p_qdl_return_ref_line_id IN jtf_number_table := NULL,
3811: p_qdl_return_attribute1 IN jtf_varchar2_table_300 := NULL,

Line 3809: p_qdl_return_ref_header_id IN jtf_number_table := NULL,

3805: p_qdl_service_ref_system_id IN jtf_number_table := NULL,
3806: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,
3807: p_qdl_service_ref_shipment IN jtf_number_table := NULL,
3808: p_qdl_return_ref_type IN jtf_varchar2_table_100 := NULL,
3809: p_qdl_return_ref_header_id IN jtf_number_table := NULL,
3810: p_qdl_return_ref_line_id IN jtf_number_table := NULL,
3811: p_qdl_return_attribute1 IN jtf_varchar2_table_300 := NULL,
3812: p_qdl_return_attribute2 IN jtf_varchar2_table_300 := NULL,
3813: p_qdl_return_attribute3 IN jtf_varchar2_table_300 := NULL,

Line 3810: p_qdl_return_ref_line_id IN jtf_number_table := NULL,

3806: p_qdl_service_ref_option_numb IN jtf_number_table := NULL,
3807: p_qdl_service_ref_shipment IN jtf_number_table := NULL,
3808: p_qdl_return_ref_type IN jtf_varchar2_table_100 := NULL,
3809: p_qdl_return_ref_header_id IN jtf_number_table := NULL,
3810: p_qdl_return_ref_line_id IN jtf_number_table := NULL,
3811: p_qdl_return_attribute1 IN jtf_varchar2_table_300 := NULL,
3812: p_qdl_return_attribute2 IN jtf_varchar2_table_300 := NULL,
3813: p_qdl_return_attribute3 IN jtf_varchar2_table_300 := NULL,
3814: p_qdl_return_attribute4 IN jtf_varchar2_table_300 := NULL,

Line 3827: p_qdl_qte_line_index IN jtf_number_table := NULL,

3823: p_qdl_return_attribute13 IN jtf_varchar2_table_300 := NULL,
3824: p_qdl_return_attribute14 IN jtf_varchar2_table_300 := NULL,
3825: p_qdl_return_attribute15 IN jtf_varchar2_table_300 := NULL,
3826: p_qdl_operation_code IN jtf_varchar2_table_100 := NULL,
3827: p_qdl_qte_line_index IN jtf_number_table := NULL,
3828: p_qdl_return_attr_category IN jtf_varchar2_table_100 := NULL,
3829: p_qdl_return_reason_code IN jtf_varchar2_table_100 := NULL,
3830: p_qpa_operation_code IN jtf_varchar2_table_100 := NULL,
3831: p_qpa_qte_line_index IN jtf_number_table := NULL,

Line 3831: p_qpa_qte_line_index IN jtf_number_table := NULL,

3827: p_qdl_qte_line_index IN jtf_number_table := NULL,
3828: p_qdl_return_attr_category IN jtf_varchar2_table_100 := NULL,
3829: p_qdl_return_reason_code IN jtf_varchar2_table_100 := NULL,
3830: p_qpa_operation_code IN jtf_varchar2_table_100 := NULL,
3831: p_qpa_qte_line_index IN jtf_number_table := NULL,
3832: p_qpa_price_attribute_id IN jtf_number_table := NULL,
3833: p_qpa_creation_date IN jtf_date_table := NULL,
3834: p_qpa_created_by IN jtf_number_table := NULL,
3835: p_qpa_last_update_date IN jtf_date_table := NULL,

Line 3832: p_qpa_price_attribute_id IN jtf_number_table := NULL,

3828: p_qdl_return_attr_category IN jtf_varchar2_table_100 := NULL,
3829: p_qdl_return_reason_code IN jtf_varchar2_table_100 := NULL,
3830: p_qpa_operation_code IN jtf_varchar2_table_100 := NULL,
3831: p_qpa_qte_line_index IN jtf_number_table := NULL,
3832: p_qpa_price_attribute_id IN jtf_number_table := NULL,
3833: p_qpa_creation_date IN jtf_date_table := NULL,
3834: p_qpa_created_by IN jtf_number_table := NULL,
3835: p_qpa_last_update_date IN jtf_date_table := NULL,
3836: p_qpa_last_updated_by IN jtf_number_table := NULL,

Line 3834: p_qpa_created_by IN jtf_number_table := NULL,

3830: p_qpa_operation_code IN jtf_varchar2_table_100 := NULL,
3831: p_qpa_qte_line_index IN jtf_number_table := NULL,
3832: p_qpa_price_attribute_id IN jtf_number_table := NULL,
3833: p_qpa_creation_date IN jtf_date_table := NULL,
3834: p_qpa_created_by IN jtf_number_table := NULL,
3835: p_qpa_last_update_date IN jtf_date_table := NULL,
3836: p_qpa_last_updated_by IN jtf_number_table := NULL,
3837: p_qpa_last_update_login IN jtf_number_table := NULL,
3838: p_qpa_request_id IN jtf_number_table := NULL,

Line 3836: p_qpa_last_updated_by IN jtf_number_table := NULL,

3832: p_qpa_price_attribute_id IN jtf_number_table := NULL,
3833: p_qpa_creation_date IN jtf_date_table := NULL,
3834: p_qpa_created_by IN jtf_number_table := NULL,
3835: p_qpa_last_update_date IN jtf_date_table := NULL,
3836: p_qpa_last_updated_by IN jtf_number_table := NULL,
3837: p_qpa_last_update_login IN jtf_number_table := NULL,
3838: p_qpa_request_id IN jtf_number_table := NULL,
3839: p_qpa_program_application_id IN jtf_number_table := NULL,
3840: p_qpa_program_id IN jtf_number_table := NULL,

Line 3837: p_qpa_last_update_login IN jtf_number_table := NULL,

3833: p_qpa_creation_date IN jtf_date_table := NULL,
3834: p_qpa_created_by IN jtf_number_table := NULL,
3835: p_qpa_last_update_date IN jtf_date_table := NULL,
3836: p_qpa_last_updated_by IN jtf_number_table := NULL,
3837: p_qpa_last_update_login IN jtf_number_table := NULL,
3838: p_qpa_request_id IN jtf_number_table := NULL,
3839: p_qpa_program_application_id IN jtf_number_table := NULL,
3840: p_qpa_program_id IN jtf_number_table := NULL,
3841: p_qpa_program_update_date IN jtf_date_table := NULL,

Line 3838: p_qpa_request_id IN jtf_number_table := NULL,

3834: p_qpa_created_by IN jtf_number_table := NULL,
3835: p_qpa_last_update_date IN jtf_date_table := NULL,
3836: p_qpa_last_updated_by IN jtf_number_table := NULL,
3837: p_qpa_last_update_login IN jtf_number_table := NULL,
3838: p_qpa_request_id IN jtf_number_table := NULL,
3839: p_qpa_program_application_id IN jtf_number_table := NULL,
3840: p_qpa_program_id IN jtf_number_table := NULL,
3841: p_qpa_program_update_date IN jtf_date_table := NULL,
3842: p_qpa_quote_header_id IN jtf_number_table := NULL,

Line 3839: p_qpa_program_application_id IN jtf_number_table := NULL,

3835: p_qpa_last_update_date IN jtf_date_table := NULL,
3836: p_qpa_last_updated_by IN jtf_number_table := NULL,
3837: p_qpa_last_update_login IN jtf_number_table := NULL,
3838: p_qpa_request_id IN jtf_number_table := NULL,
3839: p_qpa_program_application_id IN jtf_number_table := NULL,
3840: p_qpa_program_id IN jtf_number_table := NULL,
3841: p_qpa_program_update_date IN jtf_date_table := NULL,
3842: p_qpa_quote_header_id IN jtf_number_table := NULL,
3843: p_qpa_quote_line_id IN jtf_number_table := NULL,

Line 3840: p_qpa_program_id IN jtf_number_table := NULL,

3836: p_qpa_last_updated_by IN jtf_number_table := NULL,
3837: p_qpa_last_update_login IN jtf_number_table := NULL,
3838: p_qpa_request_id IN jtf_number_table := NULL,
3839: p_qpa_program_application_id IN jtf_number_table := NULL,
3840: p_qpa_program_id IN jtf_number_table := NULL,
3841: p_qpa_program_update_date IN jtf_date_table := NULL,
3842: p_qpa_quote_header_id IN jtf_number_table := NULL,
3843: p_qpa_quote_line_id IN jtf_number_table := NULL,
3844: p_qpa_flex_title IN jtf_varchar2_table_100 := NULL,

Line 3842: p_qpa_quote_header_id IN jtf_number_table := NULL,

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

Line 3843: p_qpa_quote_line_id IN jtf_number_table := NULL,

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

Line 3963: p_qp_qte_line_index IN jtf_number_table := NULL,

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

Line 3964: p_qp_payment_id IN jtf_number_table := NULL,

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

Line 3966: p_qp_created_by IN jtf_number_table := NULL,

3962: p_qp_operation_code IN jtf_varchar2_table_100 := NULL,
3963: p_qp_qte_line_index IN jtf_number_table := NULL,
3964: p_qp_payment_id IN jtf_number_table := NULL,
3965: p_qp_creation_date IN jtf_date_table := NULL,
3966: p_qp_created_by IN jtf_number_table := NULL,
3967: p_qp_last_update_date IN jtf_date_table := NULL,
3968: p_qp_last_updated_by IN jtf_number_table := NULL,
3969: p_qp_last_update_login IN jtf_number_table := NULL,
3970: p_qp_request_id IN jtf_number_table := NULL,

Line 3968: p_qp_last_updated_by IN jtf_number_table := NULL,

3964: p_qp_payment_id IN jtf_number_table := NULL,
3965: p_qp_creation_date IN jtf_date_table := NULL,
3966: p_qp_created_by IN jtf_number_table := NULL,
3967: p_qp_last_update_date IN jtf_date_table := NULL,
3968: p_qp_last_updated_by IN jtf_number_table := NULL,
3969: p_qp_last_update_login IN jtf_number_table := NULL,
3970: p_qp_request_id IN jtf_number_table := NULL,
3971: p_qp_program_application_id IN jtf_number_table := NULL,
3972: p_qp_program_id IN jtf_number_table := NULL,

Line 3969: p_qp_last_update_login IN jtf_number_table := NULL,

3965: p_qp_creation_date IN jtf_date_table := NULL,
3966: p_qp_created_by IN jtf_number_table := NULL,
3967: p_qp_last_update_date IN jtf_date_table := NULL,
3968: p_qp_last_updated_by IN jtf_number_table := NULL,
3969: p_qp_last_update_login IN jtf_number_table := NULL,
3970: p_qp_request_id IN jtf_number_table := NULL,
3971: p_qp_program_application_id IN jtf_number_table := NULL,
3972: p_qp_program_id IN jtf_number_table := NULL,
3973: p_qp_program_update_date IN jtf_date_table := NULL,

Line 3970: p_qp_request_id IN jtf_number_table := NULL,

3966: p_qp_created_by IN jtf_number_table := NULL,
3967: p_qp_last_update_date IN jtf_date_table := NULL,
3968: p_qp_last_updated_by IN jtf_number_table := NULL,
3969: p_qp_last_update_login IN jtf_number_table := NULL,
3970: p_qp_request_id IN jtf_number_table := NULL,
3971: p_qp_program_application_id IN jtf_number_table := NULL,
3972: p_qp_program_id IN jtf_number_table := NULL,
3973: p_qp_program_update_date IN jtf_date_table := NULL,
3974: p_qp_quote_header_id IN jtf_number_table := NULL,

Line 3971: p_qp_program_application_id IN jtf_number_table := NULL,

3967: p_qp_last_update_date IN jtf_date_table := NULL,
3968: p_qp_last_updated_by IN jtf_number_table := NULL,
3969: p_qp_last_update_login IN jtf_number_table := NULL,
3970: p_qp_request_id IN jtf_number_table := NULL,
3971: p_qp_program_application_id IN jtf_number_table := NULL,
3972: p_qp_program_id IN jtf_number_table := NULL,
3973: p_qp_program_update_date IN jtf_date_table := NULL,
3974: p_qp_quote_header_id IN jtf_number_table := NULL,
3975: p_qp_quote_line_id IN jtf_number_table := NULL,

Line 3972: p_qp_program_id IN jtf_number_table := NULL,

3968: p_qp_last_updated_by IN jtf_number_table := NULL,
3969: p_qp_last_update_login IN jtf_number_table := NULL,
3970: p_qp_request_id IN jtf_number_table := NULL,
3971: p_qp_program_application_id IN jtf_number_table := NULL,
3972: p_qp_program_id IN jtf_number_table := NULL,
3973: p_qp_program_update_date IN jtf_date_table := NULL,
3974: p_qp_quote_header_id IN jtf_number_table := NULL,
3975: p_qp_quote_line_id IN jtf_number_table := NULL,
3976: p_qp_payment_type_code IN jtf_varchar2_table_100 := NULL,

Line 3974: p_qp_quote_header_id IN jtf_number_table := NULL,

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

Line 3975: p_qp_quote_line_id IN jtf_number_table := NULL,

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

Line 3979: p_qp_payment_term_id IN jtf_number_table := NULL,

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

Line 3985: p_qp_payment_amount IN jtf_number_table := NULL,

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

Line 4003: p_qp_assignment_id IN jtf_number_table := NULL,

3999: p_qp_attribute12 IN jtf_varchar2_table_200 := NULL,
4000: p_qp_attribute13 IN jtf_varchar2_table_200 := NULL,
4001: p_qp_attribute14 IN jtf_varchar2_table_200 := NULL,
4002: p_qp_attribute15 IN jtf_varchar2_table_200 := NULL,
4003: p_qp_assignment_id IN jtf_number_table := NULL,
4004: p_qp_cvv2 IN jtf_varchar2_table_200 := NULL,
4005: p_qs_operation_code IN jtf_varchar2_table_100 := NULL,
4006: p_qs_qte_line_index IN jtf_number_table := NULL,
4007: p_qs_shipment_id IN jtf_number_table := NULL,

Line 4006: p_qs_qte_line_index IN jtf_number_table := NULL,

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

Line 4007: p_qs_shipment_id IN jtf_number_table := NULL,

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

Line 4009: p_qs_created_by IN jtf_number_table := NULL,

4005: p_qs_operation_code IN jtf_varchar2_table_100 := NULL,
4006: p_qs_qte_line_index IN jtf_number_table := NULL,
4007: p_qs_shipment_id IN jtf_number_table := NULL,
4008: p_qs_creation_date IN jtf_date_table := NULL,
4009: p_qs_created_by IN jtf_number_table := NULL,
4010: p_qs_last_update_date IN jtf_date_table := NULL,
4011: p_qs_last_updated_by IN jtf_number_table := NULL,
4012: p_qs_last_update_login IN jtf_number_table := NULL,
4013: p_qs_request_id IN jtf_number_table := NULL,

Line 4011: p_qs_last_updated_by IN jtf_number_table := NULL,

4007: p_qs_shipment_id IN jtf_number_table := NULL,
4008: p_qs_creation_date IN jtf_date_table := NULL,
4009: p_qs_created_by IN jtf_number_table := NULL,
4010: p_qs_last_update_date IN jtf_date_table := NULL,
4011: p_qs_last_updated_by IN jtf_number_table := NULL,
4012: p_qs_last_update_login IN jtf_number_table := NULL,
4013: p_qs_request_id IN jtf_number_table := NULL,
4014: p_qs_program_application_id IN jtf_number_table := NULL,
4015: p_qs_program_id IN jtf_number_table := NULL,

Line 4012: p_qs_last_update_login IN jtf_number_table := NULL,

4008: p_qs_creation_date IN jtf_date_table := NULL,
4009: p_qs_created_by IN jtf_number_table := NULL,
4010: p_qs_last_update_date IN jtf_date_table := NULL,
4011: p_qs_last_updated_by IN jtf_number_table := NULL,
4012: p_qs_last_update_login IN jtf_number_table := NULL,
4013: p_qs_request_id IN jtf_number_table := NULL,
4014: p_qs_program_application_id IN jtf_number_table := NULL,
4015: p_qs_program_id IN jtf_number_table := NULL,
4016: p_qs_program_update_date IN jtf_date_table := NULL,

Line 4013: p_qs_request_id IN jtf_number_table := NULL,

4009: p_qs_created_by IN jtf_number_table := NULL,
4010: p_qs_last_update_date IN jtf_date_table := NULL,
4011: p_qs_last_updated_by IN jtf_number_table := NULL,
4012: p_qs_last_update_login IN jtf_number_table := NULL,
4013: p_qs_request_id IN jtf_number_table := NULL,
4014: p_qs_program_application_id IN jtf_number_table := NULL,
4015: p_qs_program_id IN jtf_number_table := NULL,
4016: p_qs_program_update_date IN jtf_date_table := NULL,
4017: p_qs_quote_header_id IN jtf_number_table := NULL,

Line 4014: p_qs_program_application_id IN jtf_number_table := NULL,

4010: p_qs_last_update_date IN jtf_date_table := NULL,
4011: p_qs_last_updated_by IN jtf_number_table := NULL,
4012: p_qs_last_update_login IN jtf_number_table := NULL,
4013: p_qs_request_id IN jtf_number_table := NULL,
4014: p_qs_program_application_id IN jtf_number_table := NULL,
4015: p_qs_program_id IN jtf_number_table := NULL,
4016: p_qs_program_update_date IN jtf_date_table := NULL,
4017: p_qs_quote_header_id IN jtf_number_table := NULL,
4018: p_qs_quote_line_id IN jtf_number_table := NULL,

Line 4015: p_qs_program_id IN jtf_number_table := NULL,

4011: p_qs_last_updated_by IN jtf_number_table := NULL,
4012: p_qs_last_update_login IN jtf_number_table := NULL,
4013: p_qs_request_id IN jtf_number_table := NULL,
4014: p_qs_program_application_id IN jtf_number_table := NULL,
4015: p_qs_program_id IN jtf_number_table := NULL,
4016: p_qs_program_update_date IN jtf_date_table := NULL,
4017: p_qs_quote_header_id IN jtf_number_table := NULL,
4018: p_qs_quote_line_id IN jtf_number_table := NULL,
4019: p_qs_promise_date IN jtf_date_table := NULL,

Line 4017: p_qs_quote_header_id IN jtf_number_table := NULL,

4013: p_qs_request_id IN jtf_number_table := NULL,
4014: p_qs_program_application_id IN jtf_number_table := NULL,
4015: p_qs_program_id IN jtf_number_table := NULL,
4016: p_qs_program_update_date IN jtf_date_table := NULL,
4017: p_qs_quote_header_id IN jtf_number_table := NULL,
4018: p_qs_quote_line_id IN jtf_number_table := NULL,
4019: p_qs_promise_date IN jtf_date_table := NULL,
4020: p_qs_request_date IN jtf_date_table := NULL,
4021: p_qs_schedule_ship_date IN jtf_date_table := NULL,

Line 4018: p_qs_quote_line_id IN jtf_number_table := NULL,

4014: p_qs_program_application_id IN jtf_number_table := NULL,
4015: p_qs_program_id IN jtf_number_table := NULL,
4016: p_qs_program_update_date IN jtf_date_table := NULL,
4017: p_qs_quote_header_id IN jtf_number_table := NULL,
4018: p_qs_quote_line_id IN jtf_number_table := NULL,
4019: p_qs_promise_date IN jtf_date_table := NULL,
4020: p_qs_request_date IN jtf_date_table := NULL,
4021: p_qs_schedule_ship_date IN jtf_date_table := NULL,
4022: p_qs_ship_to_party_site_id IN jtf_number_table := NULL,

Line 4022: p_qs_ship_to_party_site_id IN jtf_number_table := NULL,

4018: p_qs_quote_line_id IN jtf_number_table := NULL,
4019: p_qs_promise_date IN jtf_date_table := NULL,
4020: p_qs_request_date IN jtf_date_table := NULL,
4021: p_qs_schedule_ship_date IN jtf_date_table := NULL,
4022: p_qs_ship_to_party_site_id IN jtf_number_table := NULL,
4023: p_qs_ship_to_party_id IN jtf_number_table := NULL,
4024: p_qs_ship_to_cust_acct_id IN jtf_number_table := NULL,
4025: p_qs_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
4026: p_qs_ship_set_id IN jtf_number_table := NULL,

Line 4023: p_qs_ship_to_party_id IN jtf_number_table := NULL,

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

Line 4024: p_qs_ship_to_cust_acct_id IN jtf_number_table := NULL,

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

Line 4026: p_qs_ship_set_id IN jtf_number_table := NULL,

4022: p_qs_ship_to_party_site_id IN jtf_number_table := NULL,
4023: p_qs_ship_to_party_id IN jtf_number_table := NULL,
4024: p_qs_ship_to_cust_acct_id IN jtf_number_table := NULL,
4025: p_qs_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
4026: p_qs_ship_set_id IN jtf_number_table := NULL,
4027: p_qs_ship_method_code IN jtf_varchar2_table_100 := NULL,
4028: p_qs_freight_terms_code IN jtf_varchar2_table_100 := NULL,
4029: p_qs_freight_carrier_code IN jtf_varchar2_table_100 := NULL,
4030: p_qs_fob_code IN jtf_varchar2_table_100 := NULL,

Line 4034: p_qs_quantity IN jtf_number_table := NULL,

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

Line 4035: p_qs_reserved_quantity IN jtf_number_table := NULL,

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

Line 4036: p_qs_reservation_id IN jtf_number_table := NULL,

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

Line 4037: p_qs_order_line_id IN jtf_number_table := NULL,

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

Line 4070: p_qt_qte_line_index IN jtf_number_table := NULL,

4066: p_qs_attribute13 IN jtf_varchar2_table_200 := NULL,
4067: p_qs_attribute14 IN jtf_varchar2_table_200 := NULL,
4068: p_qs_attribute15 IN jtf_varchar2_table_200 := NULL,
4069: p_qt_operation_code IN jtf_varchar2_table_100 := NULL,
4070: p_qt_qte_line_index IN jtf_number_table := NULL,
4071: p_qt_shipment_index IN jtf_number_table := NULL,
4072: p_qt_tax_detail_id IN jtf_number_table := NULL,
4073: p_qt_quote_header_id IN jtf_number_table := NULL,
4074: p_qt_quote_line_id IN jtf_number_table := NULL,

Line 4071: p_qt_shipment_index IN jtf_number_table := NULL,

4067: p_qs_attribute14 IN jtf_varchar2_table_200 := NULL,
4068: p_qs_attribute15 IN jtf_varchar2_table_200 := NULL,
4069: p_qt_operation_code IN jtf_varchar2_table_100 := NULL,
4070: p_qt_qte_line_index IN jtf_number_table := NULL,
4071: p_qt_shipment_index IN jtf_number_table := NULL,
4072: p_qt_tax_detail_id IN jtf_number_table := NULL,
4073: p_qt_quote_header_id IN jtf_number_table := NULL,
4074: p_qt_quote_line_id IN jtf_number_table := NULL,
4075: p_qt_quote_shipment_id IN jtf_number_table := NULL,

Line 4072: p_qt_tax_detail_id IN jtf_number_table := NULL,

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

Line 4073: p_qt_quote_header_id IN jtf_number_table := NULL,

4069: p_qt_operation_code IN jtf_varchar2_table_100 := NULL,
4070: p_qt_qte_line_index IN jtf_number_table := NULL,
4071: p_qt_shipment_index IN jtf_number_table := NULL,
4072: p_qt_tax_detail_id IN jtf_number_table := NULL,
4073: p_qt_quote_header_id IN jtf_number_table := NULL,
4074: p_qt_quote_line_id IN jtf_number_table := NULL,
4075: p_qt_quote_shipment_id IN jtf_number_table := NULL,
4076: p_qt_creation_date IN jtf_date_table := NULL,
4077: p_qt_created_by IN jtf_number_table := NULL,

Line 4074: p_qt_quote_line_id IN jtf_number_table := NULL,

4070: p_qt_qte_line_index IN jtf_number_table := NULL,
4071: p_qt_shipment_index IN jtf_number_table := NULL,
4072: p_qt_tax_detail_id IN jtf_number_table := NULL,
4073: p_qt_quote_header_id IN jtf_number_table := NULL,
4074: p_qt_quote_line_id IN jtf_number_table := NULL,
4075: p_qt_quote_shipment_id IN jtf_number_table := NULL,
4076: p_qt_creation_date IN jtf_date_table := NULL,
4077: p_qt_created_by IN jtf_number_table := NULL,
4078: p_qt_last_update_date IN jtf_date_table := NULL,

Line 4075: p_qt_quote_shipment_id IN jtf_number_table := NULL,

4071: p_qt_shipment_index IN jtf_number_table := NULL,
4072: p_qt_tax_detail_id IN jtf_number_table := NULL,
4073: p_qt_quote_header_id IN jtf_number_table := NULL,
4074: p_qt_quote_line_id IN jtf_number_table := NULL,
4075: p_qt_quote_shipment_id IN jtf_number_table := NULL,
4076: p_qt_creation_date IN jtf_date_table := NULL,
4077: p_qt_created_by IN jtf_number_table := NULL,
4078: p_qt_last_update_date IN jtf_date_table := NULL,
4079: p_qt_last_updated_by IN jtf_number_table := NULL,

Line 4077: p_qt_created_by IN jtf_number_table := NULL,

4073: p_qt_quote_header_id IN jtf_number_table := NULL,
4074: p_qt_quote_line_id IN jtf_number_table := NULL,
4075: p_qt_quote_shipment_id IN jtf_number_table := NULL,
4076: p_qt_creation_date IN jtf_date_table := NULL,
4077: p_qt_created_by IN jtf_number_table := NULL,
4078: p_qt_last_update_date IN jtf_date_table := NULL,
4079: p_qt_last_updated_by IN jtf_number_table := NULL,
4080: p_qt_last_update_login IN jtf_number_table := NULL,
4081: p_qt_request_id IN jtf_number_table := NULL,

Line 4079: p_qt_last_updated_by IN jtf_number_table := NULL,

4075: p_qt_quote_shipment_id IN jtf_number_table := NULL,
4076: p_qt_creation_date IN jtf_date_table := NULL,
4077: p_qt_created_by IN jtf_number_table := NULL,
4078: p_qt_last_update_date IN jtf_date_table := NULL,
4079: p_qt_last_updated_by IN jtf_number_table := NULL,
4080: p_qt_last_update_login IN jtf_number_table := NULL,
4081: p_qt_request_id IN jtf_number_table := NULL,
4082: p_qt_program_application_id IN jtf_number_table := NULL,
4083: p_qt_program_id IN jtf_number_table := NULL,

Line 4080: p_qt_last_update_login IN jtf_number_table := NULL,

4076: p_qt_creation_date IN jtf_date_table := NULL,
4077: p_qt_created_by IN jtf_number_table := NULL,
4078: p_qt_last_update_date IN jtf_date_table := NULL,
4079: p_qt_last_updated_by IN jtf_number_table := NULL,
4080: p_qt_last_update_login IN jtf_number_table := NULL,
4081: p_qt_request_id IN jtf_number_table := NULL,
4082: p_qt_program_application_id IN jtf_number_table := NULL,
4083: p_qt_program_id IN jtf_number_table := NULL,
4084: p_qt_program_update_date IN jtf_date_table := NULL,

Line 4081: p_qt_request_id IN jtf_number_table := NULL,

4077: p_qt_created_by IN jtf_number_table := NULL,
4078: p_qt_last_update_date IN jtf_date_table := NULL,
4079: p_qt_last_updated_by IN jtf_number_table := NULL,
4080: p_qt_last_update_login IN jtf_number_table := NULL,
4081: p_qt_request_id IN jtf_number_table := NULL,
4082: p_qt_program_application_id IN jtf_number_table := NULL,
4083: p_qt_program_id IN jtf_number_table := NULL,
4084: p_qt_program_update_date IN jtf_date_table := NULL,
4085: p_qt_orig_tax_code IN jtf_varchar2_table_300 := NULL,

Line 4082: p_qt_program_application_id IN jtf_number_table := NULL,

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

Line 4083: p_qt_program_id IN jtf_number_table := NULL,

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

Line 4087: p_qt_tax_rate IN jtf_number_table := NULL,

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

Line 4089: p_qt_tax_amount IN jtf_number_table := NULL,

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

Line 4110: p_qlpa_qte_line_index IN jtf_number_table := NULL,

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

Line 4111: p_qlpa_price_attribute_id IN jtf_number_table := NULL,

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

Line 4113: p_qlpa_created_by IN jtf_number_table := NULL,

4109: p_qlpa_operation_code IN jtf_varchar2_table_100 := NULL,
4110: p_qlpa_qte_line_index IN jtf_number_table := NULL,
4111: p_qlpa_price_attribute_id IN jtf_number_table := NULL,
4112: p_qlpa_creation_date IN jtf_date_table := NULL,
4113: p_qlpa_created_by IN jtf_number_table := NULL,
4114: p_qlpa_last_update_date IN jtf_date_table := NULL,
4115: p_qlpa_last_updated_by IN jtf_number_table := NULL,
4116: p_qlpa_last_update_login IN jtf_number_table := NULL,
4117: p_qlpa_request_id IN jtf_number_table := NULL,

Line 4115: p_qlpa_last_updated_by IN jtf_number_table := NULL,

4111: p_qlpa_price_attribute_id IN jtf_number_table := NULL,
4112: p_qlpa_creation_date IN jtf_date_table := NULL,
4113: p_qlpa_created_by IN jtf_number_table := NULL,
4114: p_qlpa_last_update_date IN jtf_date_table := NULL,
4115: p_qlpa_last_updated_by IN jtf_number_table := NULL,
4116: p_qlpa_last_update_login IN jtf_number_table := NULL,
4117: p_qlpa_request_id IN jtf_number_table := NULL,
4118: p_qlpa_program_application_id IN jtf_number_table := NULL,
4119: p_qlpa_program_id IN jtf_number_table := NULL,

Line 4116: p_qlpa_last_update_login IN jtf_number_table := NULL,

4112: p_qlpa_creation_date IN jtf_date_table := NULL,
4113: p_qlpa_created_by IN jtf_number_table := NULL,
4114: p_qlpa_last_update_date IN jtf_date_table := NULL,
4115: p_qlpa_last_updated_by IN jtf_number_table := NULL,
4116: p_qlpa_last_update_login IN jtf_number_table := NULL,
4117: p_qlpa_request_id IN jtf_number_table := NULL,
4118: p_qlpa_program_application_id IN jtf_number_table := NULL,
4119: p_qlpa_program_id IN jtf_number_table := NULL,
4120: p_qlpa_program_update_date IN jtf_date_table := NULL,

Line 4117: p_qlpa_request_id IN jtf_number_table := NULL,

4113: p_qlpa_created_by IN jtf_number_table := NULL,
4114: p_qlpa_last_update_date IN jtf_date_table := NULL,
4115: p_qlpa_last_updated_by IN jtf_number_table := NULL,
4116: p_qlpa_last_update_login IN jtf_number_table := NULL,
4117: p_qlpa_request_id IN jtf_number_table := NULL,
4118: p_qlpa_program_application_id IN jtf_number_table := NULL,
4119: p_qlpa_program_id IN jtf_number_table := NULL,
4120: p_qlpa_program_update_date IN jtf_date_table := NULL,
4121: p_qlpa_quote_header_id IN jtf_number_table := NULL,

Line 4118: p_qlpa_program_application_id IN jtf_number_table := NULL,

4114: p_qlpa_last_update_date IN jtf_date_table := NULL,
4115: p_qlpa_last_updated_by IN jtf_number_table := NULL,
4116: p_qlpa_last_update_login IN jtf_number_table := NULL,
4117: p_qlpa_request_id IN jtf_number_table := NULL,
4118: p_qlpa_program_application_id IN jtf_number_table := NULL,
4119: p_qlpa_program_id IN jtf_number_table := NULL,
4120: p_qlpa_program_update_date IN jtf_date_table := NULL,
4121: p_qlpa_quote_header_id IN jtf_number_table := NULL,
4122: p_qlpa_quote_line_id IN jtf_number_table := NULL,

Line 4119: p_qlpa_program_id IN jtf_number_table := NULL,

4115: p_qlpa_last_updated_by IN jtf_number_table := NULL,
4116: p_qlpa_last_update_login IN jtf_number_table := NULL,
4117: p_qlpa_request_id IN jtf_number_table := NULL,
4118: p_qlpa_program_application_id IN jtf_number_table := NULL,
4119: p_qlpa_program_id IN jtf_number_table := NULL,
4120: p_qlpa_program_update_date IN jtf_date_table := NULL,
4121: p_qlpa_quote_header_id IN jtf_number_table := NULL,
4122: p_qlpa_quote_line_id IN jtf_number_table := NULL,
4123: p_qlpa_flex_title IN jtf_varchar2_table_100 := NULL,

Line 4121: p_qlpa_quote_header_id IN jtf_number_table := NULL,

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

Line 4122: p_qlpa_quote_line_id IN jtf_number_table := NULL,

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

Line 4242: p_qlp_qte_line_index IN jtf_number_table := NULL,

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

Line 4243: p_qlp_payment_id IN jtf_number_table := NULL,

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

Line 4245: p_qlp_created_by IN jtf_number_table := NULL,

4241: p_qlp_operation_code IN jtf_varchar2_table_100 := NULL,
4242: p_qlp_qte_line_index IN jtf_number_table := NULL,
4243: p_qlp_payment_id IN jtf_number_table := NULL,
4244: p_qlp_creation_date IN jtf_date_table := NULL,
4245: p_qlp_created_by IN jtf_number_table := NULL,
4246: p_qlp_last_update_date IN jtf_date_table := NULL,
4247: p_qlp_last_updated_by IN jtf_number_table := NULL,
4248: p_qlp_last_update_login IN jtf_number_table := NULL,
4249: p_qlp_request_id IN jtf_number_table := NULL,

Line 4247: p_qlp_last_updated_by IN jtf_number_table := NULL,

4243: p_qlp_payment_id IN jtf_number_table := NULL,
4244: p_qlp_creation_date IN jtf_date_table := NULL,
4245: p_qlp_created_by IN jtf_number_table := NULL,
4246: p_qlp_last_update_date IN jtf_date_table := NULL,
4247: p_qlp_last_updated_by IN jtf_number_table := NULL,
4248: p_qlp_last_update_login IN jtf_number_table := NULL,
4249: p_qlp_request_id IN jtf_number_table := NULL,
4250: p_qlp_program_application_id IN jtf_number_table := NULL,
4251: p_qlp_program_id IN jtf_number_table := NULL,

Line 4248: p_qlp_last_update_login IN jtf_number_table := NULL,

4244: p_qlp_creation_date IN jtf_date_table := NULL,
4245: p_qlp_created_by IN jtf_number_table := NULL,
4246: p_qlp_last_update_date IN jtf_date_table := NULL,
4247: p_qlp_last_updated_by IN jtf_number_table := NULL,
4248: p_qlp_last_update_login IN jtf_number_table := NULL,
4249: p_qlp_request_id IN jtf_number_table := NULL,
4250: p_qlp_program_application_id IN jtf_number_table := NULL,
4251: p_qlp_program_id IN jtf_number_table := NULL,
4252: p_qlp_program_update_date IN jtf_date_table := NULL,

Line 4249: p_qlp_request_id IN jtf_number_table := NULL,

4245: p_qlp_created_by IN jtf_number_table := NULL,
4246: p_qlp_last_update_date IN jtf_date_table := NULL,
4247: p_qlp_last_updated_by IN jtf_number_table := NULL,
4248: p_qlp_last_update_login IN jtf_number_table := NULL,
4249: p_qlp_request_id IN jtf_number_table := NULL,
4250: p_qlp_program_application_id IN jtf_number_table := NULL,
4251: p_qlp_program_id IN jtf_number_table := NULL,
4252: p_qlp_program_update_date IN jtf_date_table := NULL,
4253: p_qlp_quote_header_id IN jtf_number_table := NULL,

Line 4250: p_qlp_program_application_id IN jtf_number_table := NULL,

4246: p_qlp_last_update_date IN jtf_date_table := NULL,
4247: p_qlp_last_updated_by IN jtf_number_table := NULL,
4248: p_qlp_last_update_login IN jtf_number_table := NULL,
4249: p_qlp_request_id IN jtf_number_table := NULL,
4250: p_qlp_program_application_id IN jtf_number_table := NULL,
4251: p_qlp_program_id IN jtf_number_table := NULL,
4252: p_qlp_program_update_date IN jtf_date_table := NULL,
4253: p_qlp_quote_header_id IN jtf_number_table := NULL,
4254: p_qlp_quote_line_id IN jtf_number_table := NULL,

Line 4251: p_qlp_program_id IN jtf_number_table := NULL,

4247: p_qlp_last_updated_by IN jtf_number_table := NULL,
4248: p_qlp_last_update_login IN jtf_number_table := NULL,
4249: p_qlp_request_id IN jtf_number_table := NULL,
4250: p_qlp_program_application_id IN jtf_number_table := NULL,
4251: p_qlp_program_id IN jtf_number_table := NULL,
4252: p_qlp_program_update_date IN jtf_date_table := NULL,
4253: p_qlp_quote_header_id IN jtf_number_table := NULL,
4254: p_qlp_quote_line_id IN jtf_number_table := NULL,
4255: p_qlp_payment_type_code IN jtf_varchar2_table_100 := NULL,

Line 4253: p_qlp_quote_header_id IN jtf_number_table := NULL,

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

Line 4254: p_qlp_quote_line_id IN jtf_number_table := NULL,

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

Line 4258: p_qlp_payment_term_id IN jtf_number_table := NULL,

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

Line 4264: p_qlp_payment_amount IN jtf_number_table := NULL,

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

Line 4283: p_qls_qte_line_index IN jtf_number_table := NULL,

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

Line 4284: p_qls_shipment_id IN jtf_number_table := NULL,

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

Line 4286: p_qls_created_by IN jtf_number_table := NULL,

4282: p_qls_operation_code IN jtf_varchar2_table_100 := NULL,
4283: p_qls_qte_line_index IN jtf_number_table := NULL,
4284: p_qls_shipment_id IN jtf_number_table := NULL,
4285: p_qls_creation_date IN jtf_date_table := NULL,
4286: p_qls_created_by IN jtf_number_table := NULL,
4287: p_qls_last_update_date IN jtf_date_table := NULL,
4288: p_qls_last_updated_by IN jtf_number_table := NULL,
4289: p_qls_last_update_login IN jtf_number_table := NULL,
4290: p_qls_request_id IN jtf_number_table := NULL,

Line 4288: p_qls_last_updated_by IN jtf_number_table := NULL,

4284: p_qls_shipment_id IN jtf_number_table := NULL,
4285: p_qls_creation_date IN jtf_date_table := NULL,
4286: p_qls_created_by IN jtf_number_table := NULL,
4287: p_qls_last_update_date IN jtf_date_table := NULL,
4288: p_qls_last_updated_by IN jtf_number_table := NULL,
4289: p_qls_last_update_login IN jtf_number_table := NULL,
4290: p_qls_request_id IN jtf_number_table := NULL,
4291: p_qls_program_application_id IN jtf_number_table := NULL,
4292: p_qls_program_id IN jtf_number_table := NULL,

Line 4289: p_qls_last_update_login IN jtf_number_table := NULL,

4285: p_qls_creation_date IN jtf_date_table := NULL,
4286: p_qls_created_by IN jtf_number_table := NULL,
4287: p_qls_last_update_date IN jtf_date_table := NULL,
4288: p_qls_last_updated_by IN jtf_number_table := NULL,
4289: p_qls_last_update_login IN jtf_number_table := NULL,
4290: p_qls_request_id IN jtf_number_table := NULL,
4291: p_qls_program_application_id IN jtf_number_table := NULL,
4292: p_qls_program_id IN jtf_number_table := NULL,
4293: p_qls_program_update_date IN jtf_date_table := NULL,

Line 4290: p_qls_request_id IN jtf_number_table := NULL,

4286: p_qls_created_by IN jtf_number_table := NULL,
4287: p_qls_last_update_date IN jtf_date_table := NULL,
4288: p_qls_last_updated_by IN jtf_number_table := NULL,
4289: p_qls_last_update_login IN jtf_number_table := NULL,
4290: p_qls_request_id IN jtf_number_table := NULL,
4291: p_qls_program_application_id IN jtf_number_table := NULL,
4292: p_qls_program_id IN jtf_number_table := NULL,
4293: p_qls_program_update_date IN jtf_date_table := NULL,
4294: p_qls_quote_header_id IN jtf_number_table := NULL,

Line 4291: p_qls_program_application_id IN jtf_number_table := NULL,

4287: p_qls_last_update_date IN jtf_date_table := NULL,
4288: p_qls_last_updated_by IN jtf_number_table := NULL,
4289: p_qls_last_update_login IN jtf_number_table := NULL,
4290: p_qls_request_id IN jtf_number_table := NULL,
4291: p_qls_program_application_id IN jtf_number_table := NULL,
4292: p_qls_program_id IN jtf_number_table := NULL,
4293: p_qls_program_update_date IN jtf_date_table := NULL,
4294: p_qls_quote_header_id IN jtf_number_table := NULL,
4295: p_qls_quote_line_id IN jtf_number_table := NULL,

Line 4292: p_qls_program_id IN jtf_number_table := NULL,

4288: p_qls_last_updated_by IN jtf_number_table := NULL,
4289: p_qls_last_update_login IN jtf_number_table := NULL,
4290: p_qls_request_id IN jtf_number_table := NULL,
4291: p_qls_program_application_id IN jtf_number_table := NULL,
4292: p_qls_program_id IN jtf_number_table := NULL,
4293: p_qls_program_update_date IN jtf_date_table := NULL,
4294: p_qls_quote_header_id IN jtf_number_table := NULL,
4295: p_qls_quote_line_id IN jtf_number_table := NULL,
4296: p_qls_promise_date IN jtf_date_table := NULL,

Line 4294: p_qls_quote_header_id IN jtf_number_table := NULL,

4290: p_qls_request_id IN jtf_number_table := NULL,
4291: p_qls_program_application_id IN jtf_number_table := NULL,
4292: p_qls_program_id IN jtf_number_table := NULL,
4293: p_qls_program_update_date IN jtf_date_table := NULL,
4294: p_qls_quote_header_id IN jtf_number_table := NULL,
4295: p_qls_quote_line_id IN jtf_number_table := NULL,
4296: p_qls_promise_date IN jtf_date_table := NULL,
4297: p_qls_request_date IN jtf_date_table := NULL,
4298: p_qls_schedule_ship_date IN jtf_date_table := NULL,

Line 4295: p_qls_quote_line_id IN jtf_number_table := NULL,

4291: p_qls_program_application_id IN jtf_number_table := NULL,
4292: p_qls_program_id IN jtf_number_table := NULL,
4293: p_qls_program_update_date IN jtf_date_table := NULL,
4294: p_qls_quote_header_id IN jtf_number_table := NULL,
4295: p_qls_quote_line_id IN jtf_number_table := NULL,
4296: p_qls_promise_date IN jtf_date_table := NULL,
4297: p_qls_request_date IN jtf_date_table := NULL,
4298: p_qls_schedule_ship_date IN jtf_date_table := NULL,
4299: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,

Line 4299: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,

4295: p_qls_quote_line_id IN jtf_number_table := NULL,
4296: p_qls_promise_date IN jtf_date_table := NULL,
4297: p_qls_request_date IN jtf_date_table := NULL,
4298: p_qls_schedule_ship_date IN jtf_date_table := NULL,
4299: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,
4300: p_qls_ship_to_party_id IN jtf_number_table := NULL,
4301: p_qls_ship_to_cust_acct_id IN jtf_number_table := NULL,
4302: p_qls_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
4303: p_qls_ship_set_id IN jtf_number_table := NULL,

Line 4300: p_qls_ship_to_party_id IN jtf_number_table := NULL,

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

Line 4301: p_qls_ship_to_cust_acct_id IN jtf_number_table := NULL,

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

Line 4303: p_qls_ship_set_id IN jtf_number_table := NULL,

4299: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,
4300: p_qls_ship_to_party_id IN jtf_number_table := NULL,
4301: p_qls_ship_to_cust_acct_id IN jtf_number_table := NULL,
4302: p_qls_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
4303: p_qls_ship_set_id IN jtf_number_table := NULL,
4304: p_qls_ship_method_code IN jtf_varchar2_table_100 := NULL,
4305: p_qls_freight_terms_code IN jtf_varchar2_table_100 := NULL,
4306: p_qls_freight_carrier_code IN jtf_varchar2_table_100 := NULL,
4307: p_qls_fob_code IN jtf_varchar2_table_100 := NULL,

Line 4311: p_qls_quantity IN jtf_number_table := NULL,

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

Line 4312: p_qls_reserved_quantity IN jtf_number_table := NULL,

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

Line 4313: p_qls_reservation_id IN jtf_number_table := NULL,

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

Line 4314: p_qls_order_line_id IN jtf_number_table := NULL,

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

Line 4347: p_qlt_qte_line_index IN jtf_number_table := NULL,

4343: p_qls_attribute13 IN jtf_varchar2_table_200 := NULL,
4344: p_qls_attribute14 IN jtf_varchar2_table_200 := NULL,
4345: p_qls_attribute15 IN jtf_varchar2_table_200 := NULL,
4346: p_qlt_operation_code IN jtf_varchar2_table_100 := NULL,
4347: p_qlt_qte_line_index IN jtf_number_table := NULL,
4348: p_qlt_shipment_index IN jtf_number_table := NULL,
4349: p_qlt_tax_detail_id IN jtf_number_table := NULL,
4350: p_qlt_quote_header_id IN jtf_number_table := NULL,
4351: p_qlt_quote_line_id IN jtf_number_table := NULL,

Line 4348: p_qlt_shipment_index IN jtf_number_table := NULL,

4344: p_qls_attribute14 IN jtf_varchar2_table_200 := NULL,
4345: p_qls_attribute15 IN jtf_varchar2_table_200 := NULL,
4346: p_qlt_operation_code IN jtf_varchar2_table_100 := NULL,
4347: p_qlt_qte_line_index IN jtf_number_table := NULL,
4348: p_qlt_shipment_index IN jtf_number_table := NULL,
4349: p_qlt_tax_detail_id IN jtf_number_table := NULL,
4350: p_qlt_quote_header_id IN jtf_number_table := NULL,
4351: p_qlt_quote_line_id IN jtf_number_table := NULL,
4352: p_qlt_quote_shipment_id IN jtf_number_table := NULL,

Line 4349: p_qlt_tax_detail_id IN jtf_number_table := NULL,

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

Line 4350: p_qlt_quote_header_id IN jtf_number_table := NULL,

4346: p_qlt_operation_code IN jtf_varchar2_table_100 := NULL,
4347: p_qlt_qte_line_index IN jtf_number_table := NULL,
4348: p_qlt_shipment_index IN jtf_number_table := NULL,
4349: p_qlt_tax_detail_id IN jtf_number_table := NULL,
4350: p_qlt_quote_header_id IN jtf_number_table := NULL,
4351: p_qlt_quote_line_id IN jtf_number_table := NULL,
4352: p_qlt_quote_shipment_id IN jtf_number_table := NULL,
4353: p_qlt_creation_date IN jtf_date_table := NULL,
4354: p_qlt_created_by IN jtf_number_table := NULL,

Line 4351: p_qlt_quote_line_id IN jtf_number_table := NULL,

4347: p_qlt_qte_line_index IN jtf_number_table := NULL,
4348: p_qlt_shipment_index IN jtf_number_table := NULL,
4349: p_qlt_tax_detail_id IN jtf_number_table := NULL,
4350: p_qlt_quote_header_id IN jtf_number_table := NULL,
4351: p_qlt_quote_line_id IN jtf_number_table := NULL,
4352: p_qlt_quote_shipment_id IN jtf_number_table := NULL,
4353: p_qlt_creation_date IN jtf_date_table := NULL,
4354: p_qlt_created_by IN jtf_number_table := NULL,
4355: p_qlt_last_update_date IN jtf_date_table := NULL,

Line 4352: p_qlt_quote_shipment_id IN jtf_number_table := NULL,

4348: p_qlt_shipment_index IN jtf_number_table := NULL,
4349: p_qlt_tax_detail_id IN jtf_number_table := NULL,
4350: p_qlt_quote_header_id IN jtf_number_table := NULL,
4351: p_qlt_quote_line_id IN jtf_number_table := NULL,
4352: p_qlt_quote_shipment_id IN jtf_number_table := NULL,
4353: p_qlt_creation_date IN jtf_date_table := NULL,
4354: p_qlt_created_by IN jtf_number_table := NULL,
4355: p_qlt_last_update_date IN jtf_date_table := NULL,
4356: p_qlt_last_updated_by IN jtf_number_table := NULL,

Line 4354: p_qlt_created_by IN jtf_number_table := NULL,

4350: p_qlt_quote_header_id IN jtf_number_table := NULL,
4351: p_qlt_quote_line_id IN jtf_number_table := NULL,
4352: p_qlt_quote_shipment_id IN jtf_number_table := NULL,
4353: p_qlt_creation_date IN jtf_date_table := NULL,
4354: p_qlt_created_by IN jtf_number_table := NULL,
4355: p_qlt_last_update_date IN jtf_date_table := NULL,
4356: p_qlt_last_updated_by IN jtf_number_table := NULL,
4357: p_qlt_last_update_login IN jtf_number_table := NULL,
4358: p_qlt_request_id IN jtf_number_table := NULL,

Line 4356: p_qlt_last_updated_by IN jtf_number_table := NULL,

4352: p_qlt_quote_shipment_id IN jtf_number_table := NULL,
4353: p_qlt_creation_date IN jtf_date_table := NULL,
4354: p_qlt_created_by IN jtf_number_table := NULL,
4355: p_qlt_last_update_date IN jtf_date_table := NULL,
4356: p_qlt_last_updated_by IN jtf_number_table := NULL,
4357: p_qlt_last_update_login IN jtf_number_table := NULL,
4358: p_qlt_request_id IN jtf_number_table := NULL,
4359: p_qlt_program_application_id IN jtf_number_table := NULL,
4360: p_qlt_program_id IN jtf_number_table := NULL,

Line 4357: p_qlt_last_update_login IN jtf_number_table := NULL,

4353: p_qlt_creation_date IN jtf_date_table := NULL,
4354: p_qlt_created_by IN jtf_number_table := NULL,
4355: p_qlt_last_update_date IN jtf_date_table := NULL,
4356: p_qlt_last_updated_by IN jtf_number_table := NULL,
4357: p_qlt_last_update_login IN jtf_number_table := NULL,
4358: p_qlt_request_id IN jtf_number_table := NULL,
4359: p_qlt_program_application_id IN jtf_number_table := NULL,
4360: p_qlt_program_id IN jtf_number_table := NULL,
4361: p_qlt_program_update_date IN jtf_date_table := NULL,

Line 4358: p_qlt_request_id IN jtf_number_table := NULL,

4354: p_qlt_created_by IN jtf_number_table := NULL,
4355: p_qlt_last_update_date IN jtf_date_table := NULL,
4356: p_qlt_last_updated_by IN jtf_number_table := NULL,
4357: p_qlt_last_update_login IN jtf_number_table := NULL,
4358: p_qlt_request_id IN jtf_number_table := NULL,
4359: p_qlt_program_application_id IN jtf_number_table := NULL,
4360: p_qlt_program_id IN jtf_number_table := NULL,
4361: p_qlt_program_update_date IN jtf_date_table := NULL,
4362: p_qlt_orig_tax_code IN jtf_varchar2_table_300 := NULL,

Line 4359: p_qlt_program_application_id IN jtf_number_table := NULL,

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

Line 4360: p_qlt_program_id IN jtf_number_table := NULL,

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

Line 4364: p_qlt_tax_rate IN jtf_number_table := NULL,

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

Line 4366: p_qlt_tax_amount IN jtf_number_table := NULL,

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

Line 4387: p_qlpaa_qte_line_index IN jtf_number_table := NULL,

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

Line 4388: p_qlpaa_price_adj_index IN jtf_number_table := NULL,

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

Line 4389: p_qlpaa_price_adj_attrib_id IN jtf_number_table := NULL,

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

Line 4391: p_qlpaa_created_by IN jtf_number_table := NULL,

4387: p_qlpaa_qte_line_index IN jtf_number_table := NULL,
4388: p_qlpaa_price_adj_index IN jtf_number_table := NULL,
4389: p_qlpaa_price_adj_attrib_id IN jtf_number_table := NULL,
4390: p_qlpaa_creation_date IN jtf_date_table := NULL,
4391: p_qlpaa_created_by IN jtf_number_table := NULL,
4392: p_qlpaa_last_update_date IN jtf_date_table := NULL,
4393: p_qlpaa_last_updated_by IN jtf_number_table := NULL,
4394: p_qlpaa_last_update_login IN jtf_number_table := NULL,
4395: p_qlpaa_program_application_id IN jtf_number_table := NULL,

Line 4393: p_qlpaa_last_updated_by IN jtf_number_table := NULL,

4389: p_qlpaa_price_adj_attrib_id IN jtf_number_table := NULL,
4390: p_qlpaa_creation_date IN jtf_date_table := NULL,
4391: p_qlpaa_created_by IN jtf_number_table := NULL,
4392: p_qlpaa_last_update_date IN jtf_date_table := NULL,
4393: p_qlpaa_last_updated_by IN jtf_number_table := NULL,
4394: p_qlpaa_last_update_login IN jtf_number_table := NULL,
4395: p_qlpaa_program_application_id IN jtf_number_table := NULL,
4396: p_qlpaa_program_id IN jtf_number_table := NULL,
4397: p_qlpaa_program_update_date IN jtf_date_table := NULL,

Line 4394: p_qlpaa_last_update_login IN jtf_number_table := NULL,

4390: p_qlpaa_creation_date IN jtf_date_table := NULL,
4391: p_qlpaa_created_by IN jtf_number_table := NULL,
4392: p_qlpaa_last_update_date IN jtf_date_table := NULL,
4393: p_qlpaa_last_updated_by IN jtf_number_table := NULL,
4394: p_qlpaa_last_update_login IN jtf_number_table := NULL,
4395: p_qlpaa_program_application_id IN jtf_number_table := NULL,
4396: p_qlpaa_program_id IN jtf_number_table := NULL,
4397: p_qlpaa_program_update_date IN jtf_date_table := NULL,
4398: p_qlpaa_request_id IN jtf_number_table := NULL,

Line 4395: p_qlpaa_program_application_id IN jtf_number_table := NULL,

4391: p_qlpaa_created_by IN jtf_number_table := NULL,
4392: p_qlpaa_last_update_date IN jtf_date_table := NULL,
4393: p_qlpaa_last_updated_by IN jtf_number_table := NULL,
4394: p_qlpaa_last_update_login IN jtf_number_table := NULL,
4395: p_qlpaa_program_application_id IN jtf_number_table := NULL,
4396: p_qlpaa_program_id IN jtf_number_table := NULL,
4397: p_qlpaa_program_update_date IN jtf_date_table := NULL,
4398: p_qlpaa_request_id IN jtf_number_table := NULL,
4399: p_qlpaa_price_adjustment_id IN jtf_number_table := NULL,

Line 4396: p_qlpaa_program_id IN jtf_number_table := NULL,

4392: p_qlpaa_last_update_date IN jtf_date_table := NULL,
4393: p_qlpaa_last_updated_by IN jtf_number_table := NULL,
4394: p_qlpaa_last_update_login IN jtf_number_table := NULL,
4395: p_qlpaa_program_application_id IN jtf_number_table := NULL,
4396: p_qlpaa_program_id IN jtf_number_table := NULL,
4397: p_qlpaa_program_update_date IN jtf_date_table := NULL,
4398: p_qlpaa_request_id IN jtf_number_table := NULL,
4399: p_qlpaa_price_adjustment_id IN jtf_number_table := NULL,
4400: p_qlpaa_pricing_context IN jtf_varchar2_table_100 := NULL,

Line 4398: p_qlpaa_request_id IN jtf_number_table := NULL,

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

Line 4399: p_qlpaa_price_adjustment_id IN jtf_number_table := NULL,

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

Line 4407: p_qlpaj_qte_line_index IN jtf_number_table := NULL,

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

Line 4408: p_qlpaj_price_adjustment_id IN jtf_number_table := NULL,

4404: p_qlpaa_comparison_operator IN jtf_varchar2_table_100 := NULL,
4405: p_qlpaa_flex_title IN jtf_varchar2_table_100 := NULL,
4406: p_qlpaj_operation_code IN jtf_varchar2_table_100 := NULL,
4407: p_qlpaj_qte_line_index IN jtf_number_table := NULL,
4408: p_qlpaj_price_adjustment_id IN jtf_number_table := NULL,
4409: p_qlpaj_creation_date IN jtf_date_table := NULL,
4410: p_qlpaj_created_by IN jtf_number_table := NULL,
4411: p_qlpaj_last_update_date IN jtf_date_table := NULL,
4412: p_qlpaj_last_updated_by IN jtf_number_table := NULL,

Line 4410: p_qlpaj_created_by IN jtf_number_table := NULL,

4406: p_qlpaj_operation_code IN jtf_varchar2_table_100 := NULL,
4407: p_qlpaj_qte_line_index IN jtf_number_table := NULL,
4408: p_qlpaj_price_adjustment_id IN jtf_number_table := NULL,
4409: p_qlpaj_creation_date IN jtf_date_table := NULL,
4410: p_qlpaj_created_by IN jtf_number_table := NULL,
4411: p_qlpaj_last_update_date IN jtf_date_table := NULL,
4412: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
4413: p_qlpaj_last_update_login IN jtf_number_table := NULL,
4414: p_qlpaj_program_application_id IN jtf_number_table := NULL,

Line 4412: p_qlpaj_last_updated_by IN jtf_number_table := NULL,

4408: p_qlpaj_price_adjustment_id IN jtf_number_table := NULL,
4409: p_qlpaj_creation_date IN jtf_date_table := NULL,
4410: p_qlpaj_created_by IN jtf_number_table := NULL,
4411: p_qlpaj_last_update_date IN jtf_date_table := NULL,
4412: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
4413: p_qlpaj_last_update_login IN jtf_number_table := NULL,
4414: p_qlpaj_program_application_id IN jtf_number_table := NULL,
4415: p_qlpaj_program_id IN jtf_number_table := NULL,
4416: p_qlpaj_program_update_date IN jtf_date_table := NULL,

Line 4413: p_qlpaj_last_update_login IN jtf_number_table := NULL,

4409: p_qlpaj_creation_date IN jtf_date_table := NULL,
4410: p_qlpaj_created_by IN jtf_number_table := NULL,
4411: p_qlpaj_last_update_date IN jtf_date_table := NULL,
4412: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
4413: p_qlpaj_last_update_login IN jtf_number_table := NULL,
4414: p_qlpaj_program_application_id IN jtf_number_table := NULL,
4415: p_qlpaj_program_id IN jtf_number_table := NULL,
4416: p_qlpaj_program_update_date IN jtf_date_table := NULL,
4417: p_qlpaj_request_id IN jtf_number_table := NULL,

Line 4414: p_qlpaj_program_application_id IN jtf_number_table := NULL,

4410: p_qlpaj_created_by IN jtf_number_table := NULL,
4411: p_qlpaj_last_update_date IN jtf_date_table := NULL,
4412: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
4413: p_qlpaj_last_update_login IN jtf_number_table := NULL,
4414: p_qlpaj_program_application_id IN jtf_number_table := NULL,
4415: p_qlpaj_program_id IN jtf_number_table := NULL,
4416: p_qlpaj_program_update_date IN jtf_date_table := NULL,
4417: p_qlpaj_request_id IN jtf_number_table := NULL,
4418: p_qlpaj_quote_header_id IN jtf_number_table := NULL,

Line 4415: p_qlpaj_program_id IN jtf_number_table := NULL,

4411: p_qlpaj_last_update_date IN jtf_date_table := NULL,
4412: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
4413: p_qlpaj_last_update_login IN jtf_number_table := NULL,
4414: p_qlpaj_program_application_id IN jtf_number_table := NULL,
4415: p_qlpaj_program_id IN jtf_number_table := NULL,
4416: p_qlpaj_program_update_date IN jtf_date_table := NULL,
4417: p_qlpaj_request_id IN jtf_number_table := NULL,
4418: p_qlpaj_quote_header_id IN jtf_number_table := NULL,
4419: p_qlpaj_quote_line_id IN jtf_number_table := NULL,

Line 4417: p_qlpaj_request_id IN jtf_number_table := NULL,

4413: p_qlpaj_last_update_login IN jtf_number_table := NULL,
4414: p_qlpaj_program_application_id IN jtf_number_table := NULL,
4415: p_qlpaj_program_id IN jtf_number_table := NULL,
4416: p_qlpaj_program_update_date IN jtf_date_table := NULL,
4417: p_qlpaj_request_id IN jtf_number_table := NULL,
4418: p_qlpaj_quote_header_id IN jtf_number_table := NULL,
4419: p_qlpaj_quote_line_id IN jtf_number_table := NULL,
4420: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,
4421: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,

Line 4418: p_qlpaj_quote_header_id IN jtf_number_table := NULL,

4414: p_qlpaj_program_application_id IN jtf_number_table := NULL,
4415: p_qlpaj_program_id IN jtf_number_table := NULL,
4416: p_qlpaj_program_update_date IN jtf_date_table := NULL,
4417: p_qlpaj_request_id IN jtf_number_table := NULL,
4418: p_qlpaj_quote_header_id IN jtf_number_table := NULL,
4419: p_qlpaj_quote_line_id IN jtf_number_table := NULL,
4420: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,
4421: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,
4422: p_qlpaj_mod_line_type_code IN jtf_varchar2_table_100 := NULL,

Line 4419: p_qlpaj_quote_line_id IN jtf_number_table := NULL,

4415: p_qlpaj_program_id IN jtf_number_table := NULL,
4416: p_qlpaj_program_update_date IN jtf_date_table := NULL,
4417: p_qlpaj_request_id IN jtf_number_table := NULL,
4418: p_qlpaj_quote_header_id IN jtf_number_table := NULL,
4419: p_qlpaj_quote_line_id IN jtf_number_table := NULL,
4420: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,
4421: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,
4422: p_qlpaj_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
4423: p_qlpaj_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,

Line 4420: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,

4416: p_qlpaj_program_update_date IN jtf_date_table := NULL,
4417: p_qlpaj_request_id IN jtf_number_table := NULL,
4418: p_qlpaj_quote_header_id IN jtf_number_table := NULL,
4419: p_qlpaj_quote_line_id IN jtf_number_table := NULL,
4420: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,
4421: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,
4422: p_qlpaj_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
4423: p_qlpaj_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
4424: p_qlpaj_modified_from IN jtf_number_table := NULL,

Line 4421: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,

4417: p_qlpaj_request_id IN jtf_number_table := NULL,
4418: p_qlpaj_quote_header_id IN jtf_number_table := NULL,
4419: p_qlpaj_quote_line_id IN jtf_number_table := NULL,
4420: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,
4421: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,
4422: p_qlpaj_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
4423: p_qlpaj_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
4424: p_qlpaj_modified_from IN jtf_number_table := NULL,
4425: p_qlpaj_modified_to IN jtf_number_table := NULL,

Line 4424: p_qlpaj_modified_from IN jtf_number_table := NULL,

4420: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,
4421: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,
4422: p_qlpaj_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
4423: p_qlpaj_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
4424: p_qlpaj_modified_from IN jtf_number_table := NULL,
4425: p_qlpaj_modified_to IN jtf_number_table := NULL,
4426: p_qlpaj_operand IN jtf_number_table := NULL,
4427: p_qlpaj_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
4428: p_qlpaj_automatic_flag IN jtf_varchar2_table_100 := NULL,

Line 4425: p_qlpaj_modified_to IN jtf_number_table := NULL,

4421: p_qlpaj_modifier_line_id IN jtf_number_table := NULL,
4422: p_qlpaj_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
4423: p_qlpaj_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
4424: p_qlpaj_modified_from IN jtf_number_table := NULL,
4425: p_qlpaj_modified_to IN jtf_number_table := NULL,
4426: p_qlpaj_operand IN jtf_number_table := NULL,
4427: p_qlpaj_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
4428: p_qlpaj_automatic_flag IN jtf_varchar2_table_100 := NULL,
4429: p_qlpaj_update_allowable_flag IN jtf_varchar2_table_100 := NULL,

Line 4426: p_qlpaj_operand IN jtf_number_table := NULL,

4422: p_qlpaj_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
4423: p_qlpaj_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
4424: p_qlpaj_modified_from IN jtf_number_table := NULL,
4425: p_qlpaj_modified_to IN jtf_number_table := NULL,
4426: p_qlpaj_operand IN jtf_number_table := NULL,
4427: p_qlpaj_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
4428: p_qlpaj_automatic_flag IN jtf_varchar2_table_100 := NULL,
4429: p_qlpaj_update_allowable_flag IN jtf_varchar2_table_100 := NULL,
4430: p_qlpaj_updated_flag IN jtf_varchar2_table_100 := NULL,

Line 4433: p_qlpaj_pricing_phase_id IN jtf_number_table := NULL,

4429: p_qlpaj_update_allowable_flag IN jtf_varchar2_table_100 := NULL,
4430: p_qlpaj_updated_flag IN jtf_varchar2_table_100 := NULL,
4431: p_qlpaj_applied_flag IN jtf_varchar2_table_100 := NULL,
4432: p_qlpaj_on_invoice_flag IN jtf_varchar2_table_100 := NULL,
4433: p_qlpaj_pricing_phase_id IN jtf_number_table := NULL,
4434: p_qlpaj_attribute_category IN jtf_varchar2_table_100 := NULL,
4435: p_qlpaj_attribute1 IN jtf_varchar2_table_200 := NULL,
4436: p_qlpaj_attribute2 IN jtf_varchar2_table_200 := NULL,
4437: p_qlpaj_attribute3 IN jtf_varchar2_table_200 := NULL,

Line 4455: p_qlpaj_cost_id IN jtf_number_table := NULL,

4451: p_qlpaj_change_sequence IN jtf_varchar2_table_100 := NULL,
4452: p_qlpaj_update_allowed IN jtf_varchar2_table_100 := NULL,
4453: p_qlpaj_change_reason_code IN jtf_varchar2_table_100 := NULL,
4454: p_qlpaj_change_reason_text IN jtf_varchar2_table_2000 := NULL,
4455: p_qlpaj_cost_id IN jtf_number_table := NULL,
4456: p_qlpaj_tax_code IN jtf_varchar2_table_100 := NULL,
4457: p_qlpaj_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
4458: p_qlpaj_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
4459: p_qlpaj_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,

Line 4460: p_qlpaj_parent_adjustment_id IN jtf_number_table := NULL,

4456: p_qlpaj_tax_code IN jtf_varchar2_table_100 := NULL,
4457: p_qlpaj_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
4458: p_qlpaj_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
4459: p_qlpaj_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,
4460: p_qlpaj_parent_adjustment_id IN jtf_number_table := NULL,
4461: p_qlpaj_invoiced_flag IN jtf_varchar2_table_100 := NULL,
4462: p_qlpaj_estimated_flag IN jtf_varchar2_table_100 := NULL,
4463: p_qlpaj_inc_in_sales_perfce IN jtf_varchar2_table_100 := NULL,
4464: p_qlpaj_split_action_code IN jtf_varchar2_table_100 := NULL,

Line 4465: p_qlpaj_adjusted_amount IN jtf_number_table := NULL,

4461: p_qlpaj_invoiced_flag IN jtf_varchar2_table_100 := NULL,
4462: p_qlpaj_estimated_flag IN jtf_varchar2_table_100 := NULL,
4463: p_qlpaj_inc_in_sales_perfce IN jtf_varchar2_table_100 := NULL,
4464: p_qlpaj_split_action_code IN jtf_varchar2_table_100 := NULL,
4465: p_qlpaj_adjusted_amount IN jtf_number_table := NULL,
4466: p_qlpaj_charge_type_code IN jtf_varchar2_table_100 := NULL,
4467: p_qlpaj_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
4468: p_qlpaj_range_break_quantity IN jtf_number_table := NULL,
4469: p_qlpaj_accrual_conv_rate IN jtf_number_table := NULL,

Line 4468: p_qlpaj_range_break_quantity IN jtf_number_table := NULL,

4464: p_qlpaj_split_action_code IN jtf_varchar2_table_100 := NULL,
4465: p_qlpaj_adjusted_amount IN jtf_number_table := NULL,
4466: p_qlpaj_charge_type_code IN jtf_varchar2_table_100 := NULL,
4467: p_qlpaj_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
4468: p_qlpaj_range_break_quantity IN jtf_number_table := NULL,
4469: p_qlpaj_accrual_conv_rate IN jtf_number_table := NULL,
4470: p_qlpaj_pricing_group_sequence IN jtf_number_table := NULL,
4471: p_qlpaj_accrual_flag IN jtf_varchar2_table_100 := NULL,
4472: p_qlpaj_list_line_no IN jtf_varchar2_table_300 := NULL,

Line 4469: p_qlpaj_accrual_conv_rate IN jtf_number_table := NULL,

4465: p_qlpaj_adjusted_amount IN jtf_number_table := NULL,
4466: p_qlpaj_charge_type_code IN jtf_varchar2_table_100 := NULL,
4467: p_qlpaj_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
4468: p_qlpaj_range_break_quantity IN jtf_number_table := NULL,
4469: p_qlpaj_accrual_conv_rate IN jtf_number_table := NULL,
4470: p_qlpaj_pricing_group_sequence IN jtf_number_table := NULL,
4471: p_qlpaj_accrual_flag IN jtf_varchar2_table_100 := NULL,
4472: p_qlpaj_list_line_no IN jtf_varchar2_table_300 := NULL,
4473: p_qlpaj_source_system_code IN jtf_varchar2_table_100 := NULL,

Line 4470: p_qlpaj_pricing_group_sequence IN jtf_number_table := NULL,

4466: p_qlpaj_charge_type_code IN jtf_varchar2_table_100 := NULL,
4467: p_qlpaj_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
4468: p_qlpaj_range_break_quantity IN jtf_number_table := NULL,
4469: p_qlpaj_accrual_conv_rate IN jtf_number_table := NULL,
4470: p_qlpaj_pricing_group_sequence IN jtf_number_table := NULL,
4471: p_qlpaj_accrual_flag IN jtf_varchar2_table_100 := NULL,
4472: p_qlpaj_list_line_no IN jtf_varchar2_table_300 := NULL,
4473: p_qlpaj_source_system_code IN jtf_varchar2_table_100 := NULL,
4474: p_qlpaj_benefit_qty IN jtf_number_table := NULL,

Line 4474: p_qlpaj_benefit_qty IN jtf_number_table := NULL,

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

Line 4490: p_qlpar_adj_relationship_id IN jtf_number_table := NULL,

4486: p_qlpaj_proration_type_code IN jtf_varchar2_table_100 := NULL,
4487: p_qlpaj_include_on_ret_flag IN jtf_varchar2_table_100 := NULL,
4488: p_qlpaj_credit_or_charge_flag IN jtf_varchar2_table_100 := NULL,
4489: p_qlpar_operation_code IN jtf_varchar2_table_100 := NULL,
4490: p_qlpar_adj_relationship_id IN jtf_number_table := NULL,
4491: p_qlpar_creation_date IN jtf_date_table := NULL,
4492: p_qlpar_created_by IN jtf_number_table := NULL,
4493: p_qlpar_last_update_date IN jtf_date_table := NULL,
4494: p_qlpar_last_updated_by IN jtf_number_table := NULL,

Line 4492: p_qlpar_created_by IN jtf_number_table := NULL,

4488: p_qlpaj_credit_or_charge_flag IN jtf_varchar2_table_100 := NULL,
4489: p_qlpar_operation_code IN jtf_varchar2_table_100 := NULL,
4490: p_qlpar_adj_relationship_id IN jtf_number_table := NULL,
4491: p_qlpar_creation_date IN jtf_date_table := NULL,
4492: p_qlpar_created_by IN jtf_number_table := NULL,
4493: p_qlpar_last_update_date IN jtf_date_table := NULL,
4494: p_qlpar_last_updated_by IN jtf_number_table := NULL,
4495: p_qlpar_last_update_login IN jtf_number_table := NULL,
4496: p_qlpar_request_id IN jtf_number_table := NULL,

Line 4494: p_qlpar_last_updated_by IN jtf_number_table := NULL,

4490: p_qlpar_adj_relationship_id IN jtf_number_table := NULL,
4491: p_qlpar_creation_date IN jtf_date_table := NULL,
4492: p_qlpar_created_by IN jtf_number_table := NULL,
4493: p_qlpar_last_update_date IN jtf_date_table := NULL,
4494: p_qlpar_last_updated_by IN jtf_number_table := NULL,
4495: p_qlpar_last_update_login IN jtf_number_table := NULL,
4496: p_qlpar_request_id IN jtf_number_table := NULL,
4497: p_qlpar_program_application_id IN jtf_number_table := NULL,
4498: p_qlpar_program_id IN jtf_number_table := NULL,

Line 4495: p_qlpar_last_update_login IN jtf_number_table := NULL,

4491: p_qlpar_creation_date IN jtf_date_table := NULL,
4492: p_qlpar_created_by IN jtf_number_table := NULL,
4493: p_qlpar_last_update_date IN jtf_date_table := NULL,
4494: p_qlpar_last_updated_by IN jtf_number_table := NULL,
4495: p_qlpar_last_update_login IN jtf_number_table := NULL,
4496: p_qlpar_request_id IN jtf_number_table := NULL,
4497: p_qlpar_program_application_id IN jtf_number_table := NULL,
4498: p_qlpar_program_id IN jtf_number_table := NULL,
4499: p_qlpar_program_update_date IN jtf_date_table := NULL,

Line 4496: p_qlpar_request_id IN jtf_number_table := NULL,

4492: p_qlpar_created_by IN jtf_number_table := NULL,
4493: p_qlpar_last_update_date IN jtf_date_table := NULL,
4494: p_qlpar_last_updated_by IN jtf_number_table := NULL,
4495: p_qlpar_last_update_login IN jtf_number_table := NULL,
4496: p_qlpar_request_id IN jtf_number_table := NULL,
4497: p_qlpar_program_application_id IN jtf_number_table := NULL,
4498: p_qlpar_program_id IN jtf_number_table := NULL,
4499: p_qlpar_program_update_date IN jtf_date_table := NULL,
4500: p_qlpar_quote_line_id IN jtf_number_table := NULL,

Line 4497: p_qlpar_program_application_id IN jtf_number_table := NULL,

4493: p_qlpar_last_update_date IN jtf_date_table := NULL,
4494: p_qlpar_last_updated_by IN jtf_number_table := NULL,
4495: p_qlpar_last_update_login IN jtf_number_table := NULL,
4496: p_qlpar_request_id IN jtf_number_table := NULL,
4497: p_qlpar_program_application_id IN jtf_number_table := NULL,
4498: p_qlpar_program_id IN jtf_number_table := NULL,
4499: p_qlpar_program_update_date IN jtf_date_table := NULL,
4500: p_qlpar_quote_line_id IN jtf_number_table := NULL,
4501: p_qlpar_qte_line_index IN jtf_number_table := NULL,

Line 4498: p_qlpar_program_id IN jtf_number_table := NULL,

4494: p_qlpar_last_updated_by IN jtf_number_table := NULL,
4495: p_qlpar_last_update_login IN jtf_number_table := NULL,
4496: p_qlpar_request_id IN jtf_number_table := NULL,
4497: p_qlpar_program_application_id IN jtf_number_table := NULL,
4498: p_qlpar_program_id IN jtf_number_table := NULL,
4499: p_qlpar_program_update_date IN jtf_date_table := NULL,
4500: p_qlpar_quote_line_id IN jtf_number_table := NULL,
4501: p_qlpar_qte_line_index IN jtf_number_table := NULL,
4502: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,

Line 4500: p_qlpar_quote_line_id IN jtf_number_table := NULL,

4496: p_qlpar_request_id IN jtf_number_table := NULL,
4497: p_qlpar_program_application_id IN jtf_number_table := NULL,
4498: p_qlpar_program_id IN jtf_number_table := NULL,
4499: p_qlpar_program_update_date IN jtf_date_table := NULL,
4500: p_qlpar_quote_line_id IN jtf_number_table := NULL,
4501: p_qlpar_qte_line_index IN jtf_number_table := NULL,
4502: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,
4503: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4504: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,

Line 4501: p_qlpar_qte_line_index IN jtf_number_table := NULL,

4497: p_qlpar_program_application_id IN jtf_number_table := NULL,
4498: p_qlpar_program_id IN jtf_number_table := NULL,
4499: p_qlpar_program_update_date IN jtf_date_table := NULL,
4500: p_qlpar_quote_line_id IN jtf_number_table := NULL,
4501: p_qlpar_qte_line_index IN jtf_number_table := NULL,
4502: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,
4503: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4504: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4505: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,

Line 4502: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,

4498: p_qlpar_program_id IN jtf_number_table := NULL,
4499: p_qlpar_program_update_date IN jtf_date_table := NULL,
4500: p_qlpar_quote_line_id IN jtf_number_table := NULL,
4501: p_qlpar_qte_line_index IN jtf_number_table := NULL,
4502: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,
4503: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4504: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4505: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,
4506: p_qlae_qte_line_index IN jtf_number_table := NULL,

Line 4503: p_qlpar_price_adj_index IN jtf_number_table := NULL,

4499: p_qlpar_program_update_date IN jtf_date_table := NULL,
4500: p_qlpar_quote_line_id IN jtf_number_table := NULL,
4501: p_qlpar_qte_line_index IN jtf_number_table := NULL,
4502: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,
4503: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4504: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4505: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,
4506: p_qlae_qte_line_index IN jtf_number_table := NULL,
4507: p_qlae_shipment_index IN jtf_number_table := NULL,

Line 4504: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,

4500: p_qlpar_quote_line_id IN jtf_number_table := NULL,
4501: p_qlpar_qte_line_index IN jtf_number_table := NULL,
4502: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,
4503: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4504: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4505: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,
4506: p_qlae_qte_line_index IN jtf_number_table := NULL,
4507: p_qlae_shipment_index IN jtf_number_table := NULL,
4508: p_qlae_line_attribute_id IN jtf_number_table := NULL,

Line 4505: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,

4501: p_qlpar_qte_line_index IN jtf_number_table := NULL,
4502: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,
4503: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4504: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4505: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,
4506: p_qlae_qte_line_index IN jtf_number_table := NULL,
4507: p_qlae_shipment_index IN jtf_number_table := NULL,
4508: p_qlae_line_attribute_id IN jtf_number_table := NULL,
4509: p_qlae_creation_date IN jtf_date_table := NULL,

Line 4506: p_qlae_qte_line_index IN jtf_number_table := NULL,

4502: p_qlpar_price_adjustment_id IN jtf_number_table := NULL,
4503: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4504: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4505: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,
4506: p_qlae_qte_line_index IN jtf_number_table := NULL,
4507: p_qlae_shipment_index IN jtf_number_table := NULL,
4508: p_qlae_line_attribute_id IN jtf_number_table := NULL,
4509: p_qlae_creation_date IN jtf_date_table := NULL,
4510: p_qlae_created_by IN jtf_number_table := NULL,

Line 4507: p_qlae_shipment_index IN jtf_number_table := NULL,

4503: p_qlpar_price_adj_index IN jtf_number_table := NULL,
4504: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4505: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,
4506: p_qlae_qte_line_index IN jtf_number_table := NULL,
4507: p_qlae_shipment_index IN jtf_number_table := NULL,
4508: p_qlae_line_attribute_id IN jtf_number_table := NULL,
4509: p_qlae_creation_date IN jtf_date_table := NULL,
4510: p_qlae_created_by IN jtf_number_table := NULL,
4511: p_qlae_last_update_date IN jtf_date_table := NULL,

Line 4508: p_qlae_line_attribute_id IN jtf_number_table := NULL,

4504: p_qlpar_rltd_price_adj_id IN jtf_number_table := NULL,
4505: p_qlpar_rltd_price_adj_index IN jtf_number_table := NULL,
4506: p_qlae_qte_line_index IN jtf_number_table := NULL,
4507: p_qlae_shipment_index IN jtf_number_table := NULL,
4508: p_qlae_line_attribute_id IN jtf_number_table := NULL,
4509: p_qlae_creation_date IN jtf_date_table := NULL,
4510: p_qlae_created_by IN jtf_number_table := NULL,
4511: p_qlae_last_update_date IN jtf_date_table := NULL,
4512: p_qlae_last_updated_by IN jtf_number_table := NULL,

Line 4510: p_qlae_created_by IN jtf_number_table := NULL,

4506: p_qlae_qte_line_index IN jtf_number_table := NULL,
4507: p_qlae_shipment_index IN jtf_number_table := NULL,
4508: p_qlae_line_attribute_id IN jtf_number_table := NULL,
4509: p_qlae_creation_date IN jtf_date_table := NULL,
4510: p_qlae_created_by IN jtf_number_table := NULL,
4511: p_qlae_last_update_date IN jtf_date_table := NULL,
4512: p_qlae_last_updated_by IN jtf_number_table := NULL,
4513: p_qlae_last_update_login IN jtf_number_table := NULL,
4514: p_qlae_request_id IN jtf_number_table := NULL,

Line 4512: p_qlae_last_updated_by IN jtf_number_table := NULL,

4508: p_qlae_line_attribute_id IN jtf_number_table := NULL,
4509: p_qlae_creation_date IN jtf_date_table := NULL,
4510: p_qlae_created_by IN jtf_number_table := NULL,
4511: p_qlae_last_update_date IN jtf_date_table := NULL,
4512: p_qlae_last_updated_by IN jtf_number_table := NULL,
4513: p_qlae_last_update_login IN jtf_number_table := NULL,
4514: p_qlae_request_id IN jtf_number_table := NULL,
4515: p_qlae_program_application_id IN jtf_number_table := NULL,
4516: p_qlae_program_id IN jtf_number_table := NULL,

Line 4513: p_qlae_last_update_login IN jtf_number_table := NULL,

4509: p_qlae_creation_date IN jtf_date_table := NULL,
4510: p_qlae_created_by IN jtf_number_table := NULL,
4511: p_qlae_last_update_date IN jtf_date_table := NULL,
4512: p_qlae_last_updated_by IN jtf_number_table := NULL,
4513: p_qlae_last_update_login IN jtf_number_table := NULL,
4514: p_qlae_request_id IN jtf_number_table := NULL,
4515: p_qlae_program_application_id IN jtf_number_table := NULL,
4516: p_qlae_program_id IN jtf_number_table := NULL,
4517: p_qlae_program_update_date IN jtf_date_table := NULL,

Line 4514: p_qlae_request_id IN jtf_number_table := NULL,

4510: p_qlae_created_by IN jtf_number_table := NULL,
4511: p_qlae_last_update_date IN jtf_date_table := NULL,
4512: p_qlae_last_updated_by IN jtf_number_table := NULL,
4513: p_qlae_last_update_login IN jtf_number_table := NULL,
4514: p_qlae_request_id IN jtf_number_table := NULL,
4515: p_qlae_program_application_id IN jtf_number_table := NULL,
4516: p_qlae_program_id IN jtf_number_table := NULL,
4517: p_qlae_program_update_date IN jtf_date_table := NULL,
4518: p_qlae_quote_header_id IN jtf_number_table := NULL,

Line 4515: p_qlae_program_application_id IN jtf_number_table := NULL,

4511: p_qlae_last_update_date IN jtf_date_table := NULL,
4512: p_qlae_last_updated_by IN jtf_number_table := NULL,
4513: p_qlae_last_update_login IN jtf_number_table := NULL,
4514: p_qlae_request_id IN jtf_number_table := NULL,
4515: p_qlae_program_application_id IN jtf_number_table := NULL,
4516: p_qlae_program_id IN jtf_number_table := NULL,
4517: p_qlae_program_update_date IN jtf_date_table := NULL,
4518: p_qlae_quote_header_id IN jtf_number_table := NULL,
4519: p_qlae_quote_line_id IN jtf_number_table := NULL,

Line 4516: p_qlae_program_id IN jtf_number_table := NULL,

4512: p_qlae_last_updated_by IN jtf_number_table := NULL,
4513: p_qlae_last_update_login IN jtf_number_table := NULL,
4514: p_qlae_request_id IN jtf_number_table := NULL,
4515: p_qlae_program_application_id IN jtf_number_table := NULL,
4516: p_qlae_program_id IN jtf_number_table := NULL,
4517: p_qlae_program_update_date IN jtf_date_table := NULL,
4518: p_qlae_quote_header_id IN jtf_number_table := NULL,
4519: p_qlae_quote_line_id IN jtf_number_table := NULL,
4520: p_qlae_quote_shipment_id IN jtf_number_table := NULL,

Line 4518: p_qlae_quote_header_id IN jtf_number_table := NULL,

4514: p_qlae_request_id IN jtf_number_table := NULL,
4515: p_qlae_program_application_id IN jtf_number_table := NULL,
4516: p_qlae_program_id IN jtf_number_table := NULL,
4517: p_qlae_program_update_date IN jtf_date_table := NULL,
4518: p_qlae_quote_header_id IN jtf_number_table := NULL,
4519: p_qlae_quote_line_id IN jtf_number_table := NULL,
4520: p_qlae_quote_shipment_id IN jtf_number_table := NULL,
4521: p_qlae_attribute_type_code IN jtf_varchar2_table_100 := NULL,
4522: p_qlae_name IN jtf_varchar2_table_100 := NULL,

Line 4519: p_qlae_quote_line_id IN jtf_number_table := NULL,

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

Line 4520: p_qlae_quote_shipment_id IN jtf_number_table := NULL,

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

Line 4526: p_qlae_application_id IN jtf_number_table := NULL,

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

Line 4531: p_qfc_qte_line_index IN jtf_number_table := NULL,

4527: p_qlae_start_date_active IN jtf_date_table := NULL,
4528: p_qlae_end_date_active IN jtf_date_table := NULL,
4529: p_qlae_operation_code IN jtf_varchar2_table_100 := NULL,
4530: p_qfc_operation_code IN jtf_varchar2_table_100 := NULL,
4531: p_qfc_qte_line_index IN jtf_number_table := NULL,
4532: p_qfc_shipment_index IN jtf_number_table := NULL,
4533: p_qfc_freight_charge_id IN jtf_number_table := NULL,
4534: p_qfc_last_update_date IN jtf_date_table := NULL,
4535: p_qfc_last_updated_by IN jtf_number_table := NULL,

Line 4532: p_qfc_shipment_index IN jtf_number_table := NULL,

4528: p_qlae_end_date_active IN jtf_date_table := NULL,
4529: p_qlae_operation_code IN jtf_varchar2_table_100 := NULL,
4530: p_qfc_operation_code IN jtf_varchar2_table_100 := NULL,
4531: p_qfc_qte_line_index IN jtf_number_table := NULL,
4532: p_qfc_shipment_index IN jtf_number_table := NULL,
4533: p_qfc_freight_charge_id IN jtf_number_table := NULL,
4534: p_qfc_last_update_date IN jtf_date_table := NULL,
4535: p_qfc_last_updated_by IN jtf_number_table := NULL,
4536: p_qfc_creation_date IN jtf_date_table := NULL,

Line 4533: p_qfc_freight_charge_id IN jtf_number_table := NULL,

4529: p_qlae_operation_code IN jtf_varchar2_table_100 := NULL,
4530: p_qfc_operation_code IN jtf_varchar2_table_100 := NULL,
4531: p_qfc_qte_line_index IN jtf_number_table := NULL,
4532: p_qfc_shipment_index IN jtf_number_table := NULL,
4533: p_qfc_freight_charge_id IN jtf_number_table := NULL,
4534: p_qfc_last_update_date IN jtf_date_table := NULL,
4535: p_qfc_last_updated_by IN jtf_number_table := NULL,
4536: p_qfc_creation_date IN jtf_date_table := NULL,
4537: p_qfc_created_by IN jtf_number_table := NULL,

Line 4535: p_qfc_last_updated_by IN jtf_number_table := NULL,

4531: p_qfc_qte_line_index IN jtf_number_table := NULL,
4532: p_qfc_shipment_index IN jtf_number_table := NULL,
4533: p_qfc_freight_charge_id IN jtf_number_table := NULL,
4534: p_qfc_last_update_date IN jtf_date_table := NULL,
4535: p_qfc_last_updated_by IN jtf_number_table := NULL,
4536: p_qfc_creation_date IN jtf_date_table := NULL,
4537: p_qfc_created_by IN jtf_number_table := NULL,
4538: p_qfc_last_update_login IN jtf_number_table := NULL,
4539: p_qfc_program_application_id IN jtf_number_table := NULL,

Line 4537: p_qfc_created_by IN jtf_number_table := NULL,

4533: p_qfc_freight_charge_id IN jtf_number_table := NULL,
4534: p_qfc_last_update_date IN jtf_date_table := NULL,
4535: p_qfc_last_updated_by IN jtf_number_table := NULL,
4536: p_qfc_creation_date IN jtf_date_table := NULL,
4537: p_qfc_created_by IN jtf_number_table := NULL,
4538: p_qfc_last_update_login IN jtf_number_table := NULL,
4539: p_qfc_program_application_id IN jtf_number_table := NULL,
4540: p_qfc_program_id IN jtf_number_table := NULL,
4541: p_qfc_program_update_date IN jtf_date_table := NULL,

Line 4538: p_qfc_last_update_login IN jtf_number_table := NULL,

4534: p_qfc_last_update_date IN jtf_date_table := NULL,
4535: p_qfc_last_updated_by IN jtf_number_table := NULL,
4536: p_qfc_creation_date IN jtf_date_table := NULL,
4537: p_qfc_created_by IN jtf_number_table := NULL,
4538: p_qfc_last_update_login IN jtf_number_table := NULL,
4539: p_qfc_program_application_id IN jtf_number_table := NULL,
4540: p_qfc_program_id IN jtf_number_table := NULL,
4541: p_qfc_program_update_date IN jtf_date_table := NULL,
4542: p_qfc_request_id IN jtf_number_table := NULL,

Line 4539: p_qfc_program_application_id IN jtf_number_table := NULL,

4535: p_qfc_last_updated_by IN jtf_number_table := NULL,
4536: p_qfc_creation_date IN jtf_date_table := NULL,
4537: p_qfc_created_by IN jtf_number_table := NULL,
4538: p_qfc_last_update_login IN jtf_number_table := NULL,
4539: p_qfc_program_application_id IN jtf_number_table := NULL,
4540: p_qfc_program_id IN jtf_number_table := NULL,
4541: p_qfc_program_update_date IN jtf_date_table := NULL,
4542: p_qfc_request_id IN jtf_number_table := NULL,
4543: p_qfc_quote_shipment_id IN jtf_number_table := NULL,

Line 4540: p_qfc_program_id IN jtf_number_table := NULL,

4536: p_qfc_creation_date IN jtf_date_table := NULL,
4537: p_qfc_created_by IN jtf_number_table := NULL,
4538: p_qfc_last_update_login IN jtf_number_table := NULL,
4539: p_qfc_program_application_id IN jtf_number_table := NULL,
4540: p_qfc_program_id IN jtf_number_table := NULL,
4541: p_qfc_program_update_date IN jtf_date_table := NULL,
4542: p_qfc_request_id IN jtf_number_table := NULL,
4543: p_qfc_quote_shipment_id IN jtf_number_table := NULL,
4544: p_qfc_quote_line_id IN jtf_number_table := NULL,

Line 4542: p_qfc_request_id IN jtf_number_table := NULL,

4538: p_qfc_last_update_login IN jtf_number_table := NULL,
4539: p_qfc_program_application_id IN jtf_number_table := NULL,
4540: p_qfc_program_id IN jtf_number_table := NULL,
4541: p_qfc_program_update_date IN jtf_date_table := NULL,
4542: p_qfc_request_id IN jtf_number_table := NULL,
4543: p_qfc_quote_shipment_id IN jtf_number_table := NULL,
4544: p_qfc_quote_line_id IN jtf_number_table := NULL,
4545: p_qfc_freight_charge_type_id IN jtf_number_table := NULL,
4546: p_qfc_charge_amount IN jtf_number_table := NULL,

Line 4543: p_qfc_quote_shipment_id IN jtf_number_table := NULL,

4539: p_qfc_program_application_id IN jtf_number_table := NULL,
4540: p_qfc_program_id IN jtf_number_table := NULL,
4541: p_qfc_program_update_date IN jtf_date_table := NULL,
4542: p_qfc_request_id IN jtf_number_table := NULL,
4543: p_qfc_quote_shipment_id IN jtf_number_table := NULL,
4544: p_qfc_quote_line_id IN jtf_number_table := NULL,
4545: p_qfc_freight_charge_type_id IN jtf_number_table := NULL,
4546: p_qfc_charge_amount IN jtf_number_table := NULL,
4547: p_qfc_attribute_category IN jtf_varchar2_table_200 := NULL,

Line 4544: p_qfc_quote_line_id IN jtf_number_table := NULL,

4540: p_qfc_program_id IN jtf_number_table := NULL,
4541: p_qfc_program_update_date IN jtf_date_table := NULL,
4542: p_qfc_request_id IN jtf_number_table := NULL,
4543: p_qfc_quote_shipment_id IN jtf_number_table := NULL,
4544: p_qfc_quote_line_id IN jtf_number_table := NULL,
4545: p_qfc_freight_charge_type_id IN jtf_number_table := NULL,
4546: p_qfc_charge_amount IN jtf_number_table := NULL,
4547: p_qfc_attribute_category IN jtf_varchar2_table_200 := NULL,
4548: p_qfc_attribute1 IN jtf_varchar2_table_200 := NULL,

Line 4545: p_qfc_freight_charge_type_id IN jtf_number_table := NULL,

4541: p_qfc_program_update_date IN jtf_date_table := NULL,
4542: p_qfc_request_id IN jtf_number_table := NULL,
4543: p_qfc_quote_shipment_id IN jtf_number_table := NULL,
4544: p_qfc_quote_line_id IN jtf_number_table := NULL,
4545: p_qfc_freight_charge_type_id IN jtf_number_table := NULL,
4546: p_qfc_charge_amount IN jtf_number_table := NULL,
4547: p_qfc_attribute_category IN jtf_varchar2_table_200 := NULL,
4548: p_qfc_attribute1 IN jtf_varchar2_table_200 := NULL,
4549: p_qfc_attribute2 IN jtf_varchar2_table_200 := NULL,

Line 4546: p_qfc_charge_amount IN jtf_number_table := NULL,

4542: p_qfc_request_id IN jtf_number_table := NULL,
4543: p_qfc_quote_shipment_id IN jtf_number_table := NULL,
4544: p_qfc_quote_line_id IN jtf_number_table := NULL,
4545: p_qfc_freight_charge_type_id IN jtf_number_table := NULL,
4546: p_qfc_charge_amount IN jtf_number_table := NULL,
4547: p_qfc_attribute_category IN jtf_varchar2_table_200 := NULL,
4548: p_qfc_attribute1 IN jtf_varchar2_table_200 := NULL,
4549: p_qfc_attribute2 IN jtf_varchar2_table_200 := NULL,
4550: p_qfc_attribute3 IN jtf_varchar2_table_200 := NULL,

Line 4564: p_qlfc_qte_line_index IN jtf_number_table := NULL,

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

Line 4565: p_qlfc_shipment_index IN jtf_number_table := NULL,

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

Line 4566: p_qlfc_freight_charge_id IN jtf_number_table := NULL,

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

Line 4568: p_qlfc_last_updated_by IN jtf_number_table := NULL,

4564: p_qlfc_qte_line_index IN jtf_number_table := NULL,
4565: p_qlfc_shipment_index IN jtf_number_table := NULL,
4566: p_qlfc_freight_charge_id IN jtf_number_table := NULL,
4567: p_qlfc_last_update_date IN jtf_date_table := NULL,
4568: p_qlfc_last_updated_by IN jtf_number_table := NULL,
4569: p_qlfc_creation_date IN jtf_date_table := NULL,
4570: p_qlfc_created_by IN jtf_number_table := NULL,
4571: p_qlfc_last_update_login IN jtf_number_table := NULL,
4572: p_qlfc_program_application_id IN jtf_number_table := NULL,

Line 4570: p_qlfc_created_by IN jtf_number_table := NULL,

4566: p_qlfc_freight_charge_id IN jtf_number_table := NULL,
4567: p_qlfc_last_update_date IN jtf_date_table := NULL,
4568: p_qlfc_last_updated_by IN jtf_number_table := NULL,
4569: p_qlfc_creation_date IN jtf_date_table := NULL,
4570: p_qlfc_created_by IN jtf_number_table := NULL,
4571: p_qlfc_last_update_login IN jtf_number_table := NULL,
4572: p_qlfc_program_application_id IN jtf_number_table := NULL,
4573: p_qlfc_program_id IN jtf_number_table := NULL,
4574: p_qlfc_program_update_date IN jtf_date_table := NULL,

Line 4571: p_qlfc_last_update_login IN jtf_number_table := NULL,

4567: p_qlfc_last_update_date IN jtf_date_table := NULL,
4568: p_qlfc_last_updated_by IN jtf_number_table := NULL,
4569: p_qlfc_creation_date IN jtf_date_table := NULL,
4570: p_qlfc_created_by IN jtf_number_table := NULL,
4571: p_qlfc_last_update_login IN jtf_number_table := NULL,
4572: p_qlfc_program_application_id IN jtf_number_table := NULL,
4573: p_qlfc_program_id IN jtf_number_table := NULL,
4574: p_qlfc_program_update_date IN jtf_date_table := NULL,
4575: p_qlfc_request_id IN jtf_number_table := NULL,

Line 4572: p_qlfc_program_application_id IN jtf_number_table := NULL,

4568: p_qlfc_last_updated_by IN jtf_number_table := NULL,
4569: p_qlfc_creation_date IN jtf_date_table := NULL,
4570: p_qlfc_created_by IN jtf_number_table := NULL,
4571: p_qlfc_last_update_login IN jtf_number_table := NULL,
4572: p_qlfc_program_application_id IN jtf_number_table := NULL,
4573: p_qlfc_program_id IN jtf_number_table := NULL,
4574: p_qlfc_program_update_date IN jtf_date_table := NULL,
4575: p_qlfc_request_id IN jtf_number_table := NULL,
4576: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,

Line 4573: p_qlfc_program_id IN jtf_number_table := NULL,

4569: p_qlfc_creation_date IN jtf_date_table := NULL,
4570: p_qlfc_created_by IN jtf_number_table := NULL,
4571: p_qlfc_last_update_login IN jtf_number_table := NULL,
4572: p_qlfc_program_application_id IN jtf_number_table := NULL,
4573: p_qlfc_program_id IN jtf_number_table := NULL,
4574: p_qlfc_program_update_date IN jtf_date_table := NULL,
4575: p_qlfc_request_id IN jtf_number_table := NULL,
4576: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,
4577: p_qlfc_quote_line_id IN jtf_number_table := NULL,

Line 4575: p_qlfc_request_id IN jtf_number_table := NULL,

4571: p_qlfc_last_update_login IN jtf_number_table := NULL,
4572: p_qlfc_program_application_id IN jtf_number_table := NULL,
4573: p_qlfc_program_id IN jtf_number_table := NULL,
4574: p_qlfc_program_update_date IN jtf_date_table := NULL,
4575: p_qlfc_request_id IN jtf_number_table := NULL,
4576: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,
4577: p_qlfc_quote_line_id IN jtf_number_table := NULL,
4578: p_qlfc_freight_charge_type_id IN jtf_number_table := NULL,
4579: p_qlfc_charge_amount IN jtf_number_table := NULL,

Line 4576: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,

4572: p_qlfc_program_application_id IN jtf_number_table := NULL,
4573: p_qlfc_program_id IN jtf_number_table := NULL,
4574: p_qlfc_program_update_date IN jtf_date_table := NULL,
4575: p_qlfc_request_id IN jtf_number_table := NULL,
4576: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,
4577: p_qlfc_quote_line_id IN jtf_number_table := NULL,
4578: p_qlfc_freight_charge_type_id IN jtf_number_table := NULL,
4579: p_qlfc_charge_amount IN jtf_number_table := NULL,
4580: p_qlfc_attribute_category IN jtf_varchar2_table_200 := NULL,

Line 4577: p_qlfc_quote_line_id IN jtf_number_table := NULL,

4573: p_qlfc_program_id IN jtf_number_table := NULL,
4574: p_qlfc_program_update_date IN jtf_date_table := NULL,
4575: p_qlfc_request_id IN jtf_number_table := NULL,
4576: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,
4577: p_qlfc_quote_line_id IN jtf_number_table := NULL,
4578: p_qlfc_freight_charge_type_id IN jtf_number_table := NULL,
4579: p_qlfc_charge_amount IN jtf_number_table := NULL,
4580: p_qlfc_attribute_category IN jtf_varchar2_table_200 := NULL,
4581: p_qlfc_attribute1 IN jtf_varchar2_table_200 := NULL,

Line 4578: p_qlfc_freight_charge_type_id IN jtf_number_table := NULL,

4574: p_qlfc_program_update_date IN jtf_date_table := NULL,
4575: p_qlfc_request_id IN jtf_number_table := NULL,
4576: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,
4577: p_qlfc_quote_line_id IN jtf_number_table := NULL,
4578: p_qlfc_freight_charge_type_id IN jtf_number_table := NULL,
4579: p_qlfc_charge_amount IN jtf_number_table := NULL,
4580: p_qlfc_attribute_category IN jtf_varchar2_table_200 := NULL,
4581: p_qlfc_attribute1 IN jtf_varchar2_table_200 := NULL,
4582: p_qlfc_attribute2 IN jtf_varchar2_table_200 := NULL,

Line 4579: p_qlfc_charge_amount IN jtf_number_table := NULL,

4575: p_qlfc_request_id IN jtf_number_table := NULL,
4576: p_qlfc_quote_shipment_id IN jtf_number_table := NULL,
4577: p_qlfc_quote_line_id IN jtf_number_table := NULL,
4578: p_qlfc_freight_charge_type_id IN jtf_number_table := NULL,
4579: p_qlfc_charge_amount IN jtf_number_table := NULL,
4580: p_qlfc_attribute_category IN jtf_varchar2_table_200 := NULL,
4581: p_qlfc_attribute1 IN jtf_varchar2_table_200 := NULL,
4582: p_qlfc_attribute2 IN jtf_varchar2_table_200 := NULL,
4583: p_qlfc_attribute3 IN jtf_varchar2_table_200 := NULL,

Line 6028: x_ql_quote_line_id OUT NOCOPY jtf_number_table ,

6024: END SubmitQuoteWrapper;
6025:
6026:
6027: PROCEDURE AddModelsToCartWrapper(
6028: x_ql_quote_line_id OUT NOCOPY jtf_number_table ,
6029: p_api_version_number IN NUMBER := 1 ,
6030: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
6031: p_commit IN VARCHAR2 := FND_API.G_FALSE ,
6032: p_Bundle_Flag IN VARCHAR2 := FND_API.G_FALSE ,

Line 6157: p_ql_created_by IN jtf_number_table := NULL,

6153: p_q_minisite_id IN NUMBER := FND_API.G_MISS_NUM,
6154: p_q_pricing_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
6155: p_q_tax_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
6156: p_ql_creation_date IN jtf_date_table := NULL,
6157: p_ql_created_by IN jtf_number_table := NULL,
6158: p_ql_last_updated_by IN jtf_number_table := NULL,
6159: p_ql_last_update_date IN jtf_date_table := NULL,
6160: p_ql_last_update_login IN jtf_number_table := NULL,
6161: p_ql_request_id IN jtf_number_table := NULL,

Line 6158: p_ql_last_updated_by IN jtf_number_table := NULL,

6154: p_q_pricing_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
6155: p_q_tax_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
6156: p_ql_creation_date IN jtf_date_table := NULL,
6157: p_ql_created_by IN jtf_number_table := NULL,
6158: p_ql_last_updated_by IN jtf_number_table := NULL,
6159: p_ql_last_update_date IN jtf_date_table := NULL,
6160: p_ql_last_update_login IN jtf_number_table := NULL,
6161: p_ql_request_id IN jtf_number_table := NULL,
6162: p_ql_program_application_id IN jtf_number_table := NULL,

Line 6160: p_ql_last_update_login IN jtf_number_table := NULL,

6156: p_ql_creation_date IN jtf_date_table := NULL,
6157: p_ql_created_by IN jtf_number_table := NULL,
6158: p_ql_last_updated_by IN jtf_number_table := NULL,
6159: p_ql_last_update_date IN jtf_date_table := NULL,
6160: p_ql_last_update_login IN jtf_number_table := NULL,
6161: p_ql_request_id IN jtf_number_table := NULL,
6162: p_ql_program_application_id IN jtf_number_table := NULL,
6163: p_ql_program_id IN jtf_number_table := NULL,
6164: p_ql_program_update_date IN jtf_date_table := NULL,

Line 6161: p_ql_request_id IN jtf_number_table := NULL,

6157: p_ql_created_by IN jtf_number_table := NULL,
6158: p_ql_last_updated_by IN jtf_number_table := NULL,
6159: p_ql_last_update_date IN jtf_date_table := NULL,
6160: p_ql_last_update_login IN jtf_number_table := NULL,
6161: p_ql_request_id IN jtf_number_table := NULL,
6162: p_ql_program_application_id IN jtf_number_table := NULL,
6163: p_ql_program_id IN jtf_number_table := NULL,
6164: p_ql_program_update_date IN jtf_date_table := NULL,
6165: p_ql_quote_line_id IN jtf_number_table := NULL,

Line 6162: p_ql_program_application_id IN jtf_number_table := NULL,

6158: p_ql_last_updated_by IN jtf_number_table := NULL,
6159: p_ql_last_update_date IN jtf_date_table := NULL,
6160: p_ql_last_update_login IN jtf_number_table := NULL,
6161: p_ql_request_id IN jtf_number_table := NULL,
6162: p_ql_program_application_id IN jtf_number_table := NULL,
6163: p_ql_program_id IN jtf_number_table := NULL,
6164: p_ql_program_update_date IN jtf_date_table := NULL,
6165: p_ql_quote_line_id IN jtf_number_table := NULL,
6166: p_ql_quote_header_id IN jtf_number_table := NULL,

Line 6163: p_ql_program_id IN jtf_number_table := NULL,

6159: p_ql_last_update_date IN jtf_date_table := NULL,
6160: p_ql_last_update_login IN jtf_number_table := NULL,
6161: p_ql_request_id IN jtf_number_table := NULL,
6162: p_ql_program_application_id IN jtf_number_table := NULL,
6163: p_ql_program_id IN jtf_number_table := NULL,
6164: p_ql_program_update_date IN jtf_date_table := NULL,
6165: p_ql_quote_line_id IN jtf_number_table := NULL,
6166: p_ql_quote_header_id IN jtf_number_table := NULL,
6167: p_ql_org_id IN jtf_number_table := NULL,

Line 6165: p_ql_quote_line_id IN jtf_number_table := NULL,

6161: p_ql_request_id IN jtf_number_table := NULL,
6162: p_ql_program_application_id IN jtf_number_table := NULL,
6163: p_ql_program_id IN jtf_number_table := NULL,
6164: p_ql_program_update_date IN jtf_date_table := NULL,
6165: p_ql_quote_line_id IN jtf_number_table := NULL,
6166: p_ql_quote_header_id IN jtf_number_table := NULL,
6167: p_ql_org_id IN jtf_number_table := NULL,
6168: p_ql_line_number IN jtf_number_table := NULL,
6169: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,

Line 6166: p_ql_quote_header_id IN jtf_number_table := NULL,

6162: p_ql_program_application_id IN jtf_number_table := NULL,
6163: p_ql_program_id IN jtf_number_table := NULL,
6164: p_ql_program_update_date IN jtf_date_table := NULL,
6165: p_ql_quote_line_id IN jtf_number_table := NULL,
6166: p_ql_quote_header_id IN jtf_number_table := NULL,
6167: p_ql_org_id IN jtf_number_table := NULL,
6168: p_ql_line_number IN jtf_number_table := NULL,
6169: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
6170: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,

Line 6167: p_ql_org_id IN jtf_number_table := NULL,

6163: p_ql_program_id IN jtf_number_table := NULL,
6164: p_ql_program_update_date IN jtf_date_table := NULL,
6165: p_ql_quote_line_id IN jtf_number_table := NULL,
6166: p_ql_quote_header_id IN jtf_number_table := NULL,
6167: p_ql_org_id IN jtf_number_table := NULL,
6168: p_ql_line_number IN jtf_number_table := NULL,
6169: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
6170: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
6171: p_ql_inventory_item_id IN jtf_number_table := NULL,

Line 6168: p_ql_line_number IN jtf_number_table := NULL,

6164: p_ql_program_update_date IN jtf_date_table := NULL,
6165: p_ql_quote_line_id IN jtf_number_table := NULL,
6166: p_ql_quote_header_id IN jtf_number_table := NULL,
6167: p_ql_org_id IN jtf_number_table := NULL,
6168: p_ql_line_number IN jtf_number_table := NULL,
6169: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
6170: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
6171: p_ql_inventory_item_id IN jtf_number_table := NULL,
6172: p_ql_organization_id IN jtf_number_table := NULL,

Line 6171: p_ql_inventory_item_id IN jtf_number_table := NULL,

6167: p_ql_org_id IN jtf_number_table := NULL,
6168: p_ql_line_number IN jtf_number_table := NULL,
6169: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
6170: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
6171: p_ql_inventory_item_id IN jtf_number_table := NULL,
6172: p_ql_organization_id IN jtf_number_table := NULL,
6173: p_ql_quantity IN jtf_number_table := NULL,
6174: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
6175: p_ql_start_date_active IN jtf_date_table := NULL,

Line 6172: p_ql_organization_id IN jtf_number_table := NULL,

6168: p_ql_line_number IN jtf_number_table := NULL,
6169: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
6170: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
6171: p_ql_inventory_item_id IN jtf_number_table := NULL,
6172: p_ql_organization_id IN jtf_number_table := NULL,
6173: p_ql_quantity IN jtf_number_table := NULL,
6174: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
6175: p_ql_start_date_active IN jtf_date_table := NULL,
6176: p_ql_end_date_active IN jtf_date_table := NULL,

Line 6173: p_ql_quantity IN jtf_number_table := NULL,

6169: p_ql_line_category_code IN jtf_varchar2_table_100 := NULL,
6170: p_ql_item_type_code IN jtf_varchar2_table_100 := NULL,
6171: p_ql_inventory_item_id IN jtf_number_table := NULL,
6172: p_ql_organization_id IN jtf_number_table := NULL,
6173: p_ql_quantity IN jtf_number_table := NULL,
6174: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
6175: p_ql_start_date_active IN jtf_date_table := NULL,
6176: p_ql_end_date_active IN jtf_date_table := NULL,
6177: p_ql_order_line_type_id IN jtf_number_table := NULL,

Line 6177: p_ql_order_line_type_id IN jtf_number_table := NULL,

6173: p_ql_quantity IN jtf_number_table := NULL,
6174: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
6175: p_ql_start_date_active IN jtf_date_table := NULL,
6176: p_ql_end_date_active IN jtf_date_table := NULL,
6177: p_ql_order_line_type_id IN jtf_number_table := NULL,
6178: p_ql_price_list_id IN jtf_number_table := NULL,
6179: p_ql_price_list_line_id IN jtf_number_table := NULL,
6180: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
6181: p_ql_line_list_price IN jtf_number_table := NULL,

Line 6178: p_ql_price_list_id IN jtf_number_table := NULL,

6174: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
6175: p_ql_start_date_active IN jtf_date_table := NULL,
6176: p_ql_end_date_active IN jtf_date_table := NULL,
6177: p_ql_order_line_type_id IN jtf_number_table := NULL,
6178: p_ql_price_list_id IN jtf_number_table := NULL,
6179: p_ql_price_list_line_id IN jtf_number_table := NULL,
6180: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
6181: p_ql_line_list_price IN jtf_number_table := NULL,
6182: p_ql_line_adjusted_amount IN jtf_number_table := NULL,

Line 6179: p_ql_price_list_line_id IN jtf_number_table := NULL,

6175: p_ql_start_date_active IN jtf_date_table := NULL,
6176: p_ql_end_date_active IN jtf_date_table := NULL,
6177: p_ql_order_line_type_id IN jtf_number_table := NULL,
6178: p_ql_price_list_id IN jtf_number_table := NULL,
6179: p_ql_price_list_line_id IN jtf_number_table := NULL,
6180: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
6181: p_ql_line_list_price IN jtf_number_table := NULL,
6182: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
6183: p_ql_line_adjusted_percent IN jtf_number_table := NULL,

Line 6181: p_ql_line_list_price IN jtf_number_table := NULL,

6177: p_ql_order_line_type_id IN jtf_number_table := NULL,
6178: p_ql_price_list_id IN jtf_number_table := NULL,
6179: p_ql_price_list_line_id IN jtf_number_table := NULL,
6180: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
6181: p_ql_line_list_price IN jtf_number_table := NULL,
6182: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
6183: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
6184: p_ql_line_quote_price IN jtf_number_table := NULL,
6185: p_ql_related_item_id IN jtf_number_table := NULL,

Line 6182: p_ql_line_adjusted_amount IN jtf_number_table := NULL,

6178: p_ql_price_list_id IN jtf_number_table := NULL,
6179: p_ql_price_list_line_id IN jtf_number_table := NULL,
6180: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
6181: p_ql_line_list_price IN jtf_number_table := NULL,
6182: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
6183: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
6184: p_ql_line_quote_price IN jtf_number_table := NULL,
6185: p_ql_related_item_id IN jtf_number_table := NULL,
6186: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,

Line 6183: p_ql_line_adjusted_percent IN jtf_number_table := NULL,

6179: p_ql_price_list_line_id IN jtf_number_table := NULL,
6180: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
6181: p_ql_line_list_price IN jtf_number_table := NULL,
6182: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
6183: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
6184: p_ql_line_quote_price IN jtf_number_table := NULL,
6185: p_ql_related_item_id IN jtf_number_table := NULL,
6186: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,
6187: p_ql_split_shipment_flag IN jtf_varchar2_table_100 := NULL,

Line 6184: p_ql_line_quote_price IN jtf_number_table := NULL,

6180: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,
6181: p_ql_line_list_price IN jtf_number_table := NULL,
6182: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
6183: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
6184: p_ql_line_quote_price IN jtf_number_table := NULL,
6185: p_ql_related_item_id IN jtf_number_table := NULL,
6186: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,
6187: p_ql_split_shipment_flag IN jtf_varchar2_table_100 := NULL,
6188: p_ql_backorder_flag IN jtf_varchar2_table_100 := NULL,

Line 6185: p_ql_related_item_id IN jtf_number_table := NULL,

6181: p_ql_line_list_price IN jtf_number_table := NULL,
6182: p_ql_line_adjusted_amount IN jtf_number_table := NULL,
6183: p_ql_line_adjusted_percent IN jtf_number_table := NULL,
6184: p_ql_line_quote_price IN jtf_number_table := NULL,
6185: p_ql_related_item_id IN jtf_number_table := NULL,
6186: p_ql_item_relationship_type IN jtf_varchar2_table_100 := NULL,
6187: p_ql_split_shipment_flag IN jtf_varchar2_table_100 := NULL,
6188: p_ql_backorder_flag IN jtf_varchar2_table_100 := NULL,
6189: p_ql_selling_price_change IN jtf_varchar2_table_100 := NULL,

Line 6207: p_ql_accounting_rule_id IN jtf_number_table := NULL,

6203: p_ql_attribute12 IN jtf_varchar2_table_300 := NULL,
6204: p_ql_attribute13 IN jtf_varchar2_table_300 := NULL,
6205: p_ql_attribute14 IN jtf_varchar2_table_300 := NULL,
6206: p_ql_attribute15 IN jtf_varchar2_table_300 := NULL,
6207: p_ql_accounting_rule_id IN jtf_number_table := NULL,
6208: p_ql_ffm_content_name IN jtf_varchar2_table_300 := NULL,
6209: p_ql_ffm_content_type IN jtf_varchar2_table_300 := NULL,
6210: p_ql_ffm_document_type IN jtf_varchar2_table_300 := NULL,
6211: p_ql_ffm_media_id IN jtf_varchar2_table_300 := NULL,

Line 6214: p_ql_invoice_to_party_id IN jtf_number_table := NULL,

6210: p_ql_ffm_document_type IN jtf_varchar2_table_300 := NULL,
6211: p_ql_ffm_media_id IN jtf_varchar2_table_300 := NULL,
6212: p_ql_ffm_media_type IN jtf_varchar2_table_300 := NULL,
6213: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
6214: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
6215: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
6216: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
6217: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
6218: p_ql_marketing_source_code_id IN jtf_number_table := NULL,

Line 6215: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,

6211: p_ql_ffm_media_id IN jtf_varchar2_table_300 := NULL,
6212: p_ql_ffm_media_type IN jtf_varchar2_table_300 := NULL,
6213: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
6214: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
6215: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
6216: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
6217: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
6218: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
6219: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,

Line 6216: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,

6212: p_ql_ffm_media_type IN jtf_varchar2_table_300 := NULL,
6213: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
6214: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
6215: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
6216: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
6217: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
6218: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
6219: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
6220: p_ql_commitment_id IN jtf_number_table := NULL,

Line 6217: p_ql_invoicing_rule_id IN jtf_number_table := NULL,

6213: p_ql_ffm_user_note IN jtf_varchar2_table_300 := NULL,
6214: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
6215: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
6216: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
6217: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
6218: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
6219: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
6220: p_ql_commitment_id IN jtf_number_table := NULL,
6221: p_ql_agreement_id IN jtf_number_table := NULL,

Line 6218: p_ql_marketing_source_code_id IN jtf_number_table := NULL,

6214: p_ql_invoice_to_party_id IN jtf_number_table := NULL,
6215: p_ql_invoice_to_party_site_id IN jtf_number_table := NULL,
6216: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
6217: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
6218: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
6219: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
6220: p_ql_commitment_id IN jtf_number_table := NULL,
6221: p_ql_agreement_id IN jtf_number_table := NULL,
6222: p_ql_minisite_id IN jtf_number_table := NULL,

Line 6220: p_ql_commitment_id IN jtf_number_table := NULL,

6216: p_ql_invoice_to_cust_acct_id IN jtf_number_table := NULL,
6217: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
6218: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
6219: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
6220: p_ql_commitment_id IN jtf_number_table := NULL,
6221: p_ql_agreement_id IN jtf_number_table := NULL,
6222: p_ql_minisite_id IN jtf_number_table := NULL,
6223: p_ql_section_id IN jtf_number_table := NULL,
6224: p_ql_line_codes IN jtf_number_table := NULL

Line 6221: p_ql_agreement_id IN jtf_number_table := NULL,

6217: p_ql_invoicing_rule_id IN jtf_number_table := NULL,
6218: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
6219: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
6220: p_ql_commitment_id IN jtf_number_table := NULL,
6221: p_ql_agreement_id IN jtf_number_table := NULL,
6222: p_ql_minisite_id IN jtf_number_table := NULL,
6223: p_ql_section_id IN jtf_number_table := NULL,
6224: p_ql_line_codes IN jtf_number_table := NULL
6225: )

Line 6222: p_ql_minisite_id IN jtf_number_table := NULL,

6218: p_ql_marketing_source_code_id IN jtf_number_table := NULL,
6219: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
6220: p_ql_commitment_id IN jtf_number_table := NULL,
6221: p_ql_agreement_id IN jtf_number_table := NULL,
6222: p_ql_minisite_id IN jtf_number_table := NULL,
6223: p_ql_section_id IN jtf_number_table := NULL,
6224: p_ql_line_codes IN jtf_number_table := NULL
6225: )
6226: IS

Line 6223: p_ql_section_id IN jtf_number_table := NULL,

6219: p_ql_operation_code IN jtf_varchar2_table_100 := NULL,
6220: p_ql_commitment_id IN jtf_number_table := NULL,
6221: p_ql_agreement_id IN jtf_number_table := NULL,
6222: p_ql_minisite_id IN jtf_number_table := NULL,
6223: p_ql_section_id IN jtf_number_table := NULL,
6224: p_ql_line_codes IN jtf_number_table := NULL
6225: )
6226: IS
6227: l_qte_header_rec ASO_Quote_Pub.qte_header_rec_type := ASO_Quote_Pub.G_MISS_Qte_Header_Rec;

Line 6224: p_ql_line_codes IN jtf_number_table := NULL

6220: p_ql_commitment_id IN jtf_number_table := NULL,
6221: p_ql_agreement_id IN jtf_number_table := NULL,
6222: p_ql_minisite_id IN jtf_number_table := NULL,
6223: p_ql_section_id IN jtf_number_table := NULL,
6224: p_ql_line_codes IN jtf_number_table := NULL
6225: )
6226: IS
6227: l_qte_header_rec ASO_Quote_Pub.qte_header_rec_type := ASO_Quote_Pub.G_MISS_Qte_Header_Rec;
6228: l_qte_line_tbl ASO_Quote_Pub.qte_line_tbl_type := ASO_Quote_Pub.G_MISS_QTE_LINE_TBL;

Line 6458: x_ql_quote_line_id := JTF_NUMBER_TABLE();

6454: ,x_msg_data => x_msg_data
6455: );
6456:
6457: l_count := x_qte_line_tbl.COUNT;
6458: x_ql_quote_line_id := JTF_NUMBER_TABLE();
6459:
6460: IF l_count > 0 THEN
6461: x_ql_quote_line_id.extend(l_count);
6462: -- Set Output for Quote_Line_ids

Line 6592: p_instance_ids IN jtf_number_table := NULL,

6588: p_q_end_cust_party_site_id IN NUMBER := FND_API.G_MISS_NUM,
6589: p_q_end_cust_cust_account_id IN NUMBER := FND_API.G_MISS_NUM,
6590: p_q_pricing_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
6591: p_q_tax_status_indicator IN VARCHAR2 := FND_API.G_MISS_CHAR,
6592: p_instance_ids IN jtf_number_table := NULL,
6593: x_config_line OUT NOCOPY ConfigCurTyp,
6594: x_last_update_date OUT NOCOPY DATE,
6595: x_return_status OUT NOCOPY VARCHAR2,
6596: x_msg_count OUT NOCOPY NUMBER,