DBA Data[Home] [Help]

APPS.ASO_QUOTE_UTIL_PVT dependencies on JTF_VARCHAR2_TABLE_2000

Line 759: p_shipping_instructions IN jtf_varchar2_table_2000 := NULL,

755: p_ship_method_code IN jtf_varchar2_table_100 := NULL,
756: p_freight_terms_code IN jtf_varchar2_table_100 := NULL,
757: p_freight_carrier_code IN jtf_varchar2_table_100 := NULL,
758: p_fob_code IN jtf_varchar2_table_100 := NULL,
759: p_shipping_instructions IN jtf_varchar2_table_2000 := NULL,
760: p_packing_instructions IN jtf_varchar2_table_2000 := NULL,
761: p_quantity IN jtf_number_table := NULL,
762: p_reserved_quantity IN jtf_varchar2_table_300 := NULL,
763: p_reservation_id IN jtf_number_table := NULL,

Line 760: p_packing_instructions IN jtf_varchar2_table_2000 := NULL,

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

Line 1106: p_change_reason_text IN jtf_varchar2_table_2000 := NULL,

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

Line 1711: x_shipping_instructions OUT NOCOPY jtf_varchar2_table_2000,

1707: x_ship_method_code OUT NOCOPY jtf_varchar2_table_100,
1708: x_freight_terms_code OUT NOCOPY jtf_varchar2_table_100,
1709: x_freight_carrier_code OUT NOCOPY jtf_varchar2_table_100,
1710: x_fob_code OUT NOCOPY jtf_varchar2_table_100,
1711: x_shipping_instructions OUT NOCOPY jtf_varchar2_table_2000,
1712: x_packing_instructions OUT NOCOPY jtf_varchar2_table_2000,
1713: x_ship_quote_price OUT NOCOPY jtf_number_table,
1714: x_quantity OUT NOCOPY jtf_number_table,
1715: x_pricing_quantity OUT NOCOPY jtf_number_table,

Line 1712: x_packing_instructions OUT NOCOPY jtf_varchar2_table_2000,

1708: x_freight_terms_code OUT NOCOPY jtf_varchar2_table_100,
1709: x_freight_carrier_code OUT NOCOPY jtf_varchar2_table_100,
1710: x_fob_code OUT NOCOPY jtf_varchar2_table_100,
1711: x_shipping_instructions OUT NOCOPY jtf_varchar2_table_2000,
1712: x_packing_instructions OUT NOCOPY jtf_varchar2_table_2000,
1713: x_ship_quote_price OUT NOCOPY jtf_number_table,
1714: x_quantity OUT NOCOPY jtf_number_table,
1715: x_pricing_quantity OUT NOCOPY jtf_number_table,
1716: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,

Line 1856: x_change_reason_text OUT NOCOPY jtf_varchar2_table_2000,

1852: x_orig_sys_discount_ref OUT NOCOPY jtf_varchar2_table_100,
1853: x_change_sequence OUT NOCOPY jtf_varchar2_table_100,
1854: x_update_allowed OUT NOCOPY jtf_varchar2_table_100,
1855: x_change_reason_code OUT NOCOPY jtf_varchar2_table_100,
1856: x_change_reason_text OUT NOCOPY jtf_varchar2_table_2000,
1857: x_cost_id OUT NOCOPY jtf_number_table,
1858: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
1859: x_tax_exempt_flag OUT NOCOPY jtf_varchar2_table_100,
1860: x_tax_exempt_number OUT NOCOPY jtf_varchar2_table_100,

Line 2142: x_message OUT NOCOPY JTF_VARCHAR2_TABLE_2000,

2138: x_ship_date OUT NOCOPY JTF_DATE_TABLE,
2139: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,
2140: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,
2141: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,
2142: x_message OUT NOCOPY JTF_VARCHAR2_TABLE_2000,
2143: x_request_date_type OUT NOCOPY jtf_varchar2_table_300,
2144: x_request_date_type_meaning OUT NOCOPY jtf_varchar2_table_300,
2145: x_demand_class_code OUT NOCOPY jtf_varchar2_table_300,
2146: x_demand_class_meaning OUT NOCOPY jtf_varchar2_table_300,