DBA Data[Home] [Help]

APPS.ASO_QUOTE_PUB_W1 dependencies on JTF_DATE_TABLE

Line 38: x_atp_requested_ship_date OUT NOCOPY jtf_date_table,

34: x_atp_customer_site_id OUT NOCOPY jtf_number_table,
35: x_atp_quantity_ordered OUT NOCOPY jtf_number_table,
36: x_atp_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
37: x_atp_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
38: x_atp_requested_ship_date OUT NOCOPY jtf_date_table,
39: x_atp_ship_date OUT NOCOPY jtf_date_table,
40: x_atp_available_quantity OUT NOCOPY jtf_number_table,
41: x_atp_request_date_quantity OUT NOCOPY jtf_number_table,
42: x_atp_error_code OUT NOCOPY jtf_number_table,

Line 39: x_atp_ship_date OUT NOCOPY jtf_date_table,

35: x_atp_quantity_ordered OUT NOCOPY jtf_number_table,
36: x_atp_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
37: x_atp_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
38: x_atp_requested_ship_date OUT NOCOPY jtf_date_table,
39: x_atp_ship_date OUT NOCOPY jtf_date_table,
40: x_atp_available_quantity OUT NOCOPY jtf_number_table,
41: x_atp_request_date_quantity OUT NOCOPY jtf_number_table,
42: x_atp_error_code OUT NOCOPY jtf_number_table,
43: x_atp_message OUT NOCOPY jtf_varchar2_table_2000,

Line 52: x_atp_group_ship_date OUT NOCOPY jtf_date_table,

48: x_atp_demand_class_meaning OUT NOCOPY jtf_varchar2_table_300,
49: x_atp_ship_set_name OUT NOCOPY jtf_varchar2_table_300,
50: x_atp_arrival_set_name OUT NOCOPY jtf_varchar2_table_300,
51: x_atp_line_number OUT NOCOPY jtf_varchar2_table_800,
52: x_atp_group_ship_date OUT NOCOPY jtf_date_table,
53: x_atp_requested_arrival_date OUT NOCOPY jtf_date_table,
54: x_atp_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
55: x_atp_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
56: x_atp_quantity_on_hand OUT NOCOPY jtf_number_table,

Line 53: x_atp_requested_arrival_date OUT NOCOPY jtf_date_table,

49: x_atp_ship_set_name OUT NOCOPY jtf_varchar2_table_300,
50: x_atp_arrival_set_name OUT NOCOPY jtf_varchar2_table_300,
51: x_atp_line_number OUT NOCOPY jtf_varchar2_table_800,
52: x_atp_group_ship_date OUT NOCOPY jtf_date_table,
53: x_atp_requested_arrival_date OUT NOCOPY jtf_date_table,
54: x_atp_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
55: x_atp_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
56: x_atp_quantity_on_hand OUT NOCOPY jtf_number_table,
57: x_atp_quote_header_id OUT NOCOPY jtf_number_table,

Line 64: x_atp_arrival_date OUT NOCOPY jtf_date_table,

60: x_atp_ato_line_id OUT NOCOPY jtf_number_table,
61: x_atp_ref_line_id OUT NOCOPY jtf_number_table,
62: x_atp_top_model_line_id OUT NOCOPY jtf_number_table,
63: x_atp_action OUT NOCOPY jtf_number_table,
64: x_atp_arrival_date OUT NOCOPY jtf_date_table,
65: x_atp_organization_id OUT NOCOPY jtf_number_table,
66: x_atp_component_code OUT NOCOPY jtf_varchar2_table_1200,
67: x_atp_component_sequence_id OUT NOCOPY jtf_number_table,
68: x_atp_included_item_flag OUT NOCOPY jtf_number_table,

Line 217: p_ql_creation_date IN jtf_date_table := NULL,

213: p_q_assistance_reason_code IN VARCHAR2 := FND_API.G_MISS_CHAR,
214: p_q_object_version_number IN NUMBER := FND_API.G_MISS_NUM,
215:
216: /* Parameters for quote line record ASO_QUOTE_PUB.Quote_Line_Tbl_Type */
217: p_ql_creation_date IN jtf_date_table := NULL,
218: p_ql_created_by IN jtf_number_table := NULL,
219: p_ql_last_updated_by IN jtf_number_table := NULL,
220: p_ql_last_update_date IN jtf_date_table := NULL,
221: p_ql_last_update_login IN jtf_number_table := NULL,

