DBA Data[Home] [Help]

APPS.ASO_QUOTE_PUB_W1 dependencies on JTF_DATE_TABLE

Line 21: x_atp_requested_ship_date OUT NOCOPY jtf_date_table,

17: x_atp_customer_site_id OUT NOCOPY jtf_number_table,
18: x_atp_quantity_ordered OUT NOCOPY jtf_number_table,
19: x_atp_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
20: x_atp_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
21: x_atp_requested_ship_date OUT NOCOPY jtf_date_table,
22: x_atp_ship_date OUT NOCOPY jtf_date_table,
23: x_atp_available_quantity OUT NOCOPY jtf_number_table,
24: x_atp_request_date_quantity OUT NOCOPY jtf_number_table,
25: x_atp_error_code OUT NOCOPY jtf_number_table,

Line 22: x_atp_ship_date OUT NOCOPY jtf_date_table,

18: x_atp_quantity_ordered OUT NOCOPY jtf_number_table,
19: x_atp_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
20: x_atp_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
21: x_atp_requested_ship_date OUT NOCOPY jtf_date_table,
22: x_atp_ship_date OUT NOCOPY jtf_date_table,
23: x_atp_available_quantity OUT NOCOPY jtf_number_table,
24: x_atp_request_date_quantity OUT NOCOPY jtf_number_table,
25: x_atp_error_code OUT NOCOPY jtf_number_table,
26: x_atp_message OUT NOCOPY jtf_varchar2_table_2000,

Line 35: x_atp_group_ship_date OUT NOCOPY jtf_date_table,

31: x_atp_demand_class_meaning OUT NOCOPY jtf_varchar2_table_300,
32: x_atp_ship_set_name OUT NOCOPY jtf_varchar2_table_300,
33: x_atp_arrival_set_name OUT NOCOPY jtf_varchar2_table_300,
34: x_atp_line_number OUT NOCOPY jtf_varchar2_table_800,
35: x_atp_group_ship_date OUT NOCOPY jtf_date_table,
36: x_atp_requested_arrival_date OUT NOCOPY jtf_date_table,
37: x_atp_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
38: x_atp_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
39: x_atp_quantity_on_hand OUT NOCOPY jtf_number_table,

Line 36: x_atp_requested_arrival_date OUT NOCOPY jtf_date_table,

32: x_atp_ship_set_name OUT NOCOPY jtf_varchar2_table_300,
33: x_atp_arrival_set_name OUT NOCOPY jtf_varchar2_table_300,
34: x_atp_line_number OUT NOCOPY jtf_varchar2_table_800,
35: x_atp_group_ship_date OUT NOCOPY jtf_date_table,
36: x_atp_requested_arrival_date OUT NOCOPY jtf_date_table,
37: x_atp_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
38: x_atp_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
39: x_atp_quantity_on_hand OUT NOCOPY jtf_number_table,
40: x_atp_quote_header_id OUT NOCOPY jtf_number_table,

Line 47: x_atp_arrival_date OUT NOCOPY jtf_date_table,

43: x_atp_ato_line_id OUT NOCOPY jtf_number_table,
44: x_atp_ref_line_id OUT NOCOPY jtf_number_table,
45: x_atp_top_model_line_id OUT NOCOPY jtf_number_table,
46: x_atp_action OUT NOCOPY jtf_number_table,
47: x_atp_arrival_date OUT NOCOPY jtf_date_table,
48: x_atp_organization_id OUT NOCOPY jtf_number_table,
49: x_atp_component_code OUT NOCOPY jtf_varchar2_table_1200,
50: x_atp_component_sequence_id OUT NOCOPY jtf_number_table,
51: x_atp_included_item_flag OUT NOCOPY jtf_number_table,

Line 199: p_ql_creation_date IN jtf_date_table := NULL,

195: p_q_assistance_reason_code IN VARCHAR2 := FND_API.G_MISS_CHAR,
196: p_q_object_version_number IN NUMBER := FND_API.G_MISS_NUM,
197:
198: /* Parameters for quote line record ASO_QUOTE_PUB.Quote_Line_Tbl_Type */
199: p_ql_creation_date IN jtf_date_table := NULL,
200: p_ql_created_by IN jtf_number_table := NULL,
201: p_ql_last_updated_by IN jtf_number_table := NULL,
202: p_ql_last_update_date IN jtf_date_table := NULL,
203: p_ql_last_update_login IN jtf_number_table := NULL,

