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,