Line 220: p_ql_last_update_date IN jtf_date_table := NULL,

216: /* Parameters for quote line record ASO_QUOTE_PUB.Quote_Line_Tbl_Type */
217: p_ql_creation_date IN jtf_date_table := NULL,
218: p_ql_created_by IN jtf_number_table := NULL,
219: p_ql_last_updated_by IN jtf_number_table := NULL,
220: p_ql_last_update_date IN jtf_date_table := NULL,
221: p_ql_last_update_login IN jtf_number_table := NULL,
222: p_ql_request_id IN jtf_number_table := NULL,
223: p_ql_program_application_id IN jtf_number_table := NULL,
224: p_ql_program_id IN jtf_number_table := NULL,

Line 225: p_ql_program_update_date IN jtf_date_table := NULL,

221: p_ql_last_update_login IN jtf_number_table := NULL,
222: p_ql_request_id IN jtf_number_table := NULL,
223: p_ql_program_application_id IN jtf_number_table := NULL,
224: p_ql_program_id IN jtf_number_table := NULL,
225: p_ql_program_update_date IN jtf_date_table := NULL,
226: p_ql_quote_line_id IN jtf_number_table := NULL,
227: p_ql_quote_header_id IN jtf_number_table := NULL,
228: p_ql_org_id IN jtf_number_table := NULL,
229: p_ql_line_number IN jtf_number_table := NULL,

Line 236: p_ql_start_date_active IN jtf_date_table := NULL,

232: p_ql_inventory_item_id IN jtf_number_table := NULL,
233: p_ql_organization_id IN jtf_number_table := NULL,
234: p_ql_quantity IN jtf_number_table := NULL,
235: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
236: p_ql_start_date_active IN jtf_date_table := NULL,
237: p_ql_end_date_active IN jtf_date_table := NULL,
238: p_ql_order_line_type_id IN jtf_number_table := NULL,
239: p_ql_price_list_id IN jtf_number_table := NULL,
240: p_ql_price_list_line_id IN jtf_number_table := NULL,

Line 237: p_ql_end_date_active IN jtf_date_table := NULL,

233: p_ql_organization_id IN jtf_number_table := NULL,
234: p_ql_quantity IN jtf_number_table := NULL,
235: p_ql_uom_code IN jtf_varchar2_table_100 := NULL,
236: p_ql_start_date_active IN jtf_date_table := NULL,
237: p_ql_end_date_active IN jtf_date_table := NULL,
238: p_ql_order_line_type_id IN jtf_number_table := NULL,
239: p_ql_price_list_id IN jtf_number_table := NULL,
240: p_ql_price_list_line_id IN jtf_number_table := NULL,
241: p_ql_currency_code IN jtf_varchar2_table_100 := NULL,

Line 299: p_qls_creation_date IN jtf_date_table := NULL,

295: /* parameters for quote shipment record ASO_QUOTE_PUB.Shipment_Tbl_Type */
296: p_qls_operation_code IN jtf_varchar2_table_100 := NULL,
297: p_qls_qte_line_index IN jtf_number_table := NULL,
298: p_qls_shipment_id IN jtf_number_table := NULL,
299: p_qls_creation_date IN jtf_date_table := NULL,
300: p_qls_created_by IN jtf_number_table := NULL,
301: p_qls_last_update_date IN jtf_date_table := NULL,
302: p_qls_last_updated_by IN jtf_number_table := NULL,
303: p_qls_last_update_login IN jtf_number_table := NULL,

Line 301: p_qls_last_update_date IN jtf_date_table := NULL,

297: p_qls_qte_line_index IN jtf_number_table := NULL,
298: p_qls_shipment_id IN jtf_number_table := NULL,
299: p_qls_creation_date IN jtf_date_table := NULL,
300: p_qls_created_by IN jtf_number_table := NULL,
301: p_qls_last_update_date IN jtf_date_table := NULL,
302: p_qls_last_updated_by IN jtf_number_table := NULL,
303: p_qls_last_update_login IN jtf_number_table := NULL,
304: p_qls_request_id IN jtf_number_table := NULL,
305: p_qls_program_application_id IN jtf_number_table := NULL,

Line 307: p_qls_program_update_date IN jtf_date_table := NULL,