Line 202: p_ql_last_update_date IN jtf_date_table := NULL,

198: /* Parameters for quote line record ASO_QUOTE_PUB.Quote_Line_Tbl_Type */
199: p_ql_creation_date IN jtf_date_table := NULL,
200: p_ql_created_by IN jtf_number_table := NULL,
201: p_ql_last_updated_by IN jtf_number_table := NULL,
202: p_ql_last_update_date IN jtf_date_table := NULL,
203: p_ql_last_update_login IN jtf_number_table := NULL,
204: p_ql_request_id IN jtf_number_table := NULL,
205: p_ql_program_application_id IN jtf_number_table := NULL,
206: p_ql_program_id IN jtf_number_table := NULL,

Line 207: p_ql_program_update_date IN jtf_date_table := NULL,

203: p_ql_last_update_login IN jtf_number_table := NULL,
204: p_ql_request_id IN jtf_number_table := NULL,
205: p_ql_program_application_id IN jtf_number_table := NULL,
206: p_ql_program_id IN jtf_number_table := NULL,
207: p_ql_program_update_date IN jtf_date_table := NULL,
208: p_ql_quote_line_id IN jtf_number_table := NULL,
209: p_ql_quote_header_id IN jtf_number_table := NULL,
210: p_ql_org_id IN jtf_number_table := NULL,
211: p_ql_line_number IN jtf_number_table := NULL,

Line 218: p_ql_start_date_active IN jtf_date_table := NULL,

214: p_ql_inventory_item_id IN jtf_number_table := NULL,
215: p_ql_organization_id IN jtf_number_table := NULL,
216: p_ql_quantity IN jtf_number_table := NULL,
217: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
218: p_ql_start_date_active IN jtf_date_table := NULL,
219: p_ql_end_date_active IN jtf_date_table := NULL,
220: p_ql_order_line_type_id IN jtf_number_table := NULL,
221: p_ql_price_list_id IN jtf_number_table := NULL,
222: p_ql_price_list_line_id IN jtf_number_table := NULL,

Line 219: p_ql_end_date_active IN jtf_date_table := NULL,

215: p_ql_organization_id IN jtf_number_table := NULL,
216: p_ql_quantity IN jtf_number_table := NULL,
217: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
218: p_ql_start_date_active IN jtf_date_table := NULL,
219: p_ql_end_date_active IN jtf_date_table := NULL,
220: p_ql_order_line_type_id IN jtf_number_table := NULL,
221: p_ql_price_list_id IN jtf_number_table := NULL,
222: p_ql_price_list_line_id IN jtf_number_table := NULL,
223: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,

Line 281: p_qls_creation_date IN jtf_date_table := NULL,

277: /* parameters for quote shipment record ASO_QUOTE_PUB.Shipment_Tbl_Type */
278: p_qls_operation_code IN jtf_varchar2_table_100 := NULL,
279: p_qls_qte_line_index IN jtf_number_table := NULL,
280: p_qls_shipment_id IN jtf_number_table := NULL,
281: p_qls_creation_date IN jtf_date_table := NULL,
282: p_qls_created_by IN jtf_number_table := NULL,
283: p_qls_last_update_date IN jtf_date_table := NULL,
284: p_qls_last_updated_by IN jtf_number_table := NULL,
285: p_qls_last_update_login IN jtf_number_table := NULL,

Line 283: p_qls_last_update_date IN jtf_date_table := NULL,

279: p_qls_qte_line_index IN jtf_number_table := NULL,
280: p_qls_shipment_id IN jtf_number_table := NULL,
281: p_qls_creation_date IN jtf_date_table := NULL,
282: p_qls_created_by IN jtf_number_table := NULL,
283: p_qls_last_update_date IN jtf_date_table := NULL,
284: p_qls_last_updated_by IN jtf_number_table := NULL,
285: p_qls_last_update_login IN jtf_number_table := NULL,
286: p_qls_request_id IN jtf_number_table := NULL,
287: p_qls_program_application_id IN jtf_number_table := NULL,

Line 289: p_qls_program_update_date IN jtf_date_table := NULL,

285: p_qls_last_update_login IN jtf_number_table := NULL,
286: p_qls_request_id IN jtf_number_table := NULL,
287: p_qls_program_application_id IN jtf_number_table := NULL,
288: p_qls_program_id IN jtf_number_table := NULL,
289: p_qls_program_update_date IN jtf_date_table := NULL,
290: p_qls_quote_header_id IN jtf_number_table := NULL,
291: p_qls_quote_line_id IN jtf_number_table := NULL,
292: p_qls_promise_date IN jtf_date_table := NULL,
293: p_qls_request_date IN jtf_date_table := NULL,

Line 292: p_qls_promise_date IN jtf_date_table := NULL,

288: p_qls_program_id IN jtf_number_table := NULL,
289: p_qls_program_update_date IN jtf_date_table := NULL,
290: p_qls_quote_header_id IN jtf_number_table := NULL,
291: p_qls_quote_line_id IN jtf_number_table := NULL,
292: p_qls_promise_date IN jtf_date_table := NULL,
293: p_qls_request_date IN jtf_date_table := NULL,
294: p_qls_schedule_ship_date IN jtf_date_table := NULL,
295: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,
296: p_qls_ship_to_party_id IN jtf_number_table := NULL,

Line 293: p_qls_request_date IN jtf_date_table := NULL,

289: p_qls_program_update_date IN jtf_date_table := NULL,
290: p_qls_quote_header_id IN jtf_number_table := NULL,
291: p_qls_quote_line_id IN jtf_number_table := NULL,
292: p_qls_promise_date IN jtf_date_table := NULL,
293: p_qls_request_date IN jtf_date_table := NULL,
294: p_qls_schedule_ship_date IN jtf_date_table := NULL,
295: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,
296: p_qls_ship_to_party_id IN jtf_number_table := NULL,
297: p_qls_ship_to_cust_account_id IN jtf_number_table := NULL,

Line 294: p_qls_schedule_ship_date IN jtf_date_table := NULL,

290: p_qls_quote_header_id IN jtf_number_table := NULL,
291: p_qls_quote_line_id IN jtf_number_table := NULL,
292: p_qls_promise_date IN jtf_date_table := NULL,
293: p_qls_request_date IN jtf_date_table := NULL,
294: p_qls_schedule_ship_date IN jtf_date_table := NULL,
295: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,
296: p_qls_ship_to_party_id IN jtf_number_table := NULL,
297: p_qls_ship_to_cust_account_id IN jtf_number_table := NULL,
298: p_qls_ship_partial_flag IN jtf_varchar2_table_300 := NULL,

Line 650: p_qp_creation_date IN jtf_date_table := NULL,

646: -- hd payment record
647: p_qp_operation_code IN jtf_varchar2_table_100 := NULL,
648: p_qp_qte_line_index IN jtf_number_table := NULL,
649: p_qp_payment_id IN jtf_number_table := NULL,
650: p_qp_creation_date IN jtf_date_table := NULL,
651: p_qp_created_by IN jtf_number_table := NULL,
652: p_qp_last_update_date IN jtf_date_table := NULL,
653: p_qp_last_updated_by IN jtf_number_table := NULL,
654: p_qp_last_update_login IN jtf_number_table := NULL,

Line 652: p_qp_last_update_date IN jtf_date_table := NULL,

648: p_qp_qte_line_index IN jtf_number_table := NULL,
649: p_qp_payment_id IN jtf_number_table := NULL,
650: p_qp_creation_date IN jtf_date_table := NULL,
651: p_qp_created_by IN jtf_number_table := NULL,
652: p_qp_last_update_date IN jtf_date_table := NULL,
653: p_qp_last_updated_by IN jtf_number_table := NULL,
654: p_qp_last_update_login IN jtf_number_table := NULL,
655: p_qp_request_id IN jtf_number_table := NULL,
656: p_qp_program_application_id IN jtf_number_table := NULL,

Line 658: p_qp_program_update_date IN jtf_date_table := NULL,

654: p_qp_last_update_login IN jtf_number_table := NULL,
655: p_qp_request_id IN jtf_number_table := NULL,
656: p_qp_program_application_id IN jtf_number_table := NULL,
657: p_qp_program_id IN jtf_number_table := NULL,
658: p_qp_program_update_date IN jtf_date_table := NULL,
659: p_qp_quote_header_id IN jtf_number_table := NULL,
660: p_qp_quote_line_id IN jtf_number_table := NULL,
661: p_qp_payment_type_code IN jtf_varchar2_table_100 := NULL,
662: p_qp_payment_ref_number IN jtf_varchar2_table_300 := NULL,

Line 667: p_qp_credit_card_exp_date IN jtf_date_table := NULL,

663: p_qp_payment_option IN jtf_varchar2_table_300 := NULL,
664: p_qp_payment_term_id IN jtf_number_table := NULL,
665: p_qp_credit_card_code IN jtf_varchar2_table_100 := NULL,
666: p_qp_credit_card_holder_name IN jtf_varchar2_table_100 := NULL,
667: p_qp_credit_card_exp_date IN jtf_date_table := NULL,
668: p_qp_credit_card_aprv_code IN jtf_varchar2_table_100 := NULL,
669: p_qp_credit_card_aprv_date IN jtf_date_table := NULL,
670: p_qp_payment_amount IN jtf_number_table := NULL,
671: p_qp_attribute_category IN jtf_varchar2_table_100 := NULL,

Line 669: p_qp_credit_card_aprv_date IN jtf_date_table := NULL,

665: p_qp_credit_card_code IN jtf_varchar2_table_100 := NULL,
666: p_qp_credit_card_holder_name IN jtf_varchar2_table_100 := NULL,
667: p_qp_credit_card_exp_date IN jtf_date_table := NULL,
668: p_qp_credit_card_aprv_code IN jtf_varchar2_table_100 := NULL,
669: p_qp_credit_card_aprv_date IN jtf_date_table := NULL,
670: p_qp_payment_amount IN jtf_number_table := NULL,
671: p_qp_attribute_category IN jtf_varchar2_table_100 := NULL,
672: p_qp_attribute1 IN jtf_varchar2_table_300 := NULL,
673: p_qp_attribute2 IN jtf_varchar2_table_300 := NULL,

Line 705: p_qpa_creation_date IN jtf_date_table := NULL,

701: -- hd price attributes
702: p_qpa_operation_code IN jtf_varchar2_table_100 := NULL,
703: p_qpa_qte_line_index IN jtf_number_table := NULL,
704: p_qpa_price_attribute_id IN jtf_number_table := NULL,
705: p_qpa_creation_date IN jtf_date_table := NULL,
706: p_qpa_created_by IN jtf_number_table := NULL,
707: p_qpa_last_update_date IN jtf_date_table := NULL,
708: p_qpa_last_updated_by IN jtf_number_table := NULL,
709: p_qpa_last_update_login IN jtf_number_table := NULL,

Line 707: p_qpa_last_update_date IN jtf_date_table := NULL,

703: p_qpa_qte_line_index IN jtf_number_table := NULL,
704: p_qpa_price_attribute_id IN jtf_number_table := NULL,
705: p_qpa_creation_date IN jtf_date_table := NULL,
706: p_qpa_created_by IN jtf_number_table := NULL,
707: p_qpa_last_update_date IN jtf_date_table := NULL,
708: p_qpa_last_updated_by IN jtf_number_table := NULL,
709: p_qpa_last_update_login IN jtf_number_table := NULL,
710: p_qpa_request_id IN jtf_number_table := NULL,
711: p_qpa_program_application_id IN jtf_number_table := NULL,

Line 713: p_qpa_program_update_date IN jtf_date_table := NULL,

709: p_qpa_last_update_login IN jtf_number_table := NULL,
710: p_qpa_request_id IN jtf_number_table := NULL,
711: p_qpa_program_application_id IN jtf_number_table := NULL,
712: p_qpa_program_id IN jtf_number_table := NULL,
713: p_qpa_program_update_date IN jtf_date_table := NULL,
714: p_qpa_quote_header_id IN jtf_number_table := NULL,
715: p_qpa_quote_line_id IN jtf_number_table := NULL,
716: p_qpa_flex_title IN jtf_varchar2_table_100 := NULL,
717: p_qpa_pricing_context IN jtf_varchar2_table_100 := NULL,

Line 848: p_qt_creation_date IN jtf_date_table := NULL,

844: p_qt_tax_detail_id IN jtf_number_table := NULL,
845: p_qt_quote_header_id IN jtf_number_table := NULL,
846: p_qt_quote_line_id IN jtf_number_table := NULL,
847: p_qt_quote_shipment_id IN jtf_number_table := NULL,
848: p_qt_creation_date IN jtf_date_table := NULL,
849: p_qt_created_by IN jtf_number_table := NULL,
850: p_qt_last_update_date IN jtf_date_table := NULL,
851: p_qt_last_updated_by IN jtf_number_table := NULL,
852: p_qt_last_update_login IN jtf_number_table := NULL,

Line 850: p_qt_last_update_date IN jtf_date_table := NULL,

846: p_qt_quote_line_id IN jtf_number_table := NULL,
847: p_qt_quote_shipment_id IN jtf_number_table := NULL,
848: p_qt_creation_date IN jtf_date_table := NULL,
849: p_qt_created_by IN jtf_number_table := NULL,
850: p_qt_last_update_date IN jtf_date_table := NULL,
851: p_qt_last_updated_by IN jtf_number_table := NULL,
852: p_qt_last_update_login IN jtf_number_table := NULL,
853: p_qt_request_id IN jtf_number_table := NULL,
854: p_qt_program_application_id IN jtf_number_table := NULL,

Line 856: p_qt_program_update_date IN jtf_date_table := NULL,

852: p_qt_last_update_login IN jtf_number_table := NULL,
853: p_qt_request_id IN jtf_number_table := NULL,
854: p_qt_program_application_id IN jtf_number_table := NULL,
855: p_qt_program_id IN jtf_number_table := NULL,
856: p_qt_program_update_date IN jtf_date_table := NULL,
857: p_qt_orig_tax_code IN jtf_varchar2_table_300 := NULL,
858: p_qt_tax_code IN jtf_varchar2_table_100 := NULL,
859: p_qt_tax_rate IN jtf_number_table := NULL,
860: p_qt_tax_date IN jtf_date_table := NULL,

Line 860: p_qt_tax_date IN jtf_date_table := NULL,

856: p_qt_program_update_date IN jtf_date_table := NULL,
857: p_qt_orig_tax_code IN jtf_varchar2_table_300 := NULL,
858: p_qt_tax_code IN jtf_varchar2_table_100 := NULL,
859: p_qt_tax_rate IN jtf_number_table := NULL,
860: p_qt_tax_date IN jtf_date_table := NULL,
861: p_qt_tax_amount IN jtf_number_table := NULL,
862: p_qt_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
863: p_qt_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
864: p_qt_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,

Line 892: p_qsc_creation_date IN jtf_date_table := NULL,

888: -- qh sales credit recore
889: p_qsc_operation_code IN jtf_varchar2_table_100 := NULL,
890: p_qsc_qte_line_index IN jtf_number_table := NULL,
891: p_qsc_sales_credit_id IN jtf_number_table := NULL,
892: p_qsc_creation_date IN jtf_date_table := NULL,
893: p_qsc_created_by IN jtf_number_table := NULL,
894: p_qsc_last_updated_by IN jtf_varchar2_table_300 := NULL,
895: p_qsc_last_update_date IN jtf_date_table := NULL,
896: p_qsc_last_update_login IN jtf_number_table := NULL,

Line 895: p_qsc_last_update_date IN jtf_date_table := NULL,

891: p_qsc_sales_credit_id IN jtf_number_table := NULL,
892: p_qsc_creation_date IN jtf_date_table := NULL,
893: p_qsc_created_by IN jtf_number_table := NULL,
894: p_qsc_last_updated_by IN jtf_varchar2_table_300 := NULL,
895: p_qsc_last_update_date IN jtf_date_table := NULL,
896: p_qsc_last_update_login IN jtf_number_table := NULL,
897: p_qsc_request_id IN jtf_number_table := NULL,
898: p_qsc_program_application_id IN jtf_number_table := NULL,
899: p_qsc_program_id IN jtf_number_table := NULL,

Line 900: p_qsc_program_update_date IN jtf_date_table := NULL,

896: p_qsc_last_update_login IN jtf_number_table := NULL,
897: p_qsc_request_id IN jtf_number_table := NULL,
898: p_qsc_program_application_id IN jtf_number_table := NULL,
899: p_qsc_program_id IN jtf_number_table := NULL,
900: p_qsc_program_update_date IN jtf_date_table := NULL,
901: p_qsc_quote_header_id IN jtf_number_table := NULL,
902: p_qsc_quote_line_id IN jtf_number_table := NULL,
903: p_qsc_percent IN jtf_number_table := NULL,
904: p_qsc_resource_id IN jtf_number_table := NULL,

Line 939: p_qlpaj_creation_date IN jtf_date_table := NULL,

935: -- price adjustment record
936: p_qlpaj_operation_code IN jtf_varchar2_table_100 := NULL,
937: p_qlpaj_qte_line_index IN jtf_number_table := NULL,
938: p_qlpaj_price_adjustment_id IN jtf_number_table := NULL,
939: p_qlpaj_creation_date IN jtf_date_table := NULL,
940: p_qlpaj_created_by IN jtf_number_table := NULL,
941: p_qlpaj_last_update_date IN jtf_date_table := NULL,
942: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
943: p_qlpaj_last_update_login IN jtf_number_table := NULL,

Line 941: p_qlpaj_last_update_date IN jtf_date_table := NULL,

937: p_qlpaj_qte_line_index IN jtf_number_table := NULL,
938: p_qlpaj_price_adjustment_id IN jtf_number_table := NULL,
939: p_qlpaj_creation_date IN jtf_date_table := NULL,
940: p_qlpaj_created_by IN jtf_number_table := NULL,
941: p_qlpaj_last_update_date IN jtf_date_table := NULL,
942: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
943: p_qlpaj_last_update_login IN jtf_number_table := NULL,
944: p_qlpaj_program_application_id IN jtf_number_table := NULL,
945: p_qlpaj_program_id IN jtf_number_table := NULL,

Line 946: p_qlpaj_program_update_date IN jtf_date_table := NULL,

942: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
943: p_qlpaj_last_update_login IN jtf_number_table := NULL,
944: p_qlpaj_program_application_id IN jtf_number_table := NULL,
945: p_qlpaj_program_id IN jtf_number_table := NULL,
946: p_qlpaj_program_update_date IN jtf_date_table := NULL,
947: p_qlpaj_request_id IN jtf_number_table := NULL,
948: p_qlpaj_quote_header_id IN jtf_number_table := NULL,
949: p_qlpaj_quote_line_id IN jtf_number_table := NULL,
950: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,

Line 1012: p_qlpaj_expiration_date IN jtf_date_table := NULL,

1008: p_qlpaj_source_system_code IN jtf_varchar2_table_100 := NULL,
1009: p_qlpaj_benefit_qty IN jtf_number_table := NULL,
1010: p_qlpaj_benefit_uom_code IN jtf_varchar2_table_100 := NULL,
1011: p_qlpaj_print_on_invoice_flag IN jtf_varchar2_table_100 := NULL,
1012: p_qlpaj_expiration_date IN jtf_date_table := NULL,
1013: p_qlpaj_rebate_trans_type_code IN jtf_varchar2_table_100 := NULL,
1014: p_qlpaj_rebate_trans_reference IN jtf_varchar2_table_100 := NULL,
1015: p_qlpaj_rebate_pay_system_code IN jtf_varchar2_table_100 := NULL,
1016: p_qlpaj_redeemed_date IN jtf_date_table := NULL,

Line 1016: p_qlpaj_redeemed_date IN jtf_date_table := NULL,

1012: p_qlpaj_expiration_date IN jtf_date_table := NULL,
1013: p_qlpaj_rebate_trans_type_code IN jtf_varchar2_table_100 := NULL,
1014: p_qlpaj_rebate_trans_reference IN jtf_varchar2_table_100 := NULL,
1015: p_qlpaj_rebate_pay_system_code IN jtf_varchar2_table_100 := NULL,
1016: p_qlpaj_redeemed_date IN jtf_date_table := NULL,
1017: p_qlpaj_redeemed_flag IN jtf_varchar2_table_100 := NULL,
1018: p_qlpaj_modifier_level_code IN jtf_varchar2_table_100 := NULL,
1019: p_qlpaj_price_break_type_code IN jtf_varchar2_table_100 := NULL,
1020: p_qlpaj_substitution_attribute IN jtf_varchar2_table_100 := NULL,