DBA Data[Home] [Help]

APPS.ASO_QUOTE_UTIL_PVT dependencies on JTF_DATE_TABLE

Line 155: p_creation_date IN jtf_date_table := NULL,

151: )
152: RETURN ASO_Quote_Pub.Qte_Header_Rec_Type;
153:
154: FUNCTION Construct_Qte_Line_Tbl(
155: p_creation_date IN jtf_date_table := NULL,
156: p_created_by IN jtf_number_table := NULL,
157: p_last_updated_by IN jtf_number_table := NULL,
158: p_last_update_date IN jtf_date_table := NULL,
159: p_last_update_login IN jtf_number_table := NULL,

Line 158: p_last_update_date IN jtf_date_table := NULL,

154: FUNCTION Construct_Qte_Line_Tbl(
155: p_creation_date IN jtf_date_table := NULL,
156: p_created_by IN jtf_number_table := NULL,
157: p_last_updated_by IN jtf_number_table := NULL,
158: p_last_update_date IN jtf_date_table := NULL,
159: p_last_update_login IN jtf_number_table := NULL,
160: p_request_id IN jtf_number_table := NULL,
161: p_program_application_id IN jtf_number_table := NULL,
162: p_program_id IN jtf_number_table := NULL,

Line 163: p_program_update_date IN jtf_date_table := NULL,

159: p_last_update_login IN jtf_number_table := NULL,
160: p_request_id IN jtf_number_table := NULL,
161: p_program_application_id IN jtf_number_table := NULL,
162: p_program_id IN jtf_number_table := NULL,
163: p_program_update_date IN jtf_date_table := NULL,
164: p_quote_line_id IN jtf_number_table := NULL,
165: p_quote_header_id IN jtf_number_table := NULL,
166: p_org_id IN jtf_number_table := NULL,
167: p_line_number IN jtf_number_table := NULL,

Line 174: p_start_date_active IN jtf_date_table := NULL,

170: p_inventory_item_id IN jtf_number_table := NULL,
171: p_organization_id IN jtf_number_table := NULL,
172: p_quantity IN jtf_number_table := NULL,
173: p_uom_code IN jtf_varchar2_table_100 := NULL,
174: p_start_date_active IN jtf_date_table := NULL,
175: p_end_date_active IN jtf_date_table := NULL,
176: p_order_line_type_id IN jtf_number_table := NULL,
177: p_price_list_id IN jtf_number_table := NULL,
178: p_price_list_line_id IN jtf_number_table := NULL,

Line 175: p_end_date_active IN jtf_date_table := NULL,

171: p_organization_id IN jtf_number_table := NULL,
172: p_quantity IN jtf_number_table := NULL,
173: p_uom_code IN jtf_varchar2_table_100 := NULL,
174: p_start_date_active IN jtf_date_table := NULL,
175: p_end_date_active IN jtf_date_table := NULL,
176: p_order_line_type_id IN jtf_number_table := NULL,
177: p_price_list_id IN jtf_number_table := NULL,
178: p_price_list_line_id IN jtf_number_table := NULL,
179: p_currency_code IN jtf_varchar2_table_100 := NULL,

Line 341: p_creation_date IN jtf_date_table := NULL,

337:
338:
339: FUNCTION Construct_Qte_Line_Dtl_Tbl(
340: p_quote_line_detail_id IN jtf_number_table := NULL,
341: p_creation_date IN jtf_date_table := NULL,
342: p_created_by IN jtf_number_table := NULL,
343: p_last_update_date IN jtf_date_table := NULL,
344: p_last_updated_by IN jtf_number_table := NULL,
345: p_last_update_login IN jtf_number_table := NULL,

Line 343: p_last_update_date IN jtf_date_table := NULL,

339: FUNCTION Construct_Qte_Line_Dtl_Tbl(
340: p_quote_line_detail_id IN jtf_number_table := NULL,
341: p_creation_date IN jtf_date_table := NULL,
342: p_created_by IN jtf_number_table := NULL,
343: p_last_update_date IN jtf_date_table := NULL,
344: p_last_updated_by IN jtf_number_table := NULL,
345: p_last_update_login IN jtf_number_table := NULL,
346: p_request_id IN jtf_number_table := NULL,
347: p_program_application_id IN jtf_number_table := NULL,

Line 349: p_program_update_date IN jtf_date_table := NULL,

345: p_last_update_login IN jtf_number_table := NULL,
346: p_request_id IN jtf_number_table := NULL,
347: p_program_application_id IN jtf_number_table := NULL,
348: p_program_id IN jtf_number_table := NULL,
349: p_program_update_date IN jtf_date_table := NULL,
350: p_quote_line_id IN jtf_number_table := NULL,
351: p_config_header_id IN jtf_number_table := NULL,
352: p_config_revision_num IN jtf_number_table := NULL,
353: p_config_item_id IN jtf_number_table := NULL,

Line 513: p_creation_date IN jtf_date_table := NULL,

509: RETURN ASO_Quote_Pub.Qte_Line_Dtl_Rec_Type;
510:
511: FUNCTION Construct_Line_Rltship_Tbl(
512: p_line_relationship_id IN jtf_number_table := NULL,
513: p_creation_date IN jtf_date_table := NULL,
514: p_created_by IN jtf_number_table := NULL,
515: p_last_updated_by IN jtf_number_table := NULL,
516: p_last_update_date IN jtf_date_table := NULL,
517: p_last_update_login IN jtf_number_table := NULL,

Line 516: p_last_update_date IN jtf_date_table := NULL,

512: p_line_relationship_id IN jtf_number_table := NULL,
513: p_creation_date IN jtf_date_table := NULL,
514: p_created_by IN jtf_number_table := NULL,
515: p_last_updated_by IN jtf_number_table := NULL,
516: p_last_update_date IN jtf_date_table := NULL,
517: p_last_update_login IN jtf_number_table := NULL,
518: p_request_id IN jtf_number_table := NULL,
519: p_program_application_id IN jtf_number_table := NULL,
520: p_program_id IN jtf_number_table := NULL,

Line 521: p_program_update_date IN jtf_date_table := NULL,

517: p_last_update_login IN jtf_number_table := NULL,
518: p_request_id IN jtf_number_table := NULL,
519: p_program_application_id IN jtf_number_table := NULL,
520: p_program_id IN jtf_number_table := NULL,
521: p_program_update_date IN jtf_date_table := NULL,
522: p_quote_line_id IN jtf_number_table := NULL,
523: p_related_quote_line_id IN jtf_number_table := NULL,
524: p_relationship_type_code IN jtf_varchar2_table_100 := NULL,
525: p_reciprocal_flag IN jtf_varchar2_table_100 := NULL,

Line 537: p_creation_date IN jtf_date_table := NULL,

533: FUNCTION Construct_Payment_Tbl(
534: p_operation_code IN jtf_varchar2_table_100 := NULL,
535: p_qte_line_index IN jtf_number_table := NULL,
536: p_payment_id IN jtf_number_table := NULL,
537: p_creation_date IN jtf_date_table := NULL,
538: p_created_by IN jtf_number_table := NULL,
539: p_last_update_date IN jtf_date_table := NULL,
540: p_last_updated_by IN jtf_number_table := NULL,
541: p_last_update_login IN jtf_number_table := NULL,

Line 539: p_last_update_date IN jtf_date_table := NULL,

535: p_qte_line_index IN jtf_number_table := NULL,
536: p_payment_id IN jtf_number_table := NULL,
537: p_creation_date IN jtf_date_table := NULL,
538: p_created_by IN jtf_number_table := NULL,
539: p_last_update_date IN jtf_date_table := NULL,
540: p_last_updated_by IN jtf_number_table := NULL,
541: p_last_update_login IN jtf_number_table := NULL,
542: p_request_id IN jtf_number_table := NULL,
543: p_program_application_id IN jtf_number_table := NULL,

Line 545: p_program_update_date IN jtf_date_table := NULL,

541: p_last_update_login IN jtf_number_table := NULL,
542: p_request_id IN jtf_number_table := NULL,
543: p_program_application_id IN jtf_number_table := NULL,
544: p_program_id IN jtf_number_table := NULL,
545: p_program_update_date IN jtf_date_table := NULL,
546: p_quote_header_id IN jtf_number_table := NULL,
547: p_quote_line_id IN jtf_number_table := NULL,
548: p_payment_type_code IN jtf_varchar2_table_100 := NULL,
549: p_payment_ref_number IN jtf_varchar2_table_300 := NULL,

Line 554: p_credit_card_exp_date IN jtf_date_table := NULL,

550: p_payment_option IN jtf_varchar2_table_300 := NULL,
551: p_payment_term_id IN jtf_number_table := NULL,
552: p_credit_card_code IN jtf_varchar2_table_100 := NULL,
553: p_credit_card_holder_name IN jtf_varchar2_table_100 := NULL,
554: p_credit_card_exp_date IN jtf_date_table := NULL,
555: p_credit_card_approval_code IN jtf_varchar2_table_100 := NULL,
556: p_credit_card_approval_date IN jtf_date_table := NULL,
557: p_payment_amount IN jtf_number_table := NULL,
558: p_attribute_category IN jtf_varchar2_table_100 := NULL,

Line 556: p_credit_card_approval_date IN jtf_date_table := NULL,

552: p_credit_card_code IN jtf_varchar2_table_100 := NULL,
553: p_credit_card_holder_name IN jtf_varchar2_table_100 := NULL,
554: p_credit_card_exp_date IN jtf_date_table := NULL,
555: p_credit_card_approval_code IN jtf_varchar2_table_100 := NULL,
556: p_credit_card_approval_date IN jtf_date_table := NULL,
557: p_payment_amount IN jtf_number_table := NULL,
558: p_attribute_category IN jtf_varchar2_table_100 := NULL,
559: p_attribute1 IN jtf_varchar2_table_300 := NULL,
560: p_attribute2 IN jtf_varchar2_table_300 := NULL,

Line 736: p_creation_date IN jtf_date_table := NULL,

732: FUNCTION Construct_Shipment_Tbl(
733: p_operation_code IN jtf_varchar2_table_100 := NULL,
734: p_qte_line_index IN jtf_number_table := NULL,
735: p_shipment_id IN jtf_number_table := NULL,
736: p_creation_date IN jtf_date_table := NULL,
737: p_created_by IN jtf_number_table := NULL,
738: p_last_update_date IN jtf_date_table := NULL,
739: p_last_updated_by IN jtf_number_table := NULL,
740: p_last_update_login IN jtf_number_table := NULL,

Line 738: p_last_update_date IN jtf_date_table := NULL,

734: p_qte_line_index IN jtf_number_table := NULL,
735: p_shipment_id IN jtf_number_table := NULL,
736: p_creation_date IN jtf_date_table := NULL,
737: p_created_by IN jtf_number_table := NULL,
738: p_last_update_date IN jtf_date_table := NULL,
739: p_last_updated_by IN jtf_number_table := NULL,
740: p_last_update_login IN jtf_number_table := NULL,
741: p_request_id IN jtf_number_table := NULL,
742: p_program_application_id IN jtf_number_table := NULL,

Line 744: p_program_update_date IN jtf_date_table := NULL,

740: p_last_update_login IN jtf_number_table := NULL,
741: p_request_id IN jtf_number_table := NULL,
742: p_program_application_id IN jtf_number_table := NULL,
743: p_program_id IN jtf_number_table := NULL,
744: p_program_update_date IN jtf_date_table := NULL,
745: p_quote_header_id IN jtf_number_table := NULL,
746: p_quote_line_id IN jtf_number_table := NULL,
747: p_promise_date IN jtf_date_table := NULL,
748: p_request_date IN jtf_date_table := NULL,

Line 747: p_promise_date IN jtf_date_table := NULL,

743: p_program_id IN jtf_number_table := NULL,
744: p_program_update_date IN jtf_date_table := NULL,
745: p_quote_header_id IN jtf_number_table := NULL,
746: p_quote_line_id IN jtf_number_table := NULL,
747: p_promise_date IN jtf_date_table := NULL,
748: p_request_date IN jtf_date_table := NULL,
749: p_schedule_ship_date IN jtf_date_table := NULL,
750: p_ship_to_party_site_id IN jtf_number_table := NULL,
751: p_ship_to_party_id IN jtf_number_table := NULL,

Line 748: p_request_date IN jtf_date_table := NULL,

744: p_program_update_date IN jtf_date_table := NULL,
745: p_quote_header_id IN jtf_number_table := NULL,
746: p_quote_line_id IN jtf_number_table := NULL,
747: p_promise_date IN jtf_date_table := NULL,
748: p_request_date IN jtf_date_table := NULL,
749: p_schedule_ship_date IN jtf_date_table := NULL,
750: p_ship_to_party_site_id IN jtf_number_table := NULL,
751: p_ship_to_party_id IN jtf_number_table := NULL,
752: p_ship_to_cust_account_id IN jtf_number_table := NULL,

Line 749: p_schedule_ship_date IN jtf_date_table := NULL,

745: p_quote_header_id IN jtf_number_table := NULL,
746: p_quote_line_id IN jtf_number_table := NULL,
747: p_promise_date IN jtf_date_table := NULL,
748: p_request_date IN jtf_date_table := NULL,
749: p_schedule_ship_date IN jtf_date_table := NULL,
750: p_ship_to_party_site_id IN jtf_number_table := NULL,
751: p_ship_to_party_id IN jtf_number_table := NULL,
752: p_ship_to_cust_account_id IN jtf_number_table := NULL,
753: p_ship_partial_flag IN jtf_varchar2_table_300 := NULL,

Line 820: p_creation_date IN jtf_date_table := NULL,

816: p_tax_detail_id IN jtf_number_table := NULL,
817: p_quote_header_id IN jtf_number_table := NULL,
818: p_quote_line_id IN jtf_number_table := NULL,
819: p_quote_shipment_id IN jtf_number_table := NULL,
820: p_creation_date IN jtf_date_table := NULL,
821: p_created_by IN jtf_number_table := NULL,
822: p_last_update_date IN jtf_date_table := NULL,
823: p_last_updated_by IN jtf_number_table := NULL,
824: p_last_update_login IN jtf_number_table := NULL,

Line 822: p_last_update_date IN jtf_date_table := NULL,

818: p_quote_line_id IN jtf_number_table := NULL,
819: p_quote_shipment_id IN jtf_number_table := NULL,
820: p_creation_date IN jtf_date_table := NULL,
821: p_created_by IN jtf_number_table := NULL,
822: p_last_update_date IN jtf_date_table := NULL,
823: p_last_updated_by IN jtf_number_table := NULL,
824: p_last_update_login IN jtf_number_table := NULL,
825: p_request_id IN jtf_number_table := NULL,
826: p_program_application_id IN jtf_number_table := NULL,

Line 828: p_program_update_date IN jtf_date_table := NULL,

824: p_last_update_login IN jtf_number_table := NULL,
825: p_request_id IN jtf_number_table := NULL,
826: p_program_application_id IN jtf_number_table := NULL,
827: p_program_id IN jtf_number_table := NULL,
828: p_program_update_date IN jtf_date_table := NULL,
829: p_orig_tax_code IN jtf_varchar2_table_300 := NULL,
830: p_tax_code IN jtf_varchar2_table_100 := NULL,
831: p_tax_rate IN jtf_number_table := NULL,
832: p_tax_date IN jtf_date_table := NULL,

Line 832: p_tax_date IN jtf_date_table := NULL,

828: p_program_update_date IN jtf_date_table := NULL,
829: p_orig_tax_code IN jtf_varchar2_table_300 := NULL,
830: p_tax_code IN jtf_varchar2_table_100 := NULL,
831: p_tax_rate IN jtf_number_table := NULL,
832: p_tax_date IN jtf_date_table := NULL,
833: p_tax_amount IN jtf_number_table := NULL,
834: p_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
835: p_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
836: p_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,

Line 919: p_creation_date IN jtf_date_table := NULL,

915: FUNCTION Construct_Price_Attributes_Tbl(
916: p_operation_code IN jtf_varchar2_table_100 := NULL,
917: p_qte_line_index IN jtf_number_table := NULL,
918: p_price_attribute_id IN jtf_number_table := NULL,
919: p_creation_date IN jtf_date_table := NULL,
920: p_created_by IN jtf_number_table := NULL,
921: p_last_update_date IN jtf_date_table := NULL,
922: p_last_updated_by IN jtf_number_table := NULL,
923: p_last_update_login IN jtf_number_table := NULL,

Line 921: p_last_update_date IN jtf_date_table := NULL,

917: p_qte_line_index IN jtf_number_table := NULL,
918: p_price_attribute_id IN jtf_number_table := NULL,
919: p_creation_date IN jtf_date_table := NULL,
920: p_created_by IN jtf_number_table := NULL,
921: p_last_update_date IN jtf_date_table := NULL,
922: p_last_updated_by IN jtf_number_table := NULL,
923: p_last_update_login IN jtf_number_table := NULL,
924: p_request_id IN jtf_number_table := NULL,
925: p_program_application_id IN jtf_number_table := NULL,

Line 927: p_program_update_date IN jtf_date_table := NULL,

923: p_last_update_login IN jtf_number_table := NULL,
924: p_request_id IN jtf_number_table := NULL,
925: p_program_application_id IN jtf_number_table := NULL,
926: p_program_id IN jtf_number_table := NULL,
927: p_program_update_date IN jtf_date_table := NULL,
928: p_quote_header_id IN jtf_number_table := NULL,
929: p_quote_line_id IN jtf_number_table := NULL,
930: p_flex_title IN jtf_varchar2_table_100 := NULL,
931: p_pricing_context IN jtf_varchar2_table_100 := NULL,

Line 1061: p_creation_date IN jtf_date_table := NULL,

1057: FUNCTION Construct_Price_Adj_Tbl(
1058: p_operation_code IN jtf_varchar2_table_100 := NULL,
1059: p_qte_line_index IN jtf_number_table := NULL,
1060: p_price_adjustment_id IN jtf_number_table := NULL,
1061: p_creation_date IN jtf_date_table := NULL,
1062: p_created_by IN jtf_number_table := NULL,
1063: p_last_update_date IN jtf_date_table := NULL,
1064: p_last_updated_by IN jtf_number_table := NULL,
1065: p_last_update_login IN jtf_number_table := NULL,

Line 1063: p_last_update_date IN jtf_date_table := NULL,

1059: p_qte_line_index IN jtf_number_table := NULL,
1060: p_price_adjustment_id IN jtf_number_table := NULL,
1061: p_creation_date IN jtf_date_table := NULL,
1062: p_created_by IN jtf_number_table := NULL,
1063: p_last_update_date IN jtf_date_table := NULL,
1064: p_last_updated_by IN jtf_number_table := NULL,
1065: p_last_update_login IN jtf_number_table := NULL,
1066: p_program_application_id IN jtf_number_table := NULL,
1067: p_program_id IN jtf_number_table := NULL,

Line 1068: p_program_update_date IN jtf_date_table := NULL,

1064: p_last_updated_by IN jtf_number_table := NULL,
1065: p_last_update_login IN jtf_number_table := NULL,
1066: p_program_application_id IN jtf_number_table := NULL,
1067: p_program_id IN jtf_number_table := NULL,
1068: p_program_update_date IN jtf_date_table := NULL,
1069: p_request_id IN jtf_number_table := NULL,
1070: p_quote_header_id IN jtf_number_table := NULL,
1071: p_quote_line_id IN jtf_number_table := NULL,
1072: p_modifier_header_id IN jtf_number_table := NULL,

Line 1129: p_expiration_date IN jtf_date_table := NULL,

1125: p_source_system_code IN jtf_varchar2_table_100 := NULL,
1126: p_benefit_qty IN jtf_number_table := NULL,
1127: p_benefit_uom_code IN jtf_varchar2_table_100 := NULL,
1128: p_print_on_invoice_flag IN jtf_varchar2_table_100 := NULL,
1129: p_expiration_date IN jtf_date_table := NULL,
1130: p_rebate_trans_type_code IN jtf_varchar2_table_100 := NULL,
1131: p_rebate_trans_reference IN jtf_varchar2_table_100 := NULL,
1132: p_rebate_pay_system_code IN jtf_varchar2_table_100 := NULL,
1133: p_redeemed_date IN jtf_date_table := NULL,

Line 1133: p_redeemed_date IN jtf_date_table := NULL,

1129: p_expiration_date IN jtf_date_table := NULL,
1130: p_rebate_trans_type_code IN jtf_varchar2_table_100 := NULL,
1131: p_rebate_trans_reference IN jtf_varchar2_table_100 := NULL,
1132: p_rebate_pay_system_code IN jtf_varchar2_table_100 := NULL,
1133: p_redeemed_date IN jtf_date_table := NULL,
1134: p_redeemed_flag IN jtf_varchar2_table_100 := NULL,
1135: p_modifier_level_code IN jtf_varchar2_table_100 := NULL,
1136: p_price_break_type_code IN jtf_varchar2_table_100 := NULL,
1137: p_substitution_attribute IN jtf_varchar2_table_100 := NULL,

Line 1156: p_creation_date IN jtf_date_table := NULL,

1152: FUNCTION Construct_Sales_Credit_Tbl(
1153: p_operation_code IN jtf_varchar2_table_100 := NULL,
1154: p_qte_line_index IN jtf_number_table := NULL,
1155: p_sales_credit_id IN jtf_number_table := NULL,
1156: p_creation_date IN jtf_date_table := NULL,
1157: p_created_by IN jtf_number_table := NULL,
1158: p_last_updated_by IN jtf_varchar2_table_300 := NULL,
1159: p_last_update_date IN jtf_date_table := NULL,
1160: p_last_update_login IN jtf_number_table := NULL,

Line 1159: p_last_update_date IN jtf_date_table := NULL,

1155: p_sales_credit_id IN jtf_number_table := NULL,
1156: p_creation_date IN jtf_date_table := NULL,
1157: p_created_by IN jtf_number_table := NULL,
1158: p_last_updated_by IN jtf_varchar2_table_300 := NULL,
1159: p_last_update_date IN jtf_date_table := NULL,
1160: p_last_update_login IN jtf_number_table := NULL,
1161: p_request_id IN jtf_number_table := NULL,
1162: p_program_application_id IN jtf_number_table := NULL,
1163: p_program_id IN jtf_number_table := NULL,

Line 1164: p_program_update_date IN jtf_date_table := NULL,

1160: p_last_update_login IN jtf_number_table := NULL,
1161: p_request_id IN jtf_number_table := NULL,
1162: p_program_application_id IN jtf_number_table := NULL,
1163: p_program_id IN jtf_number_table := NULL,
1164: p_program_update_date IN jtf_date_table := NULL,
1165: p_quote_header_id IN jtf_number_table := NULL,
1166: p_quote_line_id IN jtf_number_table := NULL,
1167: p_percent IN jtf_number_table := NULL,
1168: p_resource_id IN jtf_number_table := NULL,

Line 1235: p_creation_date IN jtf_date_table := NULL,

1231: p_quote_number IN jtf_number_table := NULL,
1232: p_resource_id IN jtf_number_table := NULL,
1233: p_resource_grp_id IN jtf_number_table := NULL,
1234: p_created_by IN jtf_number_table := NULL,
1235: p_creation_date IN jtf_date_table := NULL,
1236: p_last_updated_by IN jtf_number_table := NULL,
1237: p_last_update_login IN jtf_number_table := NULL,
1238: p_last_update_date IN jtf_date_table := NULL,
1239: p_request_id IN jtf_number_table := NULL,

Line 1238: p_last_update_date IN jtf_date_table := NULL,

1234: p_created_by IN jtf_number_table := NULL,
1235: p_creation_date IN jtf_date_table := NULL,
1236: p_last_updated_by IN jtf_number_table := NULL,
1237: p_last_update_login IN jtf_number_table := NULL,
1238: p_last_update_date IN jtf_date_table := NULL,
1239: p_request_id IN jtf_number_table := NULL,
1240: p_program_application_id IN jtf_number_table := NULL,
1241: p_program_id IN jtf_number_table := NULL,
1242: p_program_update_date IN jtf_date_table := NULL,

Line 1242: p_program_update_date IN jtf_date_table := NULL,

1238: p_last_update_date IN jtf_date_table := NULL,
1239: p_request_id IN jtf_number_table := NULL,
1240: p_program_application_id IN jtf_number_table := NULL,
1241: p_program_id IN jtf_number_table := NULL,
1242: p_program_update_date IN jtf_date_table := NULL,
1243: p_keep_flag IN jtf_varchar2_table_100 := NULL,
1244: p_update_access_flag IN jtf_varchar2_table_100 := NULL,
1245: p_created_by_tap_flag IN jtf_varchar2_table_100 := NULL,
1246: p_role_id IN jtf_number_table := NULL,

Line 1370: x_last_update_date OUT NOCOPY jtf_date_table

1366:
1367: PROCEDURE Set_Qte_Header_Tbl_Out(
1368: p_qte_header_tbl IN ASO_Quote_Pub.Qte_Header_Tbl_Type,
1369: x_quote_header_id OUT NOCOPY jtf_number_table,
1370: x_last_update_date OUT NOCOPY jtf_date_table
1371:
1372: /*-- The following output parameters are ignored
1373: x_creation_date OUT NOCOPY jtf_date_table,
1374: x_created_by OUT NOCOPY jtf_number_table,

Line 1373: x_creation_date OUT NOCOPY jtf_date_table,

1369: x_quote_header_id OUT NOCOPY jtf_number_table,
1370: x_last_update_date OUT NOCOPY jtf_date_table
1371:
1372: /*-- The following output parameters are ignored
1373: x_creation_date OUT NOCOPY jtf_date_table,
1374: x_created_by OUT NOCOPY jtf_number_table,
1375: x_last_updated_by OUT NOCOPY jtf_number_table,
1376: x_last_update_login OUT NOCOPY jtf_number_table,
1377: x_request_id OUT NOCOPY jtf_number_table,

Line 1380: x_program_update_date OUT NOCOPY jtf_date_table,

1376: x_last_update_login OUT NOCOPY jtf_number_table,
1377: x_request_id OUT NOCOPY jtf_number_table,
1378: x_program_application_id OUT NOCOPY jtf_number_table,
1379: x_program_id OUT NOCOPY jtf_number_table,
1380: x_program_update_date OUT NOCOPY jtf_date_table,
1381: x_org_id OUT NOCOPY jtf_number_table,
1382: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
1383: x_quote_number OUT NOCOPY jtf_number_table,
1384: x_quote_version OUT NOCOPY jtf_number_table,

Line 1387: x_quote_expiration_date OUT NOCOPY jtf_date_table,

1383: x_quote_number OUT NOCOPY jtf_number_table,
1384: x_quote_version OUT NOCOPY jtf_number_table,
1385: x_quote_status_id OUT NOCOPY jtf_number_table,
1386: x_quote_source_code OUT NOCOPY jtf_varchar2_table_300,
1387: x_quote_expiration_date OUT NOCOPY jtf_date_table,
1388: x_price_frozen_date OUT NOCOPY jtf_date_table,
1389: x_quote_password OUT NOCOPY jtf_varchar2_table_300,
1390: x_original_system_reference OUT NOCOPY jtf_varchar2_table_300,
1391: x_party_id OUT NOCOPY jtf_number_table,

Line 1388: x_price_frozen_date OUT NOCOPY jtf_date_table,

1384: x_quote_version OUT NOCOPY jtf_number_table,
1385: x_quote_status_id OUT NOCOPY jtf_number_table,
1386: x_quote_source_code OUT NOCOPY jtf_varchar2_table_300,
1387: x_quote_expiration_date OUT NOCOPY jtf_date_table,
1388: x_price_frozen_date OUT NOCOPY jtf_date_table,
1389: x_quote_password OUT NOCOPY jtf_varchar2_table_300,
1390: x_original_system_reference OUT NOCOPY jtf_varchar2_table_300,
1391: x_party_id OUT NOCOPY jtf_number_table,
1392: x_cust_account_id OUT NOCOPY jtf_number_table,

Line 1402: x_ordered_date OUT NOCOPY jtf_date_table,

1398: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
1399: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
1400: x_order_type_id OUT NOCOPY jtf_number_table,
1401: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
1402: x_ordered_date OUT NOCOPY jtf_date_table,
1403: x_accounting_rule_id OUT NOCOPY jtf_number_table,
1404: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
1405: x_employee_person_id OUT NOCOPY jtf_number_table,
1406: x_price_list_id OUT NOCOPY jtf_number_table,

Line 1418: x_exchange_rate_date OUT NOCOPY jtf_date_table,

1414: x_total_quote_price OUT NOCOPY jtf_number_table,
1415: x_payment_amount OUT NOCOPY jtf_number_table,
1416: x_exchange_rate OUT NOCOPY jtf_number_table,
1417: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
1418: x_exchange_rate_date OUT NOCOPY jtf_date_table,
1419: x_contract_id OUT NOCOPY jtf_number_table,
1420: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
1421: x_order_id OUT NOCOPY jtf_number_table,
1422: x_order_number OUT NOCOPY jtf_number_table,

Line 1479: x_creation_date OUT NOCOPY jtf_date_table,

1475: x_quote_line_id OUT NOCOPY jtf_number_table
1476:
1477: /*-- The following output parameters are ignored
1478: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1479: x_creation_date OUT NOCOPY jtf_date_table,
1480: x_created_by OUT NOCOPY jtf_number_table,
1481: x_last_update_date OUT NOCOPY jtf_date_table,
1482: x_last_updated_by OUT NOCOPY jtf_number_table,
1483: x_last_update_login OUT NOCOPY jtf_number_table,

Line 1481: x_last_update_date OUT NOCOPY jtf_date_table,

1477: /*-- The following output parameters are ignored
1478: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1479: x_creation_date OUT NOCOPY jtf_date_table,
1480: x_created_by OUT NOCOPY jtf_number_table,
1481: x_last_update_date OUT NOCOPY jtf_date_table,
1482: x_last_updated_by OUT NOCOPY jtf_number_table,
1483: x_last_update_login OUT NOCOPY jtf_number_table,
1484: x_request_id OUT NOCOPY jtf_number_table,
1485: x_program_application_id OUT NOCOPY jtf_number_table,

Line 1487: x_program_update_date OUT NOCOPY jtf_date_table,

1483: x_last_update_login OUT NOCOPY jtf_number_table,
1484: x_request_id OUT NOCOPY jtf_number_table,
1485: x_program_application_id OUT NOCOPY jtf_number_table,
1486: x_program_id OUT NOCOPY jtf_number_table,
1487: x_program_update_date OUT NOCOPY jtf_date_table,
1488: x_quote_header_id OUT NOCOPY jtf_number_table,
1489: x_org_id OUT NOCOPY jtf_number_table,
1490: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,
1491: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 1493: x_start_date_active OUT NOCOPY jtf_date_table,

1489: x_org_id OUT NOCOPY jtf_number_table,
1490: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,
1491: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,
1492: x_line_number OUT NOCOPY jtf_number_table,
1493: x_start_date_active OUT NOCOPY jtf_date_table,
1494: x_end_date_active OUT NOCOPY jtf_date_table,
1495: x_order_line_type_id OUT NOCOPY jtf_number_table,
1496: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1497: x_invoice_to_party_id OUT NOCOPY jtf_number_table,

Line 1494: x_end_date_active OUT NOCOPY jtf_date_table,

1490: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,
1491: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,
1492: x_line_number OUT NOCOPY jtf_number_table,
1493: x_start_date_active OUT NOCOPY jtf_date_table,
1494: x_end_date_active OUT NOCOPY jtf_date_table,
1495: x_order_line_type_id OUT NOCOPY jtf_number_table,
1496: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
1497: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
1498: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,

Line 1554: x_creation_date OUT NOCOPY jtf_date_table,

1550:
1551: /*-- The following output parameters are ignored
1552: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1553: x_qte_line_index OUT NOCOPY jtf_number_table,
1554: x_creation_date OUT NOCOPY jtf_date_table,
1555: x_created_by OUT NOCOPY jtf_number_table,
1556: x_last_update_date OUT NOCOPY jtf_date_table,
1557: x_last_updated_by OUT NOCOPY jtf_number_table,
1558: x_last_update_login OUT NOCOPY jtf_number_table,

Line 1556: x_last_update_date OUT NOCOPY jtf_date_table,

1552: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1553: x_qte_line_index OUT NOCOPY jtf_number_table,
1554: x_creation_date OUT NOCOPY jtf_date_table,
1555: x_created_by OUT NOCOPY jtf_number_table,
1556: x_last_update_date OUT NOCOPY jtf_date_table,
1557: x_last_updated_by OUT NOCOPY jtf_number_table,
1558: x_last_update_login OUT NOCOPY jtf_number_table,
1559: x_request_id OUT NOCOPY jtf_number_table,
1560: x_program_application_id OUT NOCOPY jtf_number_table,

Line 1562: x_program_update_date OUT NOCOPY jtf_date_table,

1558: x_last_update_login OUT NOCOPY jtf_number_table,
1559: x_request_id OUT NOCOPY jtf_number_table,
1560: x_program_application_id OUT NOCOPY jtf_number_table,
1561: x_program_id OUT NOCOPY jtf_number_table,
1562: x_program_update_date OUT NOCOPY jtf_date_table,
1563: x_quote_line_id OUT NOCOPY jtf_number_table,
1564: x_config_header_id OUT NOCOPY jtf_number_table,
1565: x_config_revision_num OUT NOCOPY jtf_number_table,
1566: x_config_item_id OUT NOCOPY jtf_number_table,

Line 1631: x_creation_date OUT NOCOPY jtf_date_table,

1627: x_line_relationship_id OUT NOCOPY jtf_number_table
1628:
1629: /*-- The following output parameters are ignored
1630: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1631: x_creation_date OUT NOCOPY jtf_date_table,
1632: x_created_by OUT NOCOPY jtf_number_table,
1633: x_last_update_date OUT NOCOPY jtf_date_table,
1634: x_last_updated_by OUT NOCOPY jtf_number_table,
1635: x_last_update_login OUT NOCOPY jtf_number_table,

Line 1633: x_last_update_date OUT NOCOPY jtf_date_table,

1629: /*-- The following output parameters are ignored
1630: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1631: x_creation_date OUT NOCOPY jtf_date_table,
1632: x_created_by OUT NOCOPY jtf_number_table,
1633: x_last_update_date OUT NOCOPY jtf_date_table,
1634: x_last_updated_by OUT NOCOPY jtf_number_table,
1635: x_last_update_login OUT NOCOPY jtf_number_table,
1636: x_request_id OUT NOCOPY jtf_number_table,
1637: x_program_application_id OUT NOCOPY jtf_number_table,

Line 1639: x_program_update_date OUT NOCOPY jtf_date_table,

1635: x_last_update_login OUT NOCOPY jtf_number_table,
1636: x_request_id OUT NOCOPY jtf_number_table,
1637: x_program_application_id OUT NOCOPY jtf_number_table,
1638: x_program_id OUT NOCOPY jtf_number_table,
1639: x_program_update_date OUT NOCOPY jtf_date_table,
1640: x_quote_line_id OUT NOCOPY jtf_number_table,
1641: x_qte_line_index OUT NOCOPY jtf_number_table,
1642: x_related_quote_line_id OUT NOCOPY jtf_number_table,
1643: x_related_qte_line_index OUT NOCOPY jtf_number_table,

Line 1657: x_creation_date OUT NOCOPY jtf_date_table,

1653: /*-- The following output parameters are ignored
1654: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1655: x_qte_line_index OUT NOCOPY jtf_number_table,
1656: x_shipment_index OUT NOCOPY jtf_number_table,
1657: x_creation_date OUT NOCOPY jtf_date_table,
1658: x_created_by OUT NOCOPY jtf_number_table,
1659: x_last_update_date OUT NOCOPY jtf_date_table,
1660: x_last_updated_by OUT NOCOPY jtf_number_table,
1661: x_last_update_login OUT NOCOPY jtf_number_table,

Line 1659: x_last_update_date OUT NOCOPY jtf_date_table,

1655: x_qte_line_index OUT NOCOPY jtf_number_table,
1656: x_shipment_index OUT NOCOPY jtf_number_table,
1657: x_creation_date OUT NOCOPY jtf_date_table,
1658: x_created_by OUT NOCOPY jtf_number_table,
1659: x_last_update_date OUT NOCOPY jtf_date_table,
1660: x_last_updated_by OUT NOCOPY jtf_number_table,
1661: x_last_update_login OUT NOCOPY jtf_number_table,
1662: x_request_id OUT NOCOPY jtf_number_table,
1663: x_program_application_id OUT NOCOPY jtf_number_table,

Line 1665: x_program_update_date OUT NOCOPY jtf_date_table,

1661: x_last_update_login OUT NOCOPY jtf_number_table,
1662: x_request_id OUT NOCOPY jtf_number_table,
1663: x_program_application_id OUT NOCOPY jtf_number_table,
1664: x_program_id OUT NOCOPY jtf_number_table,
1665: x_program_update_date OUT NOCOPY jtf_date_table,
1666: x_quote_header_id OUT NOCOPY jtf_number_table,
1667: x_quote_line_id OUT NOCOPY jtf_number_table,
1668: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1669: x_payment_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 1675: x_credit_card_exp_date OUT NOCOPY jtf_date_table,

1671: x_payment_option OUT NOCOPY jtf_varchar2_table_300,
1672: x_payment_term_id OUT NOCOPY jtf_number_table,
1673: x_credit_card_code OUT NOCOPY jtf_varchar2_table_100,
1674: x_credit_card_holder_name OUT NOCOPY jtf_varchar2_table_100,
1675: x_credit_card_exp_date OUT NOCOPY jtf_date_table,
1676: x_credit_card_approval_code OUT NOCOPY jtf_varchar2_table_100,
1677: x_credit_card_approval_date OUT NOCOPY jtf_date_table,
1678: x_payment_amount OUT NOCOPY jtf_number_table,
1679: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,

Line 1677: x_credit_card_approval_date OUT NOCOPY jtf_date_table,

1673: x_credit_card_code OUT NOCOPY jtf_varchar2_table_100,
1674: x_credit_card_holder_name OUT NOCOPY jtf_varchar2_table_100,
1675: x_credit_card_exp_date OUT NOCOPY jtf_date_table,
1676: x_credit_card_approval_code OUT NOCOPY jtf_varchar2_table_100,
1677: x_credit_card_approval_date OUT NOCOPY jtf_date_table,
1678: x_payment_amount OUT NOCOPY jtf_number_table,
1679: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
1680: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
1681: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,

Line 1706: x_creation_date OUT NOCOPY jtf_date_table,

1702:
1703: /*-- The following output parameters are ignored
1704: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1705: x_qte_line_index OUT NOCOPY jtf_number_table,
1706: x_creation_date OUT NOCOPY jtf_date_table,
1707: x_created_by OUT NOCOPY jtf_number_table,
1708: x_last_update_date OUT NOCOPY jtf_date_table,
1709: x_last_updated_by OUT NOCOPY jtf_number_table,
1710: x_last_update_login OUT NOCOPY jtf_number_table,

Line 1708: x_last_update_date OUT NOCOPY jtf_date_table,

1704: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1705: x_qte_line_index OUT NOCOPY jtf_number_table,
1706: x_creation_date OUT NOCOPY jtf_date_table,
1707: x_created_by OUT NOCOPY jtf_number_table,
1708: x_last_update_date OUT NOCOPY jtf_date_table,
1709: x_last_updated_by OUT NOCOPY jtf_number_table,
1710: x_last_update_login OUT NOCOPY jtf_number_table,
1711: x_request_id OUT NOCOPY jtf_number_table,
1712: x_program_application_id OUT NOCOPY jtf_number_table,

Line 1714: x_program_update_date OUT NOCOPY jtf_date_table,

1710: x_last_update_login OUT NOCOPY jtf_number_table,
1711: x_request_id OUT NOCOPY jtf_number_table,
1712: x_program_application_id OUT NOCOPY jtf_number_table,
1713: x_program_id OUT NOCOPY jtf_number_table,
1714: x_program_update_date OUT NOCOPY jtf_date_table,
1715: x_quote_header_id OUT NOCOPY jtf_number_table,
1716: x_quote_line_id OUT NOCOPY jtf_number_table,
1717: x_promise_date OUT NOCOPY jtf_date_table,
1718: x_request_date OUT NOCOPY jtf_date_table,

Line 1717: x_promise_date OUT NOCOPY jtf_date_table,

1713: x_program_id OUT NOCOPY jtf_number_table,
1714: x_program_update_date OUT NOCOPY jtf_date_table,
1715: x_quote_header_id OUT NOCOPY jtf_number_table,
1716: x_quote_line_id OUT NOCOPY jtf_number_table,
1717: x_promise_date OUT NOCOPY jtf_date_table,
1718: x_request_date OUT NOCOPY jtf_date_table,
1719: x_schedule_ship_date OUT NOCOPY jtf_date_table,
1720: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
1721: x_ship_to_party_id OUT NOCOPY jtf_number_table,

Line 1718: x_request_date OUT NOCOPY jtf_date_table,

1714: x_program_update_date OUT NOCOPY jtf_date_table,
1715: x_quote_header_id OUT NOCOPY jtf_number_table,
1716: x_quote_line_id OUT NOCOPY jtf_number_table,
1717: x_promise_date OUT NOCOPY jtf_date_table,
1718: x_request_date OUT NOCOPY jtf_date_table,
1719: x_schedule_ship_date OUT NOCOPY jtf_date_table,
1720: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
1721: x_ship_to_party_id OUT NOCOPY jtf_number_table,
1722: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,

Line 1719: x_schedule_ship_date OUT NOCOPY jtf_date_table,

1715: x_quote_header_id OUT NOCOPY jtf_number_table,
1716: x_quote_line_id OUT NOCOPY jtf_number_table,
1717: x_promise_date OUT NOCOPY jtf_date_table,
1718: x_request_date OUT NOCOPY jtf_date_table,
1719: x_schedule_ship_date OUT NOCOPY jtf_date_table,
1720: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
1721: x_ship_to_party_id OUT NOCOPY jtf_number_table,
1722: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,
1723: x_ship_partial_flag OUT NOCOPY jtf_varchar2_table_300,

Line 1784: x_creation_date OUT NOCOPY jtf_date_table,

1780: x_shipment_index OUT NOCOPY jtf_number_table,
1781: x_quote_header_id OUT NOCOPY jtf_number_table,
1782: x_quote_line_id OUT NOCOPY jtf_number_table,
1783: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1784: x_creation_date OUT NOCOPY jtf_date_table,
1785: x_created_by OUT NOCOPY jtf_number_table,
1786: x_last_update_date OUT NOCOPY jtf_date_table,
1787: x_last_updated_by OUT NOCOPY jtf_number_table,
1788: x_last_update_login OUT NOCOPY jtf_number_table,

Line 1786: x_last_update_date OUT NOCOPY jtf_date_table,

1782: x_quote_line_id OUT NOCOPY jtf_number_table,
1783: x_quote_shipment_id OUT NOCOPY jtf_number_table,
1784: x_creation_date OUT NOCOPY jtf_date_table,
1785: x_created_by OUT NOCOPY jtf_number_table,
1786: x_last_update_date OUT NOCOPY jtf_date_table,
1787: x_last_updated_by OUT NOCOPY jtf_number_table,
1788: x_last_update_login OUT NOCOPY jtf_number_table,
1789: x_request_id OUT NOCOPY jtf_number_table,
1790: x_program_application_id OUT NOCOPY jtf_number_table,

Line 1792: x_program_update_date OUT NOCOPY jtf_date_table,

1788: x_last_update_login OUT NOCOPY jtf_number_table,
1789: x_request_id OUT NOCOPY jtf_number_table,
1790: x_program_application_id OUT NOCOPY jtf_number_table,
1791: x_program_id OUT NOCOPY jtf_number_table,
1792: x_program_update_date OUT NOCOPY jtf_date_table,
1793: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,
1794: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
1795: x_tax_rate OUT NOCOPY jtf_number_table,
1796: x_tax_date OUT NOCOPY jtf_date_table,

Line 1796: x_tax_date OUT NOCOPY jtf_date_table,

1792: x_program_update_date OUT NOCOPY jtf_date_table,
1793: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,
1794: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
1795: x_tax_rate OUT NOCOPY jtf_number_table,
1796: x_tax_date OUT NOCOPY jtf_date_table,
1797: x_tax_amount OUT NOCOPY jtf_number_table,
1798: x_tax_exempt_flag OUT NOCOPY jtf_varchar2_table_100,
1799: x_tax_exempt_number OUT NOCOPY jtf_varchar2_table_100,
1800: x_tax_exempt_reason_code OUT NOCOPY jtf_varchar2_table_100,

Line 1828: x_creation_date OUT NOCOPY jtf_date_table,

1824: /*-- The following output parameters are ignored
1825: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1826: x_qte_line_index OUT NOCOPY jtf_number_table,
1827: x_shipment_index OUT NOCOPY jtf_number_table,
1828: x_creation_date OUT NOCOPY jtf_date_table,
1829: x_created_by OUT NOCOPY jtf_number_table,
1830: x_last_update_date OUT NOCOPY jtf_date_table,
1831: x_last_updated_by OUT NOCOPY jtf_number_table,
1832: x_last_update_login OUT NOCOPY jtf_number_table,

Line 1830: x_last_update_date OUT NOCOPY jtf_date_table,

1826: x_qte_line_index OUT NOCOPY jtf_number_table,
1827: x_shipment_index OUT NOCOPY jtf_number_table,
1828: x_creation_date OUT NOCOPY jtf_date_table,
1829: x_created_by OUT NOCOPY jtf_number_table,
1830: x_last_update_date OUT NOCOPY jtf_date_table,
1831: x_last_updated_by OUT NOCOPY jtf_number_table,
1832: x_last_update_login OUT NOCOPY jtf_number_table,
1833: x_program_application_id OUT NOCOPY jtf_number_table,
1834: x_program_id OUT NOCOPY jtf_number_table,

Line 1835: x_program_update_date OUT NOCOPY jtf_date_table,

1831: x_last_updated_by OUT NOCOPY jtf_number_table,
1832: x_last_update_login OUT NOCOPY jtf_number_table,
1833: x_program_application_id OUT NOCOPY jtf_number_table,
1834: x_program_id OUT NOCOPY jtf_number_table,
1835: x_program_update_date OUT NOCOPY jtf_date_table,
1836: x_request_id OUT NOCOPY jtf_number_table,
1837: x_quote_header_id OUT NOCOPY jtf_number_table,
1838: x_quote_line_id OUT NOCOPY jtf_number_table,
1839: x_quote_shipment_id OUT NOCOPY jtf_number_table,

Line 1897: x_expiration_date OUT NOCOPY jtf_date_table,

1893: x_source_system_code OUT NOCOPY jtf_varchar2_table_100,
1894: x_benefit_qty OUT NOCOPY jtf_number_table,
1895: x_benefit_uom_code OUT NOCOPY jtf_varchar2_table_100,
1896: x_print_on_invoice_flag OUT NOCOPY jtf_varchar2_table_100,
1897: x_expiration_date OUT NOCOPY jtf_date_table,
1898: x_rebate_transaction_type_code OUT NOCOPY jtf_varchar2_table_100,
1899: x_rebate_transaction_reference OUT NOCOPY jtf_varchar2_table_100,
1900: x_rebate_payment_system_code OUT NOCOPY jtf_varchar2_table_100,
1901: x_redeemed_date OUT NOCOPY jtf_date_table,

Line 1901: x_redeemed_date OUT NOCOPY jtf_date_table,

1897: x_expiration_date OUT NOCOPY jtf_date_table,
1898: x_rebate_transaction_type_code OUT NOCOPY jtf_varchar2_table_100,
1899: x_rebate_transaction_reference OUT NOCOPY jtf_varchar2_table_100,
1900: x_rebate_payment_system_code OUT NOCOPY jtf_varchar2_table_100,
1901: x_redeemed_date OUT NOCOPY jtf_date_table,
1902: x_redeemed_flag OUT NOCOPY jtf_varchar2_table_100,
1903: x_modifier_level_code OUT NOCOPY jtf_varchar2_table_100,
1904: x_price_break_type_code OUT NOCOPY jtf_varchar2_table_100,
1905: x_substitution_attribute OUT NOCOPY jtf_varchar2_table_100,

Line 1919: x_creation_date OUT NOCOPY jtf_date_table,

1915:
1916: /*-- The following output parameters are ignored
1917: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1918: x_qte_line_index OUT NOCOPY jtf_number_table,
1919: x_creation_date OUT NOCOPY jtf_date_table,
1920: x_created_by OUT NOCOPY jtf_number_table,
1921: x_last_update_date OUT NOCOPY jtf_date_table,
1922: x_last_updated_by OUT NOCOPY jtf_number_table,
1923: x_last_update_login OUT NOCOPY jtf_number_table,

Line 1921: x_last_update_date OUT NOCOPY jtf_date_table,

1917: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
1918: x_qte_line_index OUT NOCOPY jtf_number_table,
1919: x_creation_date OUT NOCOPY jtf_date_table,
1920: x_created_by OUT NOCOPY jtf_number_table,
1921: x_last_update_date OUT NOCOPY jtf_date_table,
1922: x_last_updated_by OUT NOCOPY jtf_number_table,
1923: x_last_update_login OUT NOCOPY jtf_number_table,
1924: x_request_id OUT NOCOPY jtf_number_table,
1925: x_program_application_id OUT NOCOPY jtf_number_table,

Line 1927: x_program_update_date OUT NOCOPY jtf_date_table,

1923: x_last_update_login OUT NOCOPY jtf_number_table,
1924: x_request_id OUT NOCOPY jtf_number_table,
1925: x_program_application_id OUT NOCOPY jtf_number_table,
1926: x_program_id OUT NOCOPY jtf_number_table,
1927: x_program_update_date OUT NOCOPY jtf_date_table,
1928: x_quote_header_id OUT NOCOPY jtf_number_table,
1929: x_quote_line_id OUT NOCOPY jtf_number_table,
1930: x_flex_title OUT NOCOPY jtf_varchar2_table_100,
1931: x_pricing_context OUT NOCOPY jtf_varchar2_table_100,

Line 2058: x_creation_date OUT NOCOPY jtf_date_table,

2054:
2055: /*-- The following output parameters are ignored
2056: x_qte_line_index OUT NOCOPY jtf_number_table,
2057: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
2058: x_creation_date OUT NOCOPY jtf_date_table,
2059: x_created_by OUT NOCOPY jtf_number_table,
2060: x_last_updated_by OUT NOCOPY jtf_number_table,
2061: x_last_update_date OUT NOCOPY jtf_date_table,
2062: x_last_update_login OUT NOCOPY jtf_number_table,

Line 2061: x_last_update_date OUT NOCOPY jtf_date_table,

2057: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
2058: x_creation_date OUT NOCOPY jtf_date_table,
2059: x_created_by OUT NOCOPY jtf_number_table,
2060: x_last_updated_by OUT NOCOPY jtf_number_table,
2061: x_last_update_date OUT NOCOPY jtf_date_table,
2062: x_last_update_login OUT NOCOPY jtf_number_table,
2063: x_request_id OUT NOCOPY jtf_number_table,
2064: x_program_application_id OUT NOCOPY jtf_number_table,
2065: x_program_id OUT NOCOPY jtf_number_table,

Line 2066: x_program_update_date OUT NOCOPY jtf_date_table,

2062: x_last_update_login OUT NOCOPY jtf_number_table,
2063: x_request_id OUT NOCOPY jtf_number_table,
2064: x_program_application_id OUT NOCOPY jtf_number_table,
2065: x_program_id OUT NOCOPY jtf_number_table,
2066: x_program_update_date OUT NOCOPY jtf_date_table,
2067: x_quote_header_id OUT NOCOPY jtf_number_table,
2068: x_quote_line_id OUT NOCOPY jtf_number_table,
2069: x_percent OUT NOCOPY jtf_number_table,
2070: x_resource_id OUT NOCOPY jtf_number_table,

Line 2107: x_date_sent OUT NOCOPY jtf_date_table,

2103: x_approver_sequence OUT NOCOPY jtf_number_table,
2104: x_approver_status OUT NOCOPY jtf_varchar2_table_100,
2105: x_approver_name OUT NOCOPY jtf_varchar2_table_100,
2106: x_approval_comments OUT NOCOPY jtf_varchar2_table_300,
2107: x_date_sent OUT NOCOPY jtf_date_table,
2108: x_date_received OUT NOCOPY jtf_date_table
2109: );
2110:
2111: PROCEDURE Set_Rules_List_Tbl_Out(

Line 2108: x_date_received OUT NOCOPY jtf_date_table

2104: x_approver_status OUT NOCOPY jtf_varchar2_table_100,
2105: x_approver_name OUT NOCOPY jtf_varchar2_table_100,
2106: x_approval_comments OUT NOCOPY jtf_varchar2_table_300,
2107: x_date_sent OUT NOCOPY jtf_date_table,
2108: x_date_received OUT NOCOPY jtf_date_table
2109: );
2110:
2111: PROCEDURE Set_Rules_List_Tbl_Out(
2112: p_qte_rules_list_tbl IN ASO_Apr_Pub.Rules_List_Tbl_Type,

Line 2155: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,

2151: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,
2152: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,
2153: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,
2154: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
2155: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,
2156: x_ship_date OUT NOCOPY JTF_DATE_TABLE,
2157: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,
2158: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,
2159: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,

Line 2156: x_ship_date OUT NOCOPY JTF_DATE_TABLE,

2152: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,
2153: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,
2154: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
2155: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,
2156: x_ship_date OUT NOCOPY JTF_DATE_TABLE,
2157: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,
2158: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,
2159: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,
2160: x_message OUT NOCOPY JTF_VARCHAR2_TABLE_2000,

Line 2168: x_group_ship_date OUT NOCOPY jtf_date_table,

2164: x_demand_class_meaning OUT NOCOPY jtf_varchar2_table_300,
2165: x_ship_set_name OUT NOCOPY jtf_varchar2_table_300,
2166: x_arrival_set_name OUT NOCOPY jtf_varchar2_table_300,
2167: x_line_number OUT NOCOPY jtf_varchar2_table_800,
2168: x_group_ship_date OUT NOCOPY jtf_date_table,
2169: x_requested_arrival_date OUT NOCOPY jtf_date_table,
2170: x_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
2171: x_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
2172: x_quantity_on_hand OUT NOCOPY jtf_number_table,

Line 2169: x_requested_arrival_date OUT NOCOPY jtf_date_table,

2165: x_ship_set_name OUT NOCOPY jtf_varchar2_table_300,
2166: x_arrival_set_name OUT NOCOPY jtf_varchar2_table_300,
2167: x_line_number OUT NOCOPY jtf_varchar2_table_800,
2168: x_group_ship_date OUT NOCOPY jtf_date_table,
2169: x_requested_arrival_date OUT NOCOPY jtf_date_table,
2170: x_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
2171: x_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
2172: x_quantity_on_hand OUT NOCOPY jtf_number_table,
2173: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 2180: x_arrival_date OUT NOCOPY jtf_date_table,

2176: x_ato_line_id OUT NOCOPY jtf_number_table,
2177: x_ref_line_id OUT NOCOPY jtf_number_table,
2178: x_top_model_line_id OUT NOCOPY jtf_number_table,
2179: x_action OUT NOCOPY jtf_number_table,
2180: x_arrival_date OUT NOCOPY jtf_date_table,
2181: x_organization_id OUT NOCOPY jtf_number_table,
2182: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
2183: x_component_sequence_id OUT NOCOPY jtf_number_table,
2184: x_included_item_flag OUT NOCOPY jtf_number_table,

Line 2683: p_CREATION_DATE IN jtf_date_table := null,

2679:
2680: FUNCTION Construct_Related_Obj_Tbl(
2681: p_operation_code IN jtf_varchar2_table_100 := NULL,
2682: p_RELATED_OBJECT_ID IN jtf_number_table := NULL,
2683: p_CREATION_DATE IN jtf_date_table := null,
2684: p_CREATED_BY IN jtf_number_table := NULL,
2685: p_LAST_UPDATE_DATE IN jtf_date_table := null,
2686: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
2687: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,

Line 2685: p_LAST_UPDATE_DATE IN jtf_date_table := null,

2681: p_operation_code IN jtf_varchar2_table_100 := NULL,
2682: p_RELATED_OBJECT_ID IN jtf_number_table := NULL,
2683: p_CREATION_DATE IN jtf_date_table := null,
2684: p_CREATED_BY IN jtf_number_table := NULL,
2685: p_LAST_UPDATE_DATE IN jtf_date_table := null,
2686: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
2687: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
2688: p_REQUEST_ID IN jtf_number_table := NULL,
2689: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,

Line 2691: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,

2687: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
2688: p_REQUEST_ID IN jtf_number_table := NULL,
2689: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
2690: p_PROGRAM_ID IN jtf_number_table := NULL,
2691: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
2692: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
2693: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,
2694: p_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
2695: p_OBJECT_ID IN jtf_number_table := NULL,