303: p_qls_last_update_login IN jtf_number_table := NULL,
304: p_qls_request_id IN jtf_number_table := NULL,
305: p_qls_program_application_id IN jtf_number_table := NULL,
306: p_qls_program_id IN jtf_number_table := NULL,
307: p_qls_program_update_date IN jtf_date_table := NULL,
308: p_qls_quote_header_id IN jtf_number_table := NULL,
309: p_qls_quote_line_id IN jtf_number_table := NULL,
310: p_qls_promise_date IN jtf_date_table := NULL,
311: p_qls_request_date IN jtf_date_table := NULL,

Line 310: p_qls_promise_date IN jtf_date_table := NULL,

306: p_qls_program_id IN jtf_number_table := NULL,
307: p_qls_program_update_date IN jtf_date_table := NULL,
308: p_qls_quote_header_id IN jtf_number_table := NULL,
309: p_qls_quote_line_id IN jtf_number_table := NULL,
310: p_qls_promise_date IN jtf_date_table := NULL,
311: p_qls_request_date IN jtf_date_table := NULL,
312: p_qls_schedule_ship_date IN jtf_date_table := NULL,
313: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,
314: p_qls_ship_to_party_id IN jtf_number_table := NULL,

Line 311: p_qls_request_date IN jtf_date_table := NULL,

307: p_qls_program_update_date IN jtf_date_table := NULL,
308: p_qls_quote_header_id IN jtf_number_table := NULL,
309: p_qls_quote_line_id IN jtf_number_table := NULL,
310: p_qls_promise_date IN jtf_date_table := NULL,
311: p_qls_request_date IN jtf_date_table := NULL,
312: p_qls_schedule_ship_date IN jtf_date_table := NULL,
313: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,
314: p_qls_ship_to_party_id IN jtf_number_table := NULL,
315: p_qls_ship_to_cust_account_id IN jtf_number_table := NULL,

Line 312: p_qls_schedule_ship_date IN jtf_date_table := NULL,

308: p_qls_quote_header_id IN jtf_number_table := NULL,
309: p_qls_quote_line_id IN jtf_number_table := NULL,
310: p_qls_promise_date IN jtf_date_table := NULL,
311: p_qls_request_date IN jtf_date_table := NULL,
312: p_qls_schedule_ship_date IN jtf_date_table := NULL,
313: p_qls_ship_to_party_site_id IN jtf_number_table := NULL,
314: p_qls_ship_to_party_id IN jtf_number_table := NULL,
315: p_qls_ship_to_cust_account_id IN jtf_number_table := NULL,
316: p_qls_ship_partial_flag IN jtf_varchar2_table_300 := NULL,

Line 1207: p_qp_creation_date IN jtf_date_table := NULL,

1203: -- hd payment record
1204: p_qp_operation_code IN jtf_varchar2_table_100 := NULL,
1205: p_qp_qte_line_index IN jtf_number_table := NULL,
1206: p_qp_payment_id IN jtf_number_table := NULL,
1207: p_qp_creation_date IN jtf_date_table := NULL,
1208: p_qp_created_by IN jtf_number_table := NULL,
1209: p_qp_last_update_date IN jtf_date_table := NULL,
1210: p_qp_last_updated_by IN jtf_number_table := NULL,
1211: p_qp_last_update_login IN jtf_number_table := NULL,

Line 1209: p_qp_last_update_date IN jtf_date_table := NULL,

1205: p_qp_qte_line_index IN jtf_number_table := NULL,
1206: p_qp_payment_id IN jtf_number_table := NULL,
1207: p_qp_creation_date IN jtf_date_table := NULL,
1208: p_qp_created_by IN jtf_number_table := NULL,
1209: p_qp_last_update_date IN jtf_date_table := NULL,
1210: p_qp_last_updated_by IN jtf_number_table := NULL,
1211: p_qp_last_update_login IN jtf_number_table := NULL,
1212: p_qp_request_id IN jtf_number_table := NULL,
1213: p_qp_program_application_id IN jtf_number_table := NULL,

Line 1215: p_qp_program_update_date IN jtf_date_table := NULL,

1211: p_qp_last_update_login IN jtf_number_table := NULL,
1212: p_qp_request_id IN jtf_number_table := NULL,
1213: p_qp_program_application_id IN jtf_number_table := NULL,
1214: p_qp_program_id IN jtf_number_table := NULL,
1215: p_qp_program_update_date IN jtf_date_table := NULL,
1216: p_qp_quote_header_id IN jtf_number_table := NULL,
1217: p_qp_quote_line_id IN jtf_number_table := NULL,
1218: p_qp_payment_type_code IN jtf_varchar2_table_100 := NULL,
1219: p_qp_payment_ref_number IN jtf_varchar2_table_300 := NULL,

Line 1224: p_qp_credit_card_exp_date IN jtf_date_table := NULL,

1220: p_qp_payment_option IN jtf_varchar2_table_300 := NULL,
1221: p_qp_payment_term_id IN jtf_number_table := NULL,
1222: p_qp_credit_card_code IN jtf_varchar2_table_100 := NULL,
1223: p_qp_credit_card_holder_name IN jtf_varchar2_table_100 := NULL,
1224: p_qp_credit_card_exp_date IN jtf_date_table := NULL,
1225: p_qp_credit_card_aprv_code IN jtf_varchar2_table_100 := NULL,
1226: p_qp_credit_card_aprv_date IN jtf_date_table := NULL,
1227: p_qp_payment_amount IN jtf_number_table := NULL,
1228: p_qp_attribute_category IN jtf_varchar2_table_100 := NULL,

Line 1226: p_qp_credit_card_aprv_date IN jtf_date_table := NULL,

1222: p_qp_credit_card_code IN jtf_varchar2_table_100 := NULL,
1223: p_qp_credit_card_holder_name IN jtf_varchar2_table_100 := NULL,
1224: p_qp_credit_card_exp_date IN jtf_date_table := NULL,
1225: p_qp_credit_card_aprv_code IN jtf_varchar2_table_100 := NULL,
1226: p_qp_credit_card_aprv_date IN jtf_date_table := NULL,
1227: p_qp_payment_amount IN jtf_number_table := NULL,
1228: p_qp_attribute_category IN jtf_varchar2_table_100 := NULL,
1229: p_qp_attribute1 IN jtf_varchar2_table_300 := NULL,
1230: p_qp_attribute2 IN jtf_varchar2_table_300 := NULL,

Line 1262: p_qpa_creation_date IN jtf_date_table := NULL,

1258: -- hd price attributes
1259: p_qpa_operation_code IN jtf_varchar2_table_100 := NULL,
1260: p_qpa_qte_line_index IN jtf_number_table := NULL,
1261: p_qpa_price_attribute_id IN jtf_number_table := NULL,
1262: p_qpa_creation_date IN jtf_date_table := NULL,
1263: p_qpa_created_by IN jtf_number_table := NULL,
1264: p_qpa_last_update_date IN jtf_date_table := NULL,
1265: p_qpa_last_updated_by IN jtf_number_table := NULL,
1266: p_qpa_last_update_login IN jtf_number_table := NULL,

Line 1264: p_qpa_last_update_date IN jtf_date_table := NULL,

1260: p_qpa_qte_line_index IN jtf_number_table := NULL,
1261: p_qpa_price_attribute_id IN jtf_number_table := NULL,
1262: p_qpa_creation_date IN jtf_date_table := NULL,
1263: p_qpa_created_by IN jtf_number_table := NULL,
1264: p_qpa_last_update_date IN jtf_date_table := NULL,
1265: p_qpa_last_updated_by IN jtf_number_table := NULL,
1266: p_qpa_last_update_login IN jtf_number_table := NULL,
1267: p_qpa_request_id IN jtf_number_table := NULL,
1268: p_qpa_program_application_id IN jtf_number_table := NULL,

Line 1270: p_qpa_program_update_date IN jtf_date_table := NULL,

1266: p_qpa_last_update_login IN jtf_number_table := NULL,
1267: p_qpa_request_id IN jtf_number_table := NULL,
1268: p_qpa_program_application_id IN jtf_number_table := NULL,
1269: p_qpa_program_id IN jtf_number_table := NULL,
1270: p_qpa_program_update_date IN jtf_date_table := NULL,
1271: p_qpa_quote_header_id IN jtf_number_table := NULL,
1272: p_qpa_quote_line_id IN jtf_number_table := NULL,
1273: p_qpa_flex_title IN jtf_varchar2_table_100 := NULL,
1274: p_qpa_pricing_context IN jtf_varchar2_table_100 := NULL,

Line 1405: p_qt_creation_date IN jtf_date_table := NULL,

1401: p_qt_tax_detail_id IN jtf_number_table := NULL,
1402: p_qt_quote_header_id IN jtf_number_table := NULL,
1403: p_qt_quote_line_id IN jtf_number_table := NULL,
1404: p_qt_quote_shipment_id IN jtf_number_table := NULL,
1405: p_qt_creation_date IN jtf_date_table := NULL,
1406: p_qt_created_by IN jtf_number_table := NULL,
1407: p_qt_last_update_date IN jtf_date_table := NULL,
1408: p_qt_last_updated_by IN jtf_number_table := NULL,
1409: p_qt_last_update_login IN jtf_number_table := NULL,

Line 1407: p_qt_last_update_date IN jtf_date_table := NULL,

1403: p_qt_quote_line_id IN jtf_number_table := NULL,
1404: p_qt_quote_shipment_id IN jtf_number_table := NULL,
1405: p_qt_creation_date IN jtf_date_table := NULL,
1406: p_qt_created_by IN jtf_number_table := NULL,
1407: p_qt_last_update_date IN jtf_date_table := NULL,
1408: p_qt_last_updated_by IN jtf_number_table := NULL,
1409: p_qt_last_update_login IN jtf_number_table := NULL,
1410: p_qt_request_id IN jtf_number_table := NULL,
1411: p_qt_program_application_id IN jtf_number_table := NULL,

Line 1413: p_qt_program_update_date IN jtf_date_table := NULL,

1409: p_qt_last_update_login IN jtf_number_table := NULL,
1410: p_qt_request_id IN jtf_number_table := NULL,
1411: p_qt_program_application_id IN jtf_number_table := NULL,
1412: p_qt_program_id IN jtf_number_table := NULL,
1413: p_qt_program_update_date IN jtf_date_table := NULL,
1414: p_qt_orig_tax_code IN jtf_varchar2_table_300 := NULL,
1415: p_qt_tax_code IN jtf_varchar2_table_100 := NULL,
1416: p_qt_tax_rate IN jtf_number_table := NULL,
1417: p_qt_tax_date IN jtf_date_table := NULL,

Line 1417: p_qt_tax_date IN jtf_date_table := NULL,

1413: p_qt_program_update_date IN jtf_date_table := NULL,
1414: p_qt_orig_tax_code IN jtf_varchar2_table_300 := NULL,
1415: p_qt_tax_code IN jtf_varchar2_table_100 := NULL,
1416: p_qt_tax_rate IN jtf_number_table := NULL,
1417: p_qt_tax_date IN jtf_date_table := NULL,
1418: p_qt_tax_amount IN jtf_number_table := NULL,
1419: p_qt_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
1420: p_qt_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
1421: p_qt_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,

Line 1449: p_qsc_creation_date IN jtf_date_table := NULL,

1445: -- qh sales credit recore
1446: p_qsc_operation_code IN jtf_varchar2_table_100 := NULL,
1447: p_qsc_qte_line_index IN jtf_number_table := NULL,
1448: p_qsc_sales_credit_id IN jtf_number_table := NULL,
1449: p_qsc_creation_date IN jtf_date_table := NULL,
1450: p_qsc_created_by IN jtf_number_table := NULL,
1451: p_qsc_last_updated_by IN jtf_varchar2_table_300 := NULL,
1452: p_qsc_last_update_date IN jtf_date_table := NULL,
1453: p_qsc_last_update_login IN jtf_number_table := NULL,

Line 1452: p_qsc_last_update_date IN jtf_date_table := NULL,

1448: p_qsc_sales_credit_id IN jtf_number_table := NULL,
1449: p_qsc_creation_date IN jtf_date_table := NULL,
1450: p_qsc_created_by IN jtf_number_table := NULL,
1451: p_qsc_last_updated_by IN jtf_varchar2_table_300 := NULL,
1452: p_qsc_last_update_date IN jtf_date_table := NULL,
1453: p_qsc_last_update_login IN jtf_number_table := NULL,
1454: p_qsc_request_id IN jtf_number_table := NULL,
1455: p_qsc_program_application_id IN jtf_number_table := NULL,
1456: p_qsc_program_id IN jtf_number_table := NULL,

Line 1457: p_qsc_program_update_date IN jtf_date_table := NULL,

1453: p_qsc_last_update_login IN jtf_number_table := NULL,
1454: p_qsc_request_id IN jtf_number_table := NULL,
1455: p_qsc_program_application_id IN jtf_number_table := NULL,
1456: p_qsc_program_id IN jtf_number_table := NULL,
1457: p_qsc_program_update_date IN jtf_date_table := NULL,
1458: p_qsc_quote_header_id IN jtf_number_table := NULL,
1459: p_qsc_quote_line_id IN jtf_number_table := NULL,
1460: p_qsc_percent IN jtf_number_table := NULL,
1461: p_qsc_resource_id IN jtf_number_table := NULL,

Line 1496: p_qlpaj_creation_date IN jtf_date_table := NULL,

1492: -- price adjustment record
1493: p_qlpaj_operation_code IN jtf_varchar2_table_100 := NULL,
1494: p_qlpaj_qte_line_index IN jtf_number_table := NULL,
1495: p_qlpaj_price_adjustment_id IN jtf_number_table := NULL,
1496: p_qlpaj_creation_date IN jtf_date_table := NULL,
1497: p_qlpaj_created_by IN jtf_number_table := NULL,
1498: p_qlpaj_last_update_date IN jtf_date_table := NULL,
1499: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
1500: p_qlpaj_last_update_login IN jtf_number_table := NULL,

Line 1498: p_qlpaj_last_update_date IN jtf_date_table := NULL,

1494: p_qlpaj_qte_line_index IN jtf_number_table := NULL,
1495: p_qlpaj_price_adjustment_id IN jtf_number_table := NULL,
1496: p_qlpaj_creation_date IN jtf_date_table := NULL,
1497: p_qlpaj_created_by IN jtf_number_table := NULL,
1498: p_qlpaj_last_update_date IN jtf_date_table := NULL,
1499: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
1500: p_qlpaj_last_update_login IN jtf_number_table := NULL,
1501: p_qlpaj_program_application_id IN jtf_number_table := NULL,
1502: p_qlpaj_program_id IN jtf_number_table := NULL,

Line 1503: p_qlpaj_program_update_date IN jtf_date_table := NULL,

1499: p_qlpaj_last_updated_by IN jtf_number_table := NULL,
1500: p_qlpaj_last_update_login IN jtf_number_table := NULL,
1501: p_qlpaj_program_application_id IN jtf_number_table := NULL,
1502: p_qlpaj_program_id IN jtf_number_table := NULL,
1503: p_qlpaj_program_update_date IN jtf_date_table := NULL,
1504: p_qlpaj_request_id IN jtf_number_table := NULL,
1505: p_qlpaj_quote_header_id IN jtf_number_table := NULL,
1506: p_qlpaj_quote_line_id IN jtf_number_table := NULL,
1507: p_qlpaj_modifier_header_id IN jtf_number_table := NULL,

Line 1569: p_qlpaj_expiration_date IN jtf_date_table := NULL,

1565: p_qlpaj_source_system_code IN jtf_varchar2_table_100 := NULL,
1566: p_qlpaj_benefit_qty IN jtf_number_table := NULL,
1567: p_qlpaj_benefit_uom_code IN jtf_varchar2_table_100 := NULL,
1568: p_qlpaj_print_on_invoice_flag IN jtf_varchar2_table_100 := NULL,
1569: p_qlpaj_expiration_date IN jtf_date_table := NULL,
1570: p_qlpaj_rebate_trans_type_code IN jtf_varchar2_table_100 := NULL,
1571: p_qlpaj_rebate_trans_reference IN jtf_varchar2_table_100 := NULL,
1572: p_qlpaj_rebate_pay_system_code IN jtf_varchar2_table_100 := NULL,
1573: p_qlpaj_redeemed_date IN jtf_date_table := NULL,

Line 1573: p_qlpaj_redeemed_date IN jtf_date_table := NULL,

1569: p_qlpaj_expiration_date IN jtf_date_table := NULL,
1570: p_qlpaj_rebate_trans_type_code IN jtf_varchar2_table_100 := NULL,
1571: p_qlpaj_rebate_trans_reference IN jtf_varchar2_table_100 := NULL,
1572: p_qlpaj_rebate_pay_system_code IN jtf_varchar2_table_100 := NULL,
1573: p_qlpaj_redeemed_date IN jtf_date_table := NULL,
1574: p_qlpaj_redeemed_flag IN jtf_varchar2_table_100 := NULL,
1575: p_qlpaj_modifier_level_code IN jtf_varchar2_table_100 := NULL,
1576: p_qlpaj_price_break_type_code IN jtf_varchar2_table_100 := NULL,
1577: p_qlpaj_substitution_attribute IN jtf_varchar2_table_100 := NULL,