DBA Data[Home] [Help]

APPS.ASO_QUOTE_UTIL_PVT dependencies on JTF_NUMBER_TABLE

Line 1081: p_created_by IN jtf_number_table := NULL,

1077:
1078: -- there IS total 71 fields here IN line
1079: FUNCTION Construct_Qte_Line_Tbl(
1080: p_creation_date IN jtf_date_table := NULL,
1081: p_created_by IN jtf_number_table := NULL,
1082: p_last_updated_by IN jtf_number_table := NULL,
1083: p_last_update_date IN jtf_date_table := NULL,
1084: p_last_update_login IN jtf_number_table := NULL,
1085: p_request_id IN jtf_number_table := NULL,

Line 1082: p_last_updated_by IN jtf_number_table := NULL,

1078: -- there IS total 71 fields here IN line
1079: FUNCTION Construct_Qte_Line_Tbl(
1080: p_creation_date IN jtf_date_table := NULL,
1081: p_created_by IN jtf_number_table := NULL,
1082: p_last_updated_by IN jtf_number_table := NULL,
1083: p_last_update_date IN jtf_date_table := NULL,
1084: p_last_update_login IN jtf_number_table := NULL,
1085: p_request_id IN jtf_number_table := NULL,
1086: p_program_application_id IN jtf_number_table := NULL,

Line 1084: p_last_update_login IN jtf_number_table := NULL,

1080: p_creation_date IN jtf_date_table := NULL,
1081: p_created_by IN jtf_number_table := NULL,
1082: p_last_updated_by IN jtf_number_table := NULL,
1083: p_last_update_date IN jtf_date_table := NULL,
1084: p_last_update_login IN jtf_number_table := NULL,
1085: p_request_id IN jtf_number_table := NULL,
1086: p_program_application_id IN jtf_number_table := NULL,
1087: p_program_id IN jtf_number_table := NULL,
1088: p_program_update_date IN jtf_date_table := NULL,

Line 1085: p_request_id IN jtf_number_table := NULL,

1081: p_created_by IN jtf_number_table := NULL,
1082: p_last_updated_by IN jtf_number_table := NULL,
1083: p_last_update_date IN jtf_date_table := NULL,
1084: p_last_update_login IN jtf_number_table := NULL,
1085: p_request_id IN jtf_number_table := NULL,
1086: p_program_application_id IN jtf_number_table := NULL,
1087: p_program_id IN jtf_number_table := NULL,
1088: p_program_update_date IN jtf_date_table := NULL,
1089: p_quote_line_id IN jtf_number_table := NULL,

Line 1086: p_program_application_id IN jtf_number_table := NULL,

1082: p_last_updated_by IN jtf_number_table := NULL,
1083: p_last_update_date IN jtf_date_table := NULL,
1084: p_last_update_login IN jtf_number_table := NULL,
1085: p_request_id IN jtf_number_table := NULL,
1086: p_program_application_id IN jtf_number_table := NULL,
1087: p_program_id IN jtf_number_table := NULL,
1088: p_program_update_date IN jtf_date_table := NULL,
1089: p_quote_line_id IN jtf_number_table := NULL,
1090: p_quote_header_id IN jtf_number_table := NULL,

Line 1087: p_program_id IN jtf_number_table := NULL,

1083: p_last_update_date IN jtf_date_table := NULL,
1084: p_last_update_login IN jtf_number_table := NULL,
1085: p_request_id IN jtf_number_table := NULL,
1086: p_program_application_id IN jtf_number_table := NULL,
1087: p_program_id IN jtf_number_table := NULL,
1088: p_program_update_date IN jtf_date_table := NULL,
1089: p_quote_line_id IN jtf_number_table := NULL,
1090: p_quote_header_id IN jtf_number_table := NULL,
1091: p_org_id IN jtf_number_table := NULL,

Line 1089: p_quote_line_id IN jtf_number_table := NULL,

1085: p_request_id IN jtf_number_table := NULL,
1086: p_program_application_id IN jtf_number_table := NULL,
1087: p_program_id IN jtf_number_table := NULL,
1088: p_program_update_date IN jtf_date_table := NULL,
1089: p_quote_line_id IN jtf_number_table := NULL,
1090: p_quote_header_id IN jtf_number_table := NULL,
1091: p_org_id IN jtf_number_table := NULL,
1092: p_line_number IN jtf_number_table := NULL,
1093: p_line_category_code IN jtf_varchar2_table_100 := NULL,

Line 1090: p_quote_header_id IN jtf_number_table := NULL,

1086: p_program_application_id IN jtf_number_table := NULL,
1087: p_program_id IN jtf_number_table := NULL,
1088: p_program_update_date IN jtf_date_table := NULL,
1089: p_quote_line_id IN jtf_number_table := NULL,
1090: p_quote_header_id IN jtf_number_table := NULL,
1091: p_org_id IN jtf_number_table := NULL,
1092: p_line_number IN jtf_number_table := NULL,
1093: p_line_category_code IN jtf_varchar2_table_100 := NULL,
1094: p_item_type_code IN jtf_varchar2_table_100 := NULL,

Line 1091: p_org_id IN jtf_number_table := NULL,

1087: p_program_id IN jtf_number_table := NULL,
1088: p_program_update_date IN jtf_date_table := NULL,
1089: p_quote_line_id IN jtf_number_table := NULL,
1090: p_quote_header_id IN jtf_number_table := NULL,
1091: p_org_id IN jtf_number_table := NULL,
1092: p_line_number IN jtf_number_table := NULL,
1093: p_line_category_code IN jtf_varchar2_table_100 := NULL,
1094: p_item_type_code IN jtf_varchar2_table_100 := NULL,
1095: p_inventory_item_id IN jtf_number_table := NULL,

Line 1092: p_line_number IN jtf_number_table := NULL,

1088: p_program_update_date IN jtf_date_table := NULL,
1089: p_quote_line_id IN jtf_number_table := NULL,
1090: p_quote_header_id IN jtf_number_table := NULL,
1091: p_org_id IN jtf_number_table := NULL,
1092: p_line_number IN jtf_number_table := NULL,
1093: p_line_category_code IN jtf_varchar2_table_100 := NULL,
1094: p_item_type_code IN jtf_varchar2_table_100 := NULL,
1095: p_inventory_item_id IN jtf_number_table := NULL,
1096: p_organization_id IN jtf_number_table := NULL,

Line 1095: p_inventory_item_id IN jtf_number_table := NULL,

1091: p_org_id IN jtf_number_table := NULL,
1092: p_line_number IN jtf_number_table := NULL,
1093: p_line_category_code IN jtf_varchar2_table_100 := NULL,
1094: p_item_type_code IN jtf_varchar2_table_100 := NULL,
1095: p_inventory_item_id IN jtf_number_table := NULL,
1096: p_organization_id IN jtf_number_table := NULL,
1097: p_quantity IN jtf_number_table := NULL,
1098: p_uom_code IN jtf_varchar2_table_100 := NULL,
1099: p_start_date_active IN jtf_date_table := NULL,

Line 1096: p_organization_id IN jtf_number_table := NULL,

1092: p_line_number IN jtf_number_table := NULL,
1093: p_line_category_code IN jtf_varchar2_table_100 := NULL,
1094: p_item_type_code IN jtf_varchar2_table_100 := NULL,
1095: p_inventory_item_id IN jtf_number_table := NULL,
1096: p_organization_id IN jtf_number_table := NULL,
1097: p_quantity IN jtf_number_table := NULL,
1098: p_uom_code IN jtf_varchar2_table_100 := NULL,
1099: p_start_date_active IN jtf_date_table := NULL,
1100: p_end_date_active IN jtf_date_table := NULL,

Line 1097: p_quantity IN jtf_number_table := NULL,

1093: p_line_category_code IN jtf_varchar2_table_100 := NULL,
1094: p_item_type_code IN jtf_varchar2_table_100 := NULL,
1095: p_inventory_item_id IN jtf_number_table := NULL,
1096: p_organization_id IN jtf_number_table := NULL,
1097: p_quantity IN jtf_number_table := NULL,
1098: p_uom_code IN jtf_varchar2_table_100 := NULL,
1099: p_start_date_active IN jtf_date_table := NULL,
1100: p_end_date_active IN jtf_date_table := NULL,
1101: p_order_line_type_id IN jtf_number_table := NULL,

Line 1101: p_order_line_type_id IN jtf_number_table := NULL,

1097: p_quantity IN jtf_number_table := NULL,
1098: p_uom_code IN jtf_varchar2_table_100 := NULL,
1099: p_start_date_active IN jtf_date_table := NULL,
1100: p_end_date_active IN jtf_date_table := NULL,
1101: p_order_line_type_id IN jtf_number_table := NULL,
1102: p_price_list_id IN jtf_number_table := NULL,
1103: p_price_list_line_id IN jtf_number_table := NULL,
1104: p_currency_code IN jtf_varchar2_table_100 := NULL,
1105: p_line_list_price IN jtf_number_table := NULL,

Line 1102: p_price_list_id IN jtf_number_table := NULL,

1098: p_uom_code IN jtf_varchar2_table_100 := NULL,
1099: p_start_date_active IN jtf_date_table := NULL,
1100: p_end_date_active IN jtf_date_table := NULL,
1101: p_order_line_type_id IN jtf_number_table := NULL,
1102: p_price_list_id IN jtf_number_table := NULL,
1103: p_price_list_line_id IN jtf_number_table := NULL,
1104: p_currency_code IN jtf_varchar2_table_100 := NULL,
1105: p_line_list_price IN jtf_number_table := NULL,
1106: p_line_adjusted_amount IN jtf_number_table := NULL,

Line 1103: p_price_list_line_id IN jtf_number_table := NULL,

1099: p_start_date_active IN jtf_date_table := NULL,
1100: p_end_date_active IN jtf_date_table := NULL,
1101: p_order_line_type_id IN jtf_number_table := NULL,
1102: p_price_list_id IN jtf_number_table := NULL,
1103: p_price_list_line_id IN jtf_number_table := NULL,
1104: p_currency_code IN jtf_varchar2_table_100 := NULL,
1105: p_line_list_price IN jtf_number_table := NULL,
1106: p_line_adjusted_amount IN jtf_number_table := NULL,
1107: p_line_adjusted_percent IN jtf_number_table := NULL,

Line 1105: p_line_list_price IN jtf_number_table := NULL,

1101: p_order_line_type_id IN jtf_number_table := NULL,
1102: p_price_list_id IN jtf_number_table := NULL,
1103: p_price_list_line_id IN jtf_number_table := NULL,
1104: p_currency_code IN jtf_varchar2_table_100 := NULL,
1105: p_line_list_price IN jtf_number_table := NULL,
1106: p_line_adjusted_amount IN jtf_number_table := NULL,
1107: p_line_adjusted_percent IN jtf_number_table := NULL,
1108: p_line_quote_price IN jtf_number_table := NULL,
1109: p_related_item_id IN jtf_number_table := NULL,

Line 1106: p_line_adjusted_amount IN jtf_number_table := NULL,

1102: p_price_list_id IN jtf_number_table := NULL,
1103: p_price_list_line_id IN jtf_number_table := NULL,
1104: p_currency_code IN jtf_varchar2_table_100 := NULL,
1105: p_line_list_price IN jtf_number_table := NULL,
1106: p_line_adjusted_amount IN jtf_number_table := NULL,
1107: p_line_adjusted_percent IN jtf_number_table := NULL,
1108: p_line_quote_price IN jtf_number_table := NULL,
1109: p_related_item_id IN jtf_number_table := NULL,
1110: p_item_relationship_type IN jtf_varchar2_table_100 := NULL,

Line 1107: p_line_adjusted_percent IN jtf_number_table := NULL,

1103: p_price_list_line_id IN jtf_number_table := NULL,
1104: p_currency_code IN jtf_varchar2_table_100 := NULL,
1105: p_line_list_price IN jtf_number_table := NULL,
1106: p_line_adjusted_amount IN jtf_number_table := NULL,
1107: p_line_adjusted_percent IN jtf_number_table := NULL,
1108: p_line_quote_price IN jtf_number_table := NULL,
1109: p_related_item_id IN jtf_number_table := NULL,
1110: p_item_relationship_type IN jtf_varchar2_table_100 := NULL,
1111: p_split_shipment_flag IN jtf_varchar2_table_100 := NULL,

Line 1108: p_line_quote_price IN jtf_number_table := NULL,

1104: p_currency_code IN jtf_varchar2_table_100 := NULL,
1105: p_line_list_price IN jtf_number_table := NULL,
1106: p_line_adjusted_amount IN jtf_number_table := NULL,
1107: p_line_adjusted_percent IN jtf_number_table := NULL,
1108: p_line_quote_price IN jtf_number_table := NULL,
1109: p_related_item_id IN jtf_number_table := NULL,
1110: p_item_relationship_type IN jtf_varchar2_table_100 := NULL,
1111: p_split_shipment_flag IN jtf_varchar2_table_100 := NULL,
1112: p_backorder_flag IN jtf_varchar2_table_100 := NULL,

Line 1109: p_related_item_id IN jtf_number_table := NULL,

1105: p_line_list_price IN jtf_number_table := NULL,
1106: p_line_adjusted_amount IN jtf_number_table := NULL,
1107: p_line_adjusted_percent IN jtf_number_table := NULL,
1108: p_line_quote_price IN jtf_number_table := NULL,
1109: p_related_item_id IN jtf_number_table := NULL,
1110: p_item_relationship_type IN jtf_varchar2_table_100 := NULL,
1111: p_split_shipment_flag IN jtf_varchar2_table_100 := NULL,
1112: p_backorder_flag IN jtf_varchar2_table_100 := NULL,
1113: p_selling_price_change IN jtf_varchar2_table_100 := NULL,

Line 1131: p_accounting_rule_id IN jtf_number_table := NULL,

1127: p_attribute12 IN jtf_varchar2_table_300 := NULL,
1128: p_attribute13 IN jtf_varchar2_table_300 := NULL,
1129: p_attribute14 IN jtf_varchar2_table_300 := NULL,
1130: p_attribute15 IN jtf_varchar2_table_300 := NULL,
1131: p_accounting_rule_id IN jtf_number_table := NULL,
1132: p_ffm_content_name IN jtf_varchar2_table_300 := NULL,
1133: p_ffm_content_type IN jtf_varchar2_table_300 := NULL,
1134: p_ffm_document_type IN jtf_varchar2_table_300 := NULL,
1135: p_ffm_media_id IN jtf_varchar2_table_300 := NULL,

Line 1138: p_invoice_to_party_id IN jtf_number_table := NULL,

1134: p_ffm_document_type IN jtf_varchar2_table_300 := NULL,
1135: p_ffm_media_id IN jtf_varchar2_table_300 := NULL,
1136: p_ffm_media_type IN jtf_varchar2_table_300 := NULL,
1137: p_ffm_user_note IN jtf_varchar2_table_300 := NULL,
1138: p_invoice_to_party_id IN jtf_number_table := NULL,
1139: p_invoice_to_party_site_id IN jtf_number_table := NULL,
1140: p_invoicing_rule_id IN jtf_number_table := NULL,
1141: p_marketing_source_code_id IN jtf_number_table := NULL,
1142: p_operation_code IN jtf_varchar2_table_100 := NULL,

Line 1139: p_invoice_to_party_site_id IN jtf_number_table := NULL,

1135: p_ffm_media_id IN jtf_varchar2_table_300 := NULL,
1136: p_ffm_media_type IN jtf_varchar2_table_300 := NULL,
1137: p_ffm_user_note IN jtf_varchar2_table_300 := NULL,
1138: p_invoice_to_party_id IN jtf_number_table := NULL,
1139: p_invoice_to_party_site_id IN jtf_number_table := NULL,
1140: p_invoicing_rule_id IN jtf_number_table := NULL,
1141: p_marketing_source_code_id IN jtf_number_table := NULL,
1142: p_operation_code IN jtf_varchar2_table_100 := NULL,
1143: p_invoice_to_cust_account_id IN jtf_number_table := NULL,

Line 1140: p_invoicing_rule_id IN jtf_number_table := NULL,

1136: p_ffm_media_type IN jtf_varchar2_table_300 := NULL,
1137: p_ffm_user_note IN jtf_varchar2_table_300 := NULL,
1138: p_invoice_to_party_id IN jtf_number_table := NULL,
1139: p_invoice_to_party_site_id IN jtf_number_table := NULL,
1140: p_invoicing_rule_id IN jtf_number_table := NULL,
1141: p_marketing_source_code_id IN jtf_number_table := NULL,
1142: p_operation_code IN jtf_varchar2_table_100 := NULL,
1143: p_invoice_to_cust_account_id IN jtf_number_table := NULL,
1144: p_pricing_quantity_uom IN jtf_varchar2_table_100 := NULL,

Line 1141: p_marketing_source_code_id IN jtf_number_table := NULL,

1137: p_ffm_user_note IN jtf_varchar2_table_300 := NULL,
1138: p_invoice_to_party_id IN jtf_number_table := NULL,
1139: p_invoice_to_party_site_id IN jtf_number_table := NULL,
1140: p_invoicing_rule_id IN jtf_number_table := NULL,
1141: p_marketing_source_code_id IN jtf_number_table := NULL,
1142: p_operation_code IN jtf_varchar2_table_100 := NULL,
1143: p_invoice_to_cust_account_id IN jtf_number_table := NULL,
1144: p_pricing_quantity_uom IN jtf_varchar2_table_100 := NULL,
1145: p_minisite_id IN jtf_number_table := NULL,

Line 1143: p_invoice_to_cust_account_id IN jtf_number_table := NULL,

1139: p_invoice_to_party_site_id IN jtf_number_table := NULL,
1140: p_invoicing_rule_id IN jtf_number_table := NULL,
1141: p_marketing_source_code_id IN jtf_number_table := NULL,
1142: p_operation_code IN jtf_varchar2_table_100 := NULL,
1143: p_invoice_to_cust_account_id IN jtf_number_table := NULL,
1144: p_pricing_quantity_uom IN jtf_varchar2_table_100 := NULL,
1145: p_minisite_id IN jtf_number_table := NULL,
1146: p_section_id IN jtf_number_table := NULL,
1147: p_priced_price_list_id IN jtf_number_table := NULL,

Line 1145: p_minisite_id IN jtf_number_table := NULL,

1141: p_marketing_source_code_id IN jtf_number_table := NULL,
1142: p_operation_code IN jtf_varchar2_table_100 := NULL,
1143: p_invoice_to_cust_account_id IN jtf_number_table := NULL,
1144: p_pricing_quantity_uom IN jtf_varchar2_table_100 := NULL,
1145: p_minisite_id IN jtf_number_table := NULL,
1146: p_section_id IN jtf_number_table := NULL,
1147: p_priced_price_list_id IN jtf_number_table := NULL,
1148: p_agreement_id IN jtf_number_table := NULL,
1149: p_commitment_id IN jtf_number_table := NULL,

Line 1146: p_section_id IN jtf_number_table := NULL,

1142: p_operation_code IN jtf_varchar2_table_100 := NULL,
1143: p_invoice_to_cust_account_id IN jtf_number_table := NULL,
1144: p_pricing_quantity_uom IN jtf_varchar2_table_100 := NULL,
1145: p_minisite_id IN jtf_number_table := NULL,
1146: p_section_id IN jtf_number_table := NULL,
1147: p_priced_price_list_id IN jtf_number_table := NULL,
1148: p_agreement_id IN jtf_number_table := NULL,
1149: p_commitment_id IN jtf_number_table := NULL,
1150: p_display_arithmetic_operator IN jtf_varchar2_table_100 := NULL,

Line 1147: p_priced_price_list_id IN jtf_number_table := NULL,

1143: p_invoice_to_cust_account_id IN jtf_number_table := NULL,
1144: p_pricing_quantity_uom IN jtf_varchar2_table_100 := NULL,
1145: p_minisite_id IN jtf_number_table := NULL,
1146: p_section_id IN jtf_number_table := NULL,
1147: p_priced_price_list_id IN jtf_number_table := NULL,
1148: p_agreement_id IN jtf_number_table := NULL,
1149: p_commitment_id IN jtf_number_table := NULL,
1150: p_display_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
1151: p_invoice_to_cust_party_id IN jtf_number_table := NULL,

Line 1148: p_agreement_id IN jtf_number_table := NULL,

1144: p_pricing_quantity_uom IN jtf_varchar2_table_100 := NULL,
1145: p_minisite_id IN jtf_number_table := NULL,
1146: p_section_id IN jtf_number_table := NULL,
1147: p_priced_price_list_id IN jtf_number_table := NULL,
1148: p_agreement_id IN jtf_number_table := NULL,
1149: p_commitment_id IN jtf_number_table := NULL,
1150: p_display_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
1151: p_invoice_to_cust_party_id IN jtf_number_table := NULL,
1152: p_attribute16 IN jtf_varchar2_table_300 := NULL,

Line 1149: p_commitment_id IN jtf_number_table := NULL,

1145: p_minisite_id IN jtf_number_table := NULL,
1146: p_section_id IN jtf_number_table := NULL,
1147: p_priced_price_list_id IN jtf_number_table := NULL,
1148: p_agreement_id IN jtf_number_table := NULL,
1149: p_commitment_id IN jtf_number_table := NULL,
1150: p_display_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
1151: p_invoice_to_cust_party_id IN jtf_number_table := NULL,
1152: p_attribute16 IN jtf_varchar2_table_300 := NULL,
1153: p_attribute17 IN jtf_varchar2_table_300 := NULL,

Line 1151: p_invoice_to_cust_party_id IN jtf_number_table := NULL,

1147: p_priced_price_list_id IN jtf_number_table := NULL,
1148: p_agreement_id IN jtf_number_table := NULL,
1149: p_commitment_id IN jtf_number_table := NULL,
1150: p_display_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
1151: p_invoice_to_cust_party_id IN jtf_number_table := NULL,
1152: p_attribute16 IN jtf_varchar2_table_300 := NULL,
1153: p_attribute17 IN jtf_varchar2_table_300 := NULL,
1154: p_attribute18 IN jtf_varchar2_table_300 := NULL,
1155: p_attribute19 IN jtf_varchar2_table_300 := NULL,

Line 1159: p_end_customer_party_id IN jtf_number_table := NULL,

1155: p_attribute19 IN jtf_varchar2_table_300 := NULL,
1156: p_attribute20 IN jtf_varchar2_table_300 := NULL,
1157: p_ship_model_complete_flag IN jtf_varchar2_table_100 := NULL,
1158: p_charge_periodicity_code IN jtf_varchar2_table_100 := NULL,
1159: p_end_customer_party_id IN jtf_number_table := NULL,
1160: p_end_customer_party_site_id IN jtf_number_table := NULL,
1161: p_end_customer_cust_account_id IN jtf_number_table := NULL,
1162: p_end_customer_cust_party_id IN jtf_number_table := NULL,
1163: p_object_version_number IN jtf_number_table := NULL,

Line 1160: p_end_customer_party_site_id IN jtf_number_table := NULL,

1156: p_attribute20 IN jtf_varchar2_table_300 := NULL,
1157: p_ship_model_complete_flag IN jtf_varchar2_table_100 := NULL,
1158: p_charge_periodicity_code IN jtf_varchar2_table_100 := NULL,
1159: p_end_customer_party_id IN jtf_number_table := NULL,
1160: p_end_customer_party_site_id IN jtf_number_table := NULL,
1161: p_end_customer_cust_account_id IN jtf_number_table := NULL,
1162: p_end_customer_cust_party_id IN jtf_number_table := NULL,
1163: p_object_version_number IN jtf_number_table := NULL,
1164: p_line_paynow_charges IN jtf_number_table := NULL,

Line 1161: p_end_customer_cust_account_id IN jtf_number_table := NULL,

1157: p_ship_model_complete_flag IN jtf_varchar2_table_100 := NULL,
1158: p_charge_periodicity_code IN jtf_varchar2_table_100 := NULL,
1159: p_end_customer_party_id IN jtf_number_table := NULL,
1160: p_end_customer_party_site_id IN jtf_number_table := NULL,
1161: p_end_customer_cust_account_id IN jtf_number_table := NULL,
1162: p_end_customer_cust_party_id IN jtf_number_table := NULL,
1163: p_object_version_number IN jtf_number_table := NULL,
1164: p_line_paynow_charges IN jtf_number_table := NULL,
1165: p_line_paynow_tax IN jtf_number_table := NULL,

Line 1162: p_end_customer_cust_party_id IN jtf_number_table := NULL,

1158: p_charge_periodicity_code IN jtf_varchar2_table_100 := NULL,
1159: p_end_customer_party_id IN jtf_number_table := NULL,
1160: p_end_customer_party_site_id IN jtf_number_table := NULL,
1161: p_end_customer_cust_account_id IN jtf_number_table := NULL,
1162: p_end_customer_cust_party_id IN jtf_number_table := NULL,
1163: p_object_version_number IN jtf_number_table := NULL,
1164: p_line_paynow_charges IN jtf_number_table := NULL,
1165: p_line_paynow_tax IN jtf_number_table := NULL,
1166: p_line_paynow_subtotal IN jtf_number_table := NULL,

Line 1163: p_object_version_number IN jtf_number_table := NULL,

1159: p_end_customer_party_id IN jtf_number_table := NULL,
1160: p_end_customer_party_site_id IN jtf_number_table := NULL,
1161: p_end_customer_cust_account_id IN jtf_number_table := NULL,
1162: p_end_customer_cust_party_id IN jtf_number_table := NULL,
1163: p_object_version_number IN jtf_number_table := NULL,
1164: p_line_paynow_charges IN jtf_number_table := NULL,
1165: p_line_paynow_tax IN jtf_number_table := NULL,
1166: p_line_paynow_subtotal IN jtf_number_table := NULL,
1167: p_config_model_type IN jtf_varchar2_table_100 := NULL

Line 1164: p_line_paynow_charges IN jtf_number_table := NULL,

1160: p_end_customer_party_site_id IN jtf_number_table := NULL,
1161: p_end_customer_cust_account_id IN jtf_number_table := NULL,
1162: p_end_customer_cust_party_id IN jtf_number_table := NULL,
1163: p_object_version_number IN jtf_number_table := NULL,
1164: p_line_paynow_charges IN jtf_number_table := NULL,
1165: p_line_paynow_tax IN jtf_number_table := NULL,
1166: p_line_paynow_subtotal IN jtf_number_table := NULL,
1167: p_config_model_type IN jtf_varchar2_table_100 := NULL
1168: )

Line 1165: p_line_paynow_tax IN jtf_number_table := NULL,

1161: p_end_customer_cust_account_id IN jtf_number_table := NULL,
1162: p_end_customer_cust_party_id IN jtf_number_table := NULL,
1163: p_object_version_number IN jtf_number_table := NULL,
1164: p_line_paynow_charges IN jtf_number_table := NULL,
1165: p_line_paynow_tax IN jtf_number_table := NULL,
1166: p_line_paynow_subtotal IN jtf_number_table := NULL,
1167: p_config_model_type IN jtf_varchar2_table_100 := NULL
1168: )
1169: RETURN ASO_Quote_Pub.Qte_Line_Tbl_Type

Line 1166: p_line_paynow_subtotal IN jtf_number_table := NULL,

1162: p_end_customer_cust_party_id IN jtf_number_table := NULL,
1163: p_object_version_number IN jtf_number_table := NULL,
1164: p_line_paynow_charges IN jtf_number_table := NULL,
1165: p_line_paynow_tax IN jtf_number_table := NULL,
1166: p_line_paynow_subtotal IN jtf_number_table := NULL,
1167: p_config_model_type IN jtf_varchar2_table_100 := NULL
1168: )
1169: RETURN ASO_Quote_Pub.Qte_Line_Tbl_Type
1170: IS

Line 1965: p_quote_line_detail_id IN jtf_number_table := NULL,

1961: END Construct_Qte_Line_Dtl_Rec;
1962:
1963: -- there IS total 71 fields here IN line
1964: FUNCTION Construct_Qte_Line_Dtl_Tbl(
1965: p_quote_line_detail_id IN jtf_number_table := NULL,
1966: p_creation_date IN jtf_date_table := NULL,
1967: p_created_by IN jtf_number_table := NULL,
1968: p_last_update_date IN jtf_date_table := NULL,
1969: p_last_updated_by IN jtf_number_table := NULL,

Line 1967: p_created_by IN jtf_number_table := NULL,

1963: -- there IS total 71 fields here IN line
1964: FUNCTION Construct_Qte_Line_Dtl_Tbl(
1965: p_quote_line_detail_id IN jtf_number_table := NULL,
1966: p_creation_date IN jtf_date_table := NULL,
1967: p_created_by IN jtf_number_table := NULL,
1968: p_last_update_date IN jtf_date_table := NULL,
1969: p_last_updated_by IN jtf_number_table := NULL,
1970: p_last_update_login IN jtf_number_table := NULL,
1971: p_request_id IN jtf_number_table := NULL,

Line 1969: p_last_updated_by IN jtf_number_table := NULL,

1965: p_quote_line_detail_id IN jtf_number_table := NULL,
1966: p_creation_date IN jtf_date_table := NULL,
1967: p_created_by IN jtf_number_table := NULL,
1968: p_last_update_date IN jtf_date_table := NULL,
1969: p_last_updated_by IN jtf_number_table := NULL,
1970: p_last_update_login IN jtf_number_table := NULL,
1971: p_request_id IN jtf_number_table := NULL,
1972: p_program_application_id IN jtf_number_table := NULL,
1973: p_program_id IN jtf_number_table := NULL,

Line 1970: p_last_update_login IN jtf_number_table := NULL,

1966: p_creation_date IN jtf_date_table := NULL,
1967: p_created_by IN jtf_number_table := NULL,
1968: p_last_update_date IN jtf_date_table := NULL,
1969: p_last_updated_by IN jtf_number_table := NULL,
1970: p_last_update_login IN jtf_number_table := NULL,
1971: p_request_id IN jtf_number_table := NULL,
1972: p_program_application_id IN jtf_number_table := NULL,
1973: p_program_id IN jtf_number_table := NULL,
1974: p_program_update_date IN jtf_date_table := NULL,

Line 1971: p_request_id IN jtf_number_table := NULL,

1967: p_created_by IN jtf_number_table := NULL,
1968: p_last_update_date IN jtf_date_table := NULL,
1969: p_last_updated_by IN jtf_number_table := NULL,
1970: p_last_update_login IN jtf_number_table := NULL,
1971: p_request_id IN jtf_number_table := NULL,
1972: p_program_application_id IN jtf_number_table := NULL,
1973: p_program_id IN jtf_number_table := NULL,
1974: p_program_update_date IN jtf_date_table := NULL,
1975: p_quote_line_id IN jtf_number_table := NULL,

Line 1972: p_program_application_id IN jtf_number_table := NULL,

1968: p_last_update_date IN jtf_date_table := NULL,
1969: p_last_updated_by IN jtf_number_table := NULL,
1970: p_last_update_login IN jtf_number_table := NULL,
1971: p_request_id IN jtf_number_table := NULL,
1972: p_program_application_id IN jtf_number_table := NULL,
1973: p_program_id IN jtf_number_table := NULL,
1974: p_program_update_date IN jtf_date_table := NULL,
1975: p_quote_line_id IN jtf_number_table := NULL,
1976: p_config_header_id IN jtf_number_table := NULL,

Line 1973: p_program_id IN jtf_number_table := NULL,

1969: p_last_updated_by IN jtf_number_table := NULL,
1970: p_last_update_login IN jtf_number_table := NULL,
1971: p_request_id IN jtf_number_table := NULL,
1972: p_program_application_id IN jtf_number_table := NULL,
1973: p_program_id IN jtf_number_table := NULL,
1974: p_program_update_date IN jtf_date_table := NULL,
1975: p_quote_line_id IN jtf_number_table := NULL,
1976: p_config_header_id IN jtf_number_table := NULL,
1977: p_config_revision_num IN jtf_number_table := NULL,

Line 1975: p_quote_line_id IN jtf_number_table := NULL,

1971: p_request_id IN jtf_number_table := NULL,
1972: p_program_application_id IN jtf_number_table := NULL,
1973: p_program_id IN jtf_number_table := NULL,
1974: p_program_update_date IN jtf_date_table := NULL,
1975: p_quote_line_id IN jtf_number_table := NULL,
1976: p_config_header_id IN jtf_number_table := NULL,
1977: p_config_revision_num IN jtf_number_table := NULL,
1978: p_config_item_id IN jtf_number_table := NULL,
1979: p_complete_configuration IN jtf_varchar2_table_100 := NULL,

Line 1976: p_config_header_id IN jtf_number_table := NULL,

1972: p_program_application_id IN jtf_number_table := NULL,
1973: p_program_id IN jtf_number_table := NULL,
1974: p_program_update_date IN jtf_date_table := NULL,
1975: p_quote_line_id IN jtf_number_table := NULL,
1976: p_config_header_id IN jtf_number_table := NULL,
1977: p_config_revision_num IN jtf_number_table := NULL,
1978: p_config_item_id IN jtf_number_table := NULL,
1979: p_complete_configuration IN jtf_varchar2_table_100 := NULL,
1980: p_valid_configuration_flag IN jtf_varchar2_table_100 := NULL,

Line 1977: p_config_revision_num IN jtf_number_table := NULL,

1973: p_program_id IN jtf_number_table := NULL,
1974: p_program_update_date IN jtf_date_table := NULL,
1975: p_quote_line_id IN jtf_number_table := NULL,
1976: p_config_header_id IN jtf_number_table := NULL,
1977: p_config_revision_num IN jtf_number_table := NULL,
1978: p_config_item_id IN jtf_number_table := NULL,
1979: p_complete_configuration IN jtf_varchar2_table_100 := NULL,
1980: p_valid_configuration_flag IN jtf_varchar2_table_100 := NULL,
1981: p_component_code IN jtf_varchar2_table_1200 := NULL,

Line 1978: p_config_item_id IN jtf_number_table := NULL,

1974: p_program_update_date IN jtf_date_table := NULL,
1975: p_quote_line_id IN jtf_number_table := NULL,
1976: p_config_header_id IN jtf_number_table := NULL,
1977: p_config_revision_num IN jtf_number_table := NULL,
1978: p_config_item_id IN jtf_number_table := NULL,
1979: p_complete_configuration IN jtf_varchar2_table_100 := NULL,
1980: p_valid_configuration_flag IN jtf_varchar2_table_100 := NULL,
1981: p_component_code IN jtf_varchar2_table_1200 := NULL,
1982: p_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,

Line 1983: p_service_duration IN jtf_number_table := NULL,

1979: p_complete_configuration IN jtf_varchar2_table_100 := NULL,
1980: p_valid_configuration_flag IN jtf_varchar2_table_100 := NULL,
1981: p_component_code IN jtf_varchar2_table_1200 := NULL,
1982: p_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,
1983: p_service_duration IN jtf_number_table := NULL,
1984: p_service_period IN jtf_varchar2_table_100 := NULL,
1985: p_service_unit_selling IN jtf_number_table := NULL,
1986: p_service_unit_list IN jtf_number_table := NULL,
1987: p_service_number IN jtf_number_table := NULL,

Line 1985: p_service_unit_selling IN jtf_number_table := NULL,

1981: p_component_code IN jtf_varchar2_table_1200 := NULL,
1982: p_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,
1983: p_service_duration IN jtf_number_table := NULL,
1984: p_service_period IN jtf_varchar2_table_100 := NULL,
1985: p_service_unit_selling IN jtf_number_table := NULL,
1986: p_service_unit_list IN jtf_number_table := NULL,
1987: p_service_number IN jtf_number_table := NULL,
1988: p_unit_percent_base_price IN jtf_number_table := NULL,
1989: p_attribute_category IN jtf_varchar2_table_100 := NULL,

Line 1986: p_service_unit_list IN jtf_number_table := NULL,

1982: p_service_coterminate_flag IN jtf_varchar2_table_100 := NULL,
1983: p_service_duration IN jtf_number_table := NULL,
1984: p_service_period IN jtf_varchar2_table_100 := NULL,
1985: p_service_unit_selling IN jtf_number_table := NULL,
1986: p_service_unit_list IN jtf_number_table := NULL,
1987: p_service_number IN jtf_number_table := NULL,
1988: p_unit_percent_base_price IN jtf_number_table := NULL,
1989: p_attribute_category IN jtf_varchar2_table_100 := NULL,
1990: p_attribute1 IN jtf_varchar2_table_300 := NULL,

Line 1987: p_service_number IN jtf_number_table := NULL,

1983: p_service_duration IN jtf_number_table := NULL,
1984: p_service_period IN jtf_varchar2_table_100 := NULL,
1985: p_service_unit_selling IN jtf_number_table := NULL,
1986: p_service_unit_list IN jtf_number_table := NULL,
1987: p_service_number IN jtf_number_table := NULL,
1988: p_unit_percent_base_price IN jtf_number_table := NULL,
1989: p_attribute_category IN jtf_varchar2_table_100 := NULL,
1990: p_attribute1 IN jtf_varchar2_table_300 := NULL,
1991: p_attribute2 IN jtf_varchar2_table_300 := NULL,

Line 1988: p_unit_percent_base_price IN jtf_number_table := NULL,

1984: p_service_period IN jtf_varchar2_table_100 := NULL,
1985: p_service_unit_selling IN jtf_number_table := NULL,
1986: p_service_unit_list IN jtf_number_table := NULL,
1987: p_service_number IN jtf_number_table := NULL,
1988: p_unit_percent_base_price IN jtf_number_table := NULL,
1989: p_attribute_category IN jtf_varchar2_table_100 := NULL,
1990: p_attribute1 IN jtf_varchar2_table_300 := NULL,
1991: p_attribute2 IN jtf_varchar2_table_300 := NULL,
1992: p_attribute3 IN jtf_varchar2_table_300 := NULL,

Line 2006: p_service_ref_order_number IN jtf_number_table := NULL,

2002: p_attribute13 IN jtf_varchar2_table_300 := NULL,
2003: p_attribute14 IN jtf_varchar2_table_300 := NULL,
2004: p_attribute15 IN jtf_varchar2_table_300 := NULL,
2005: p_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
2006: p_service_ref_order_number IN jtf_number_table := NULL,
2007: p_service_ref_line_number IN jtf_number_table := NULL,
2008: p_service_ref_qte_line_ind IN jtf_number_table := NULL,
2009: p_service_ref_line_id IN jtf_number_table := NULL,
2010: p_service_ref_system_id IN jtf_number_table := NULL,

Line 2007: p_service_ref_line_number IN jtf_number_table := NULL,

2003: p_attribute14 IN jtf_varchar2_table_300 := NULL,
2004: p_attribute15 IN jtf_varchar2_table_300 := NULL,
2005: p_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
2006: p_service_ref_order_number IN jtf_number_table := NULL,
2007: p_service_ref_line_number IN jtf_number_table := NULL,
2008: p_service_ref_qte_line_ind IN jtf_number_table := NULL,
2009: p_service_ref_line_id IN jtf_number_table := NULL,
2010: p_service_ref_system_id IN jtf_number_table := NULL,
2011: p_service_ref_option_numb IN jtf_number_table := NULL,

Line 2008: p_service_ref_qte_line_ind IN jtf_number_table := NULL,

2004: p_attribute15 IN jtf_varchar2_table_300 := NULL,
2005: p_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
2006: p_service_ref_order_number IN jtf_number_table := NULL,
2007: p_service_ref_line_number IN jtf_number_table := NULL,
2008: p_service_ref_qte_line_ind IN jtf_number_table := NULL,
2009: p_service_ref_line_id IN jtf_number_table := NULL,
2010: p_service_ref_system_id IN jtf_number_table := NULL,
2011: p_service_ref_option_numb IN jtf_number_table := NULL,
2012: p_service_ref_shipment IN jtf_number_table := NULL,

Line 2009: p_service_ref_line_id IN jtf_number_table := NULL,

2005: p_service_ref_type_code IN jtf_varchar2_table_100 := NULL,
2006: p_service_ref_order_number IN jtf_number_table := NULL,
2007: p_service_ref_line_number IN jtf_number_table := NULL,
2008: p_service_ref_qte_line_ind IN jtf_number_table := NULL,
2009: p_service_ref_line_id IN jtf_number_table := NULL,
2010: p_service_ref_system_id IN jtf_number_table := NULL,
2011: p_service_ref_option_numb IN jtf_number_table := NULL,
2012: p_service_ref_shipment IN jtf_number_table := NULL,
2013: p_return_ref_type IN jtf_varchar2_table_100 := NULL,

Line 2010: p_service_ref_system_id IN jtf_number_table := NULL,

2006: p_service_ref_order_number IN jtf_number_table := NULL,
2007: p_service_ref_line_number IN jtf_number_table := NULL,
2008: p_service_ref_qte_line_ind IN jtf_number_table := NULL,
2009: p_service_ref_line_id IN jtf_number_table := NULL,
2010: p_service_ref_system_id IN jtf_number_table := NULL,
2011: p_service_ref_option_numb IN jtf_number_table := NULL,
2012: p_service_ref_shipment IN jtf_number_table := NULL,
2013: p_return_ref_type IN jtf_varchar2_table_100 := NULL,
2014: p_return_ref_header_id IN jtf_number_table := NULL,

Line 2011: p_service_ref_option_numb IN jtf_number_table := NULL,

2007: p_service_ref_line_number IN jtf_number_table := NULL,
2008: p_service_ref_qte_line_ind IN jtf_number_table := NULL,
2009: p_service_ref_line_id IN jtf_number_table := NULL,
2010: p_service_ref_system_id IN jtf_number_table := NULL,
2011: p_service_ref_option_numb IN jtf_number_table := NULL,
2012: p_service_ref_shipment IN jtf_number_table := NULL,
2013: p_return_ref_type IN jtf_varchar2_table_100 := NULL,
2014: p_return_ref_header_id IN jtf_number_table := NULL,
2015: p_return_ref_line_id IN jtf_number_table := NULL,

Line 2012: p_service_ref_shipment IN jtf_number_table := NULL,

2008: p_service_ref_qte_line_ind IN jtf_number_table := NULL,
2009: p_service_ref_line_id IN jtf_number_table := NULL,
2010: p_service_ref_system_id IN jtf_number_table := NULL,
2011: p_service_ref_option_numb IN jtf_number_table := NULL,
2012: p_service_ref_shipment IN jtf_number_table := NULL,
2013: p_return_ref_type IN jtf_varchar2_table_100 := NULL,
2014: p_return_ref_header_id IN jtf_number_table := NULL,
2015: p_return_ref_line_id IN jtf_number_table := NULL,
2016: p_return_attribute1 IN jtf_varchar2_table_300 := NULL,

Line 2014: p_return_ref_header_id IN jtf_number_table := NULL,

2010: p_service_ref_system_id IN jtf_number_table := NULL,
2011: p_service_ref_option_numb IN jtf_number_table := NULL,
2012: p_service_ref_shipment IN jtf_number_table := NULL,
2013: p_return_ref_type IN jtf_varchar2_table_100 := NULL,
2014: p_return_ref_header_id IN jtf_number_table := NULL,
2015: p_return_ref_line_id IN jtf_number_table := NULL,
2016: p_return_attribute1 IN jtf_varchar2_table_300 := NULL,
2017: p_return_attribute2 IN jtf_varchar2_table_300 := NULL,
2018: p_return_attribute3 IN jtf_varchar2_table_300 := NULL,

Line 2015: p_return_ref_line_id IN jtf_number_table := NULL,

2011: p_service_ref_option_numb IN jtf_number_table := NULL,
2012: p_service_ref_shipment IN jtf_number_table := NULL,
2013: p_return_ref_type IN jtf_varchar2_table_100 := NULL,
2014: p_return_ref_header_id IN jtf_number_table := NULL,
2015: p_return_ref_line_id IN jtf_number_table := NULL,
2016: p_return_attribute1 IN jtf_varchar2_table_300 := NULL,
2017: p_return_attribute2 IN jtf_varchar2_table_300 := NULL,
2018: p_return_attribute3 IN jtf_varchar2_table_300 := NULL,
2019: p_return_attribute4 IN jtf_varchar2_table_300 := NULL,

Line 2032: p_qte_line_index IN jtf_number_table := NULL,

2028: p_return_attribute13 IN jtf_varchar2_table_300 := NULL,
2029: p_return_attribute14 IN jtf_varchar2_table_300 := NULL,
2030: p_return_attribute15 IN jtf_varchar2_table_300 := NULL,
2031: p_operation_code IN jtf_varchar2_table_100 := NULL,
2032: p_qte_line_index IN jtf_number_table := NULL,
2033: p_return_attr_category IN jtf_varchar2_table_100 := NULL,
2034: p_return_reason_code IN jtf_varchar2_table_100 := NULL,
2035: p_change_reason_code IN jtf_varchar2_table_100 := NULL,
2036: p_attribute16 IN jtf_varchar2_table_300 := NULL,

Line 2041: p_top_model_line_id IN jtf_number_table := NULL,

2037: p_attribute17 IN jtf_varchar2_table_300 := NULL,
2038: p_attribute18 IN jtf_varchar2_table_300 := NULL,
2039: p_attribute19 IN jtf_varchar2_table_300 := NULL,
2040: p_attribute20 IN jtf_varchar2_table_300 := NULL,
2041: p_top_model_line_id IN jtf_number_table := NULL,
2042: p_top_model_line_index IN jtf_number_table := NULL,
2043: p_ato_line_id IN jtf_number_table := NULL,
2044: p_ato_line_index IN jtf_number_table := NULL,
2045: p_component_sequence_id IN jtf_number_table := NULL,

Line 2042: p_top_model_line_index IN jtf_number_table := NULL,

2038: p_attribute18 IN jtf_varchar2_table_300 := NULL,
2039: p_attribute19 IN jtf_varchar2_table_300 := NULL,
2040: p_attribute20 IN jtf_varchar2_table_300 := NULL,
2041: p_top_model_line_id IN jtf_number_table := NULL,
2042: p_top_model_line_index IN jtf_number_table := NULL,
2043: p_ato_line_id IN jtf_number_table := NULL,
2044: p_ato_line_index IN jtf_number_table := NULL,
2045: p_component_sequence_id IN jtf_number_table := NULL,
2046: p_object_version_number IN jtf_number_table := NULL

Line 2043: p_ato_line_id IN jtf_number_table := NULL,

2039: p_attribute19 IN jtf_varchar2_table_300 := NULL,
2040: p_attribute20 IN jtf_varchar2_table_300 := NULL,
2041: p_top_model_line_id IN jtf_number_table := NULL,
2042: p_top_model_line_index IN jtf_number_table := NULL,
2043: p_ato_line_id IN jtf_number_table := NULL,
2044: p_ato_line_index IN jtf_number_table := NULL,
2045: p_component_sequence_id IN jtf_number_table := NULL,
2046: p_object_version_number IN jtf_number_table := NULL
2047:

Line 2044: p_ato_line_index IN jtf_number_table := NULL,

2040: p_attribute20 IN jtf_varchar2_table_300 := NULL,
2041: p_top_model_line_id IN jtf_number_table := NULL,
2042: p_top_model_line_index IN jtf_number_table := NULL,
2043: p_ato_line_id IN jtf_number_table := NULL,
2044: p_ato_line_index IN jtf_number_table := NULL,
2045: p_component_sequence_id IN jtf_number_table := NULL,
2046: p_object_version_number IN jtf_number_table := NULL
2047:
2048: )

Line 2045: p_component_sequence_id IN jtf_number_table := NULL,

2041: p_top_model_line_id IN jtf_number_table := NULL,
2042: p_top_model_line_index IN jtf_number_table := NULL,
2043: p_ato_line_id IN jtf_number_table := NULL,
2044: p_ato_line_index IN jtf_number_table := NULL,
2045: p_component_sequence_id IN jtf_number_table := NULL,
2046: p_object_version_number IN jtf_number_table := NULL
2047:
2048: )
2049: RETURN ASO_Quote_Pub.Qte_Line_Dtl_Tbl_Type

Line 2046: p_object_version_number IN jtf_number_table := NULL

2042: p_top_model_line_index IN jtf_number_table := NULL,
2043: p_ato_line_id IN jtf_number_table := NULL,
2044: p_ato_line_index IN jtf_number_table := NULL,
2045: p_component_sequence_id IN jtf_number_table := NULL,
2046: p_object_version_number IN jtf_number_table := NULL
2047:
2048: )
2049: RETURN ASO_Quote_Pub.Qte_Line_Dtl_Tbl_Type
2050: IS

Line 2463: p_line_relationship_id IN jtf_number_table := NULL,

2459:
2460:
2461: -- there IS total 17 fields here IN line
2462: FUNCTION Construct_Line_Rltship_Tbl(
2463: p_line_relationship_id IN jtf_number_table := NULL,
2464: p_creation_date IN jtf_date_table := NULL,
2465: p_created_by IN jtf_number_table := NULL,
2466: p_last_updated_by IN jtf_number_table := NULL,
2467: p_last_update_date IN jtf_date_table := NULL,

Line 2465: p_created_by IN jtf_number_table := NULL,

2461: -- there IS total 17 fields here IN line
2462: FUNCTION Construct_Line_Rltship_Tbl(
2463: p_line_relationship_id IN jtf_number_table := NULL,
2464: p_creation_date IN jtf_date_table := NULL,
2465: p_created_by IN jtf_number_table := NULL,
2466: p_last_updated_by IN jtf_number_table := NULL,
2467: p_last_update_date IN jtf_date_table := NULL,
2468: p_last_update_login IN jtf_number_table := NULL,
2469: p_request_id IN jtf_number_table := NULL,

Line 2466: p_last_updated_by IN jtf_number_table := NULL,

2462: FUNCTION Construct_Line_Rltship_Tbl(
2463: p_line_relationship_id IN jtf_number_table := NULL,
2464: p_creation_date IN jtf_date_table := NULL,
2465: p_created_by IN jtf_number_table := NULL,
2466: p_last_updated_by IN jtf_number_table := NULL,
2467: p_last_update_date IN jtf_date_table := NULL,
2468: p_last_update_login IN jtf_number_table := NULL,
2469: p_request_id IN jtf_number_table := NULL,
2470: p_program_application_id IN jtf_number_table := NULL,

Line 2468: p_last_update_login IN jtf_number_table := NULL,

2464: p_creation_date IN jtf_date_table := NULL,
2465: p_created_by IN jtf_number_table := NULL,
2466: p_last_updated_by IN jtf_number_table := NULL,
2467: p_last_update_date IN jtf_date_table := NULL,
2468: p_last_update_login IN jtf_number_table := NULL,
2469: p_request_id IN jtf_number_table := NULL,
2470: p_program_application_id IN jtf_number_table := NULL,
2471: p_program_id IN jtf_number_table := NULL,
2472: p_program_update_date IN jtf_date_table := NULL,

Line 2469: p_request_id IN jtf_number_table := NULL,

2465: p_created_by IN jtf_number_table := NULL,
2466: p_last_updated_by IN jtf_number_table := NULL,
2467: p_last_update_date IN jtf_date_table := NULL,
2468: p_last_update_login IN jtf_number_table := NULL,
2469: p_request_id IN jtf_number_table := NULL,
2470: p_program_application_id IN jtf_number_table := NULL,
2471: p_program_id IN jtf_number_table := NULL,
2472: p_program_update_date IN jtf_date_table := NULL,
2473: p_quote_line_id IN jtf_number_table := NULL,

Line 2470: p_program_application_id IN jtf_number_table := NULL,

2466: p_last_updated_by IN jtf_number_table := NULL,
2467: p_last_update_date IN jtf_date_table := NULL,
2468: p_last_update_login IN jtf_number_table := NULL,
2469: p_request_id IN jtf_number_table := NULL,
2470: p_program_application_id IN jtf_number_table := NULL,
2471: p_program_id IN jtf_number_table := NULL,
2472: p_program_update_date IN jtf_date_table := NULL,
2473: p_quote_line_id IN jtf_number_table := NULL,
2474: p_related_quote_line_id IN jtf_number_table := NULL,

Line 2471: p_program_id IN jtf_number_table := NULL,

2467: p_last_update_date IN jtf_date_table := NULL,
2468: p_last_update_login IN jtf_number_table := NULL,
2469: p_request_id IN jtf_number_table := NULL,
2470: p_program_application_id IN jtf_number_table := NULL,
2471: p_program_id IN jtf_number_table := NULL,
2472: p_program_update_date IN jtf_date_table := NULL,
2473: p_quote_line_id IN jtf_number_table := NULL,
2474: p_related_quote_line_id IN jtf_number_table := NULL,
2475: p_relationship_type_code IN jtf_varchar2_table_100 := NULL,

Line 2473: p_quote_line_id IN jtf_number_table := NULL,

2469: p_request_id IN jtf_number_table := NULL,
2470: p_program_application_id IN jtf_number_table := NULL,
2471: p_program_id IN jtf_number_table := NULL,
2472: p_program_update_date IN jtf_date_table := NULL,
2473: p_quote_line_id IN jtf_number_table := NULL,
2474: p_related_quote_line_id IN jtf_number_table := NULL,
2475: p_relationship_type_code IN jtf_varchar2_table_100 := NULL,
2476: p_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
2477: p_qte_line_index IN jtf_number_table := NULL,

Line 2474: p_related_quote_line_id IN jtf_number_table := NULL,

2470: p_program_application_id IN jtf_number_table := NULL,
2471: p_program_id IN jtf_number_table := NULL,
2472: p_program_update_date IN jtf_date_table := NULL,
2473: p_quote_line_id IN jtf_number_table := NULL,
2474: p_related_quote_line_id IN jtf_number_table := NULL,
2475: p_relationship_type_code IN jtf_varchar2_table_100 := NULL,
2476: p_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
2477: p_qte_line_index IN jtf_number_table := NULL,
2478: p_related_qte_line_index IN jtf_number_table := NULL,

Line 2477: p_qte_line_index IN jtf_number_table := NULL,

2473: p_quote_line_id IN jtf_number_table := NULL,
2474: p_related_quote_line_id IN jtf_number_table := NULL,
2475: p_relationship_type_code IN jtf_varchar2_table_100 := NULL,
2476: p_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
2477: p_qte_line_index IN jtf_number_table := NULL,
2478: p_related_qte_line_index IN jtf_number_table := NULL,
2479: p_operation_code IN jtf_varchar2_table_100 := NULL,
2480: p_object_version_number IN jtf_number_table := NULL
2481: )

Line 2478: p_related_qte_line_index IN jtf_number_table := NULL,

2474: p_related_quote_line_id IN jtf_number_table := NULL,
2475: p_relationship_type_code IN jtf_varchar2_table_100 := NULL,
2476: p_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
2477: p_qte_line_index IN jtf_number_table := NULL,
2478: p_related_qte_line_index IN jtf_number_table := NULL,
2479: p_operation_code IN jtf_varchar2_table_100 := NULL,
2480: p_object_version_number IN jtf_number_table := NULL
2481: )
2482: RETURN ASO_Quote_Pub.Line_Rltship_Tbl_Type

Line 2480: p_object_version_number IN jtf_number_table := NULL

2476: p_reciprocal_flag IN jtf_varchar2_table_100 := NULL,
2477: p_qte_line_index IN jtf_number_table := NULL,
2478: p_related_qte_line_index IN jtf_number_table := NULL,
2479: p_operation_code IN jtf_varchar2_table_100 := NULL,
2480: p_object_version_number IN jtf_number_table := NULL
2481: )
2482: RETURN ASO_Quote_Pub.Line_Rltship_Tbl_Type
2483: IS
2484: l_line_rltship_tbl ASO_Quote_Pub.Line_Rltship_Tbl_Type;

Line 2620: p_qte_line_index IN jtf_number_table := NULL,

2616:
2617: -- there IS total 43 fields here IN line
2618: FUNCTION Construct_Payment_Tbl(
2619: p_operation_code IN jtf_varchar2_table_100 := NULL,
2620: p_qte_line_index IN jtf_number_table := NULL,
2621: p_payment_id IN jtf_number_table := NULL,
2622: p_creation_date IN jtf_date_table := NULL,
2623: p_created_by IN jtf_number_table := NULL,
2624: p_last_update_date IN jtf_date_table := NULL,

Line 2621: p_payment_id IN jtf_number_table := NULL,

2617: -- there IS total 43 fields here IN line
2618: FUNCTION Construct_Payment_Tbl(
2619: p_operation_code IN jtf_varchar2_table_100 := NULL,
2620: p_qte_line_index IN jtf_number_table := NULL,
2621: p_payment_id IN jtf_number_table := NULL,
2622: p_creation_date IN jtf_date_table := NULL,
2623: p_created_by IN jtf_number_table := NULL,
2624: p_last_update_date IN jtf_date_table := NULL,
2625: p_last_updated_by IN jtf_number_table := NULL,

Line 2623: p_created_by IN jtf_number_table := NULL,

2619: p_operation_code IN jtf_varchar2_table_100 := NULL,
2620: p_qte_line_index IN jtf_number_table := NULL,
2621: p_payment_id IN jtf_number_table := NULL,
2622: p_creation_date IN jtf_date_table := NULL,
2623: p_created_by IN jtf_number_table := NULL,
2624: p_last_update_date IN jtf_date_table := NULL,
2625: p_last_updated_by IN jtf_number_table := NULL,
2626: p_last_update_login IN jtf_number_table := NULL,
2627: p_request_id IN jtf_number_table := NULL,

Line 2625: p_last_updated_by IN jtf_number_table := NULL,

2621: p_payment_id IN jtf_number_table := NULL,
2622: p_creation_date IN jtf_date_table := NULL,
2623: p_created_by IN jtf_number_table := NULL,
2624: p_last_update_date IN jtf_date_table := NULL,
2625: p_last_updated_by IN jtf_number_table := NULL,
2626: p_last_update_login IN jtf_number_table := NULL,
2627: p_request_id IN jtf_number_table := NULL,
2628: p_program_application_id IN jtf_number_table := NULL,
2629: p_program_id IN jtf_number_table := NULL,

Line 2626: p_last_update_login IN jtf_number_table := NULL,

2622: p_creation_date IN jtf_date_table := NULL,
2623: p_created_by IN jtf_number_table := NULL,
2624: p_last_update_date IN jtf_date_table := NULL,
2625: p_last_updated_by IN jtf_number_table := NULL,
2626: p_last_update_login IN jtf_number_table := NULL,
2627: p_request_id IN jtf_number_table := NULL,
2628: p_program_application_id IN jtf_number_table := NULL,
2629: p_program_id IN jtf_number_table := NULL,
2630: p_program_update_date IN jtf_date_table := NULL,

Line 2627: p_request_id IN jtf_number_table := NULL,

2623: p_created_by IN jtf_number_table := NULL,
2624: p_last_update_date IN jtf_date_table := NULL,
2625: p_last_updated_by IN jtf_number_table := NULL,
2626: p_last_update_login IN jtf_number_table := NULL,
2627: p_request_id IN jtf_number_table := NULL,
2628: p_program_application_id IN jtf_number_table := NULL,
2629: p_program_id IN jtf_number_table := NULL,
2630: p_program_update_date IN jtf_date_table := NULL,
2631: p_quote_header_id IN jtf_number_table := NULL,

Line 2628: p_program_application_id IN jtf_number_table := NULL,

2624: p_last_update_date IN jtf_date_table := NULL,
2625: p_last_updated_by IN jtf_number_table := NULL,
2626: p_last_update_login IN jtf_number_table := NULL,
2627: p_request_id IN jtf_number_table := NULL,
2628: p_program_application_id IN jtf_number_table := NULL,
2629: p_program_id IN jtf_number_table := NULL,
2630: p_program_update_date IN jtf_date_table := NULL,
2631: p_quote_header_id IN jtf_number_table := NULL,
2632: p_quote_line_id IN jtf_number_table := NULL,

Line 2629: p_program_id IN jtf_number_table := NULL,

2625: p_last_updated_by IN jtf_number_table := NULL,
2626: p_last_update_login IN jtf_number_table := NULL,
2627: p_request_id IN jtf_number_table := NULL,
2628: p_program_application_id IN jtf_number_table := NULL,
2629: p_program_id IN jtf_number_table := NULL,
2630: p_program_update_date IN jtf_date_table := NULL,
2631: p_quote_header_id IN jtf_number_table := NULL,
2632: p_quote_line_id IN jtf_number_table := NULL,
2633: p_payment_type_code IN jtf_varchar2_table_100 := NULL,

Line 2631: p_quote_header_id IN jtf_number_table := NULL,

2627: p_request_id IN jtf_number_table := NULL,
2628: p_program_application_id IN jtf_number_table := NULL,
2629: p_program_id IN jtf_number_table := NULL,
2630: p_program_update_date IN jtf_date_table := NULL,
2631: p_quote_header_id IN jtf_number_table := NULL,
2632: p_quote_line_id IN jtf_number_table := NULL,
2633: p_payment_type_code IN jtf_varchar2_table_100 := NULL,
2634: p_payment_ref_number IN jtf_varchar2_table_300 := NULL,
2635: p_payment_option IN jtf_varchar2_table_300 := NULL,

Line 2632: p_quote_line_id IN jtf_number_table := NULL,

2628: p_program_application_id IN jtf_number_table := NULL,
2629: p_program_id IN jtf_number_table := NULL,
2630: p_program_update_date IN jtf_date_table := NULL,
2631: p_quote_header_id IN jtf_number_table := NULL,
2632: p_quote_line_id IN jtf_number_table := NULL,
2633: p_payment_type_code IN jtf_varchar2_table_100 := NULL,
2634: p_payment_ref_number IN jtf_varchar2_table_300 := NULL,
2635: p_payment_option IN jtf_varchar2_table_300 := NULL,
2636: p_payment_term_id IN jtf_number_table := NULL,

Line 2636: p_payment_term_id IN jtf_number_table := NULL,

2632: p_quote_line_id IN jtf_number_table := NULL,
2633: p_payment_type_code IN jtf_varchar2_table_100 := NULL,
2634: p_payment_ref_number IN jtf_varchar2_table_300 := NULL,
2635: p_payment_option IN jtf_varchar2_table_300 := NULL,
2636: p_payment_term_id IN jtf_number_table := NULL,
2637: p_credit_card_code IN jtf_varchar2_table_100 := NULL,
2638: p_credit_card_holder_name IN jtf_varchar2_table_100 := NULL,
2639: p_credit_card_exp_date IN jtf_date_table := NULL,
2640: p_credit_card_approval_code IN jtf_varchar2_table_100 := NULL,

Line 2642: p_payment_amount IN jtf_number_table := NULL,

2638: p_credit_card_holder_name IN jtf_varchar2_table_100 := NULL,
2639: p_credit_card_exp_date IN jtf_date_table := NULL,
2640: p_credit_card_approval_code IN jtf_varchar2_table_100 := NULL,
2641: p_credit_card_approval_date IN jtf_date_table := NULL,
2642: p_payment_amount IN jtf_number_table := NULL,
2643: p_attribute_category IN jtf_varchar2_table_100 := NULL,
2644: p_attribute1 IN jtf_varchar2_table_300 := NULL,
2645: p_attribute2 IN jtf_varchar2_table_300 := NULL,
2646: p_attribute3 IN jtf_varchar2_table_300 := NULL,

Line 2659: p_shipment_index IN jtf_number_table := NULL,

2655: p_attribute12 IN jtf_varchar2_table_300 := NULL,
2656: p_attribute13 IN jtf_varchar2_table_300 := NULL,
2657: p_attribute14 IN jtf_varchar2_table_300 := NULL,
2658: p_attribute15 IN jtf_varchar2_table_300 := NULL,
2659: p_shipment_index IN jtf_number_table := NULL,
2660: p_quote_shipment_id IN jtf_number_table := NULL,
2661: p_cust_po_number IN jtf_varchar2_table_100 := NULL,
2662: p_cust_po_line_number IN jtf_varchar2_table_100 := NULL,
2663: p_attribute16 IN jtf_varchar2_table_300 := NULL,

Line 2660: p_quote_shipment_id IN jtf_number_table := NULL,

2656: p_attribute13 IN jtf_varchar2_table_300 := NULL,
2657: p_attribute14 IN jtf_varchar2_table_300 := NULL,
2658: p_attribute15 IN jtf_varchar2_table_300 := NULL,
2659: p_shipment_index IN jtf_number_table := NULL,
2660: p_quote_shipment_id IN jtf_number_table := NULL,
2661: p_cust_po_number IN jtf_varchar2_table_100 := NULL,
2662: p_cust_po_line_number IN jtf_varchar2_table_100 := NULL,
2663: p_attribute16 IN jtf_varchar2_table_300 := NULL,
2664: p_attribute17 IN jtf_varchar2_table_300 := NULL,

Line 2668: p_trxn_extension_id IN jtf_number_table := NULL,

2664: p_attribute17 IN jtf_varchar2_table_300 := NULL,
2665: p_attribute18 IN jtf_varchar2_table_300 := NULL,
2666: p_attribute19 IN jtf_varchar2_table_300 := NULL,
2667: p_attribute20 IN jtf_varchar2_table_300 := NULL,
2668: p_trxn_extension_id IN jtf_number_table := NULL,
2669: p_instrument_id IN jtf_number_table := NULL,
2670: p_instr_assignment_id IN jtf_number_table := NULL,
2671: p_cvv2 IN jtf_varchar2_table_100 := NULL,
2672: p_object_version_number IN jtf_number_table := NULL

Line 2669: p_instrument_id IN jtf_number_table := NULL,

2665: p_attribute18 IN jtf_varchar2_table_300 := NULL,
2666: p_attribute19 IN jtf_varchar2_table_300 := NULL,
2667: p_attribute20 IN jtf_varchar2_table_300 := NULL,
2668: p_trxn_extension_id IN jtf_number_table := NULL,
2669: p_instrument_id IN jtf_number_table := NULL,
2670: p_instr_assignment_id IN jtf_number_table := NULL,
2671: p_cvv2 IN jtf_varchar2_table_100 := NULL,
2672: p_object_version_number IN jtf_number_table := NULL
2673:

Line 2670: p_instr_assignment_id IN jtf_number_table := NULL,

2666: p_attribute19 IN jtf_varchar2_table_300 := NULL,
2667: p_attribute20 IN jtf_varchar2_table_300 := NULL,
2668: p_trxn_extension_id IN jtf_number_table := NULL,
2669: p_instrument_id IN jtf_number_table := NULL,
2670: p_instr_assignment_id IN jtf_number_table := NULL,
2671: p_cvv2 IN jtf_varchar2_table_100 := NULL,
2672: p_object_version_number IN jtf_number_table := NULL
2673:
2674: )

Line 2672: p_object_version_number IN jtf_number_table := NULL

2668: p_trxn_extension_id IN jtf_number_table := NULL,
2669: p_instrument_id IN jtf_number_table := NULL,
2670: p_instr_assignment_id IN jtf_number_table := NULL,
2671: p_cvv2 IN jtf_varchar2_table_100 := NULL,
2672: p_object_version_number IN jtf_number_table := NULL
2673:
2674: )
2675: RETURN ASO_Quote_Pub.Payment_Tbl_Type
2676: IS

Line 3516: p_qte_line_index IN jtf_number_table := NULL,

3512:
3513: -- there IS total 67 fields here IN line
3514: FUNCTION Construct_Shipment_Tbl(
3515: p_operation_code IN jtf_varchar2_table_100 := NULL,
3516: p_qte_line_index IN jtf_number_table := NULL,
3517: p_shipment_id IN jtf_number_table := NULL,
3518: p_creation_date IN jtf_date_table := NULL,
3519: p_created_by IN jtf_number_table := NULL,
3520: p_last_update_date IN jtf_date_table := NULL,

Line 3517: p_shipment_id IN jtf_number_table := NULL,

3513: -- there IS total 67 fields here IN line
3514: FUNCTION Construct_Shipment_Tbl(
3515: p_operation_code IN jtf_varchar2_table_100 := NULL,
3516: p_qte_line_index IN jtf_number_table := NULL,
3517: p_shipment_id IN jtf_number_table := NULL,
3518: p_creation_date IN jtf_date_table := NULL,
3519: p_created_by IN jtf_number_table := NULL,
3520: p_last_update_date IN jtf_date_table := NULL,
3521: p_last_updated_by IN jtf_number_table := NULL,

Line 3519: p_created_by IN jtf_number_table := NULL,

3515: p_operation_code IN jtf_varchar2_table_100 := NULL,
3516: p_qte_line_index IN jtf_number_table := NULL,
3517: p_shipment_id IN jtf_number_table := NULL,
3518: p_creation_date IN jtf_date_table := NULL,
3519: p_created_by IN jtf_number_table := NULL,
3520: p_last_update_date IN jtf_date_table := NULL,
3521: p_last_updated_by IN jtf_number_table := NULL,
3522: p_last_update_login IN jtf_number_table := NULL,
3523: p_request_id IN jtf_number_table := NULL,

Line 3521: p_last_updated_by IN jtf_number_table := NULL,

3517: p_shipment_id IN jtf_number_table := NULL,
3518: p_creation_date IN jtf_date_table := NULL,
3519: p_created_by IN jtf_number_table := NULL,
3520: p_last_update_date IN jtf_date_table := NULL,
3521: p_last_updated_by IN jtf_number_table := NULL,
3522: p_last_update_login IN jtf_number_table := NULL,
3523: p_request_id IN jtf_number_table := NULL,
3524: p_program_application_id IN jtf_number_table := NULL,
3525: p_program_id IN jtf_number_table := NULL,

Line 3522: p_last_update_login IN jtf_number_table := NULL,

3518: p_creation_date IN jtf_date_table := NULL,
3519: p_created_by IN jtf_number_table := NULL,
3520: p_last_update_date IN jtf_date_table := NULL,
3521: p_last_updated_by IN jtf_number_table := NULL,
3522: p_last_update_login IN jtf_number_table := NULL,
3523: p_request_id IN jtf_number_table := NULL,
3524: p_program_application_id IN jtf_number_table := NULL,
3525: p_program_id IN jtf_number_table := NULL,
3526: p_program_update_date IN jtf_date_table := NULL,

Line 3523: p_request_id IN jtf_number_table := NULL,

3519: p_created_by IN jtf_number_table := NULL,
3520: p_last_update_date IN jtf_date_table := NULL,
3521: p_last_updated_by IN jtf_number_table := NULL,
3522: p_last_update_login IN jtf_number_table := NULL,
3523: p_request_id IN jtf_number_table := NULL,
3524: p_program_application_id IN jtf_number_table := NULL,
3525: p_program_id IN jtf_number_table := NULL,
3526: p_program_update_date IN jtf_date_table := NULL,
3527: p_quote_header_id IN jtf_number_table := NULL,

Line 3524: p_program_application_id IN jtf_number_table := NULL,

3520: p_last_update_date IN jtf_date_table := NULL,
3521: p_last_updated_by IN jtf_number_table := NULL,
3522: p_last_update_login IN jtf_number_table := NULL,
3523: p_request_id IN jtf_number_table := NULL,
3524: p_program_application_id IN jtf_number_table := NULL,
3525: p_program_id IN jtf_number_table := NULL,
3526: p_program_update_date IN jtf_date_table := NULL,
3527: p_quote_header_id IN jtf_number_table := NULL,
3528: p_quote_line_id IN jtf_number_table := NULL,

Line 3525: p_program_id IN jtf_number_table := NULL,

3521: p_last_updated_by IN jtf_number_table := NULL,
3522: p_last_update_login IN jtf_number_table := NULL,
3523: p_request_id IN jtf_number_table := NULL,
3524: p_program_application_id IN jtf_number_table := NULL,
3525: p_program_id IN jtf_number_table := NULL,
3526: p_program_update_date IN jtf_date_table := NULL,
3527: p_quote_header_id IN jtf_number_table := NULL,
3528: p_quote_line_id IN jtf_number_table := NULL,
3529: p_promise_date IN jtf_date_table := NULL,

Line 3527: p_quote_header_id IN jtf_number_table := NULL,

3523: p_request_id IN jtf_number_table := NULL,
3524: p_program_application_id IN jtf_number_table := NULL,
3525: p_program_id IN jtf_number_table := NULL,
3526: p_program_update_date IN jtf_date_table := NULL,
3527: p_quote_header_id IN jtf_number_table := NULL,
3528: p_quote_line_id IN jtf_number_table := NULL,
3529: p_promise_date IN jtf_date_table := NULL,
3530: p_request_date IN jtf_date_table := NULL,
3531: p_schedule_ship_date IN jtf_date_table := NULL,

Line 3528: p_quote_line_id IN jtf_number_table := NULL,

3524: p_program_application_id IN jtf_number_table := NULL,
3525: p_program_id IN jtf_number_table := NULL,
3526: p_program_update_date IN jtf_date_table := NULL,
3527: p_quote_header_id IN jtf_number_table := NULL,
3528: p_quote_line_id IN jtf_number_table := NULL,
3529: p_promise_date IN jtf_date_table := NULL,
3530: p_request_date IN jtf_date_table := NULL,
3531: p_schedule_ship_date IN jtf_date_table := NULL,
3532: p_ship_to_party_site_id IN jtf_number_table := NULL,

Line 3532: p_ship_to_party_site_id IN jtf_number_table := NULL,

3528: p_quote_line_id IN jtf_number_table := NULL,
3529: p_promise_date IN jtf_date_table := NULL,
3530: p_request_date IN jtf_date_table := NULL,
3531: p_schedule_ship_date IN jtf_date_table := NULL,
3532: p_ship_to_party_site_id IN jtf_number_table := NULL,
3533: p_ship_to_party_id IN jtf_number_table := NULL,
3534: p_ship_to_cust_account_id IN jtf_number_table := NULL,
3535: p_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
3536: p_ship_set_id IN jtf_number_table := NULL,

Line 3533: p_ship_to_party_id IN jtf_number_table := NULL,

3529: p_promise_date IN jtf_date_table := NULL,
3530: p_request_date IN jtf_date_table := NULL,
3531: p_schedule_ship_date IN jtf_date_table := NULL,
3532: p_ship_to_party_site_id IN jtf_number_table := NULL,
3533: p_ship_to_party_id IN jtf_number_table := NULL,
3534: p_ship_to_cust_account_id IN jtf_number_table := NULL,
3535: p_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
3536: p_ship_set_id IN jtf_number_table := NULL,
3537: p_ship_method_code IN jtf_varchar2_table_100 := NULL,

Line 3534: p_ship_to_cust_account_id IN jtf_number_table := NULL,

3530: p_request_date IN jtf_date_table := NULL,
3531: p_schedule_ship_date IN jtf_date_table := NULL,
3532: p_ship_to_party_site_id IN jtf_number_table := NULL,
3533: p_ship_to_party_id IN jtf_number_table := NULL,
3534: p_ship_to_cust_account_id IN jtf_number_table := NULL,
3535: p_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
3536: p_ship_set_id IN jtf_number_table := NULL,
3537: p_ship_method_code IN jtf_varchar2_table_100 := NULL,
3538: p_freight_terms_code IN jtf_varchar2_table_100 := NULL,

Line 3536: p_ship_set_id IN jtf_number_table := NULL,

3532: p_ship_to_party_site_id IN jtf_number_table := NULL,
3533: p_ship_to_party_id IN jtf_number_table := NULL,
3534: p_ship_to_cust_account_id IN jtf_number_table := NULL,
3535: p_ship_partial_flag IN jtf_varchar2_table_300 := NULL,
3536: p_ship_set_id IN jtf_number_table := NULL,
3537: p_ship_method_code IN jtf_varchar2_table_100 := NULL,
3538: p_freight_terms_code IN jtf_varchar2_table_100 := NULL,
3539: p_freight_carrier_code IN jtf_varchar2_table_100 := NULL,
3540: p_fob_code IN jtf_varchar2_table_100 := NULL,

Line 3543: p_quantity IN jtf_number_table := NULL,

3539: p_freight_carrier_code IN jtf_varchar2_table_100 := NULL,
3540: p_fob_code IN jtf_varchar2_table_100 := NULL,
3541: p_shipping_instructions IN jtf_varchar2_table_2000 := NULL,
3542: p_packing_instructions IN jtf_varchar2_table_2000 := NULL,
3543: p_quantity IN jtf_number_table := NULL,
3544: p_reserved_quantity IN jtf_varchar2_table_300 := NULL,
3545: p_reservation_id IN jtf_number_table := NULL,
3546: p_order_line_id IN jtf_number_table := NULL,
3547: p_ship_to_party_name IN jtf_varchar2_table_300 := NULL,

Line 3545: p_reservation_id IN jtf_number_table := NULL,

3541: p_shipping_instructions IN jtf_varchar2_table_2000 := NULL,
3542: p_packing_instructions IN jtf_varchar2_table_2000 := NULL,
3543: p_quantity IN jtf_number_table := NULL,
3544: p_reserved_quantity IN jtf_varchar2_table_300 := NULL,
3545: p_reservation_id IN jtf_number_table := NULL,
3546: p_order_line_id IN jtf_number_table := NULL,
3547: p_ship_to_party_name IN jtf_varchar2_table_300 := NULL,
3548: p_ship_to_cont_first_name IN jtf_varchar2_table_100 := NULL,
3549: p_ship_to_cont_mid_name IN jtf_varchar2_table_100 := NULL,

Line 3546: p_order_line_id IN jtf_number_table := NULL,

3542: p_packing_instructions IN jtf_varchar2_table_2000 := NULL,
3543: p_quantity IN jtf_number_table := NULL,
3544: p_reserved_quantity IN jtf_varchar2_table_300 := NULL,
3545: p_reservation_id IN jtf_number_table := NULL,
3546: p_order_line_id IN jtf_number_table := NULL,
3547: p_ship_to_party_name IN jtf_varchar2_table_300 := NULL,
3548: p_ship_to_cont_first_name IN jtf_varchar2_table_100 := NULL,
3549: p_ship_to_cont_mid_name IN jtf_varchar2_table_100 := NULL,
3550: p_ship_to_cont_last_name IN jtf_varchar2_table_100 := NULL,

Line 3578: p_ship_quote_price IN jtf_number_table := NULL,

3574: p_attribute12 IN jtf_varchar2_table_300 := NULL,
3575: p_attribute13 IN jtf_varchar2_table_300 := NULL,
3576: p_attribute14 IN jtf_varchar2_table_300 := NULL,
3577: p_attribute15 IN jtf_varchar2_table_300 := NULL,
3578: p_ship_quote_price IN jtf_number_table := NULL,
3579: p_pricing_quantity IN jtf_number_table := NULL,
3580: p_shipment_priority_code IN jtf_varchar2_table_100 := NULL,
3581: p_ship_from_org_id IN jtf_number_table := NULL,
3582: p_ship_to_cust_party_id IN jtf_number_table := NULL,

Line 3579: p_pricing_quantity IN jtf_number_table := NULL,

3575: p_attribute13 IN jtf_varchar2_table_300 := NULL,
3576: p_attribute14 IN jtf_varchar2_table_300 := NULL,
3577: p_attribute15 IN jtf_varchar2_table_300 := NULL,
3578: p_ship_quote_price IN jtf_number_table := NULL,
3579: p_pricing_quantity IN jtf_number_table := NULL,
3580: p_shipment_priority_code IN jtf_varchar2_table_100 := NULL,
3581: p_ship_from_org_id IN jtf_number_table := NULL,
3582: p_ship_to_cust_party_id IN jtf_number_table := NULL,
3583: p_attribute16 IN jtf_varchar2_table_300 := NULL,

Line 3581: p_ship_from_org_id IN jtf_number_table := NULL,

3577: p_attribute15 IN jtf_varchar2_table_300 := NULL,
3578: p_ship_quote_price IN jtf_number_table := NULL,
3579: p_pricing_quantity IN jtf_number_table := NULL,
3580: p_shipment_priority_code IN jtf_varchar2_table_100 := NULL,
3581: p_ship_from_org_id IN jtf_number_table := NULL,
3582: p_ship_to_cust_party_id IN jtf_number_table := NULL,
3583: p_attribute16 IN jtf_varchar2_table_300 := NULL,
3584: p_attribute17 IN jtf_varchar2_table_300 := NULL,
3585: p_attribute18 IN jtf_varchar2_table_300 := NULL,

Line 3582: p_ship_to_cust_party_id IN jtf_number_table := NULL,

3578: p_ship_quote_price IN jtf_number_table := NULL,
3579: p_pricing_quantity IN jtf_number_table := NULL,
3580: p_shipment_priority_code IN jtf_varchar2_table_100 := NULL,
3581: p_ship_from_org_id IN jtf_number_table := NULL,
3582: p_ship_to_cust_party_id IN jtf_number_table := NULL,
3583: p_attribute16 IN jtf_varchar2_table_300 := NULL,
3584: p_attribute17 IN jtf_varchar2_table_300 := NULL,
3585: p_attribute18 IN jtf_varchar2_table_300 := NULL,
3586: p_attribute19 IN jtf_varchar2_table_300 := NULL,

Line 3590: p_object_version_number IN jtf_number_table := NULL

3586: p_attribute19 IN jtf_varchar2_table_300 := NULL,
3587: p_attribute20 IN jtf_varchar2_table_300 := NULL,
3588: p_request_date_type IN jtf_varchar2_table_100 := NULL,
3589: p_demand_class_code IN jtf_varchar2_table_100 := NULL,
3590: p_object_version_number IN jtf_number_table := NULL
3591:
3592: )
3593: RETURN ASO_Quote_Pub.Shipment_Tbl_Type
3594: IS

Line 3960: p_qte_line_index IN jtf_number_table := NULL,

3956:
3957: -- there IS total 40 fields here IN line
3958: FUNCTION Construct_Tax_Detail_Tbl(
3959: p_operation_code IN jtf_varchar2_table_100 := NULL,
3960: p_qte_line_index IN jtf_number_table := NULL,
3961: p_shipment_index IN jtf_number_table := NULL,
3962: p_tax_detail_id IN jtf_number_table := NULL,
3963: p_quote_header_id IN jtf_number_table := NULL,
3964: p_quote_line_id IN jtf_number_table := NULL,

Line 3961: p_shipment_index IN jtf_number_table := NULL,

3957: -- there IS total 40 fields here IN line
3958: FUNCTION Construct_Tax_Detail_Tbl(
3959: p_operation_code IN jtf_varchar2_table_100 := NULL,
3960: p_qte_line_index IN jtf_number_table := NULL,
3961: p_shipment_index IN jtf_number_table := NULL,
3962: p_tax_detail_id IN jtf_number_table := NULL,
3963: p_quote_header_id IN jtf_number_table := NULL,
3964: p_quote_line_id IN jtf_number_table := NULL,
3965: p_quote_shipment_id IN jtf_number_table := NULL,

Line 3962: p_tax_detail_id IN jtf_number_table := NULL,

3958: FUNCTION Construct_Tax_Detail_Tbl(
3959: p_operation_code IN jtf_varchar2_table_100 := NULL,
3960: p_qte_line_index IN jtf_number_table := NULL,
3961: p_shipment_index IN jtf_number_table := NULL,
3962: p_tax_detail_id IN jtf_number_table := NULL,
3963: p_quote_header_id IN jtf_number_table := NULL,
3964: p_quote_line_id IN jtf_number_table := NULL,
3965: p_quote_shipment_id IN jtf_number_table := NULL,
3966: p_creation_date IN jtf_date_table := NULL,

Line 3963: p_quote_header_id IN jtf_number_table := NULL,

3959: p_operation_code IN jtf_varchar2_table_100 := NULL,
3960: p_qte_line_index IN jtf_number_table := NULL,
3961: p_shipment_index IN jtf_number_table := NULL,
3962: p_tax_detail_id IN jtf_number_table := NULL,
3963: p_quote_header_id IN jtf_number_table := NULL,
3964: p_quote_line_id IN jtf_number_table := NULL,
3965: p_quote_shipment_id IN jtf_number_table := NULL,
3966: p_creation_date IN jtf_date_table := NULL,
3967: p_created_by IN jtf_number_table := NULL,

Line 3964: p_quote_line_id IN jtf_number_table := NULL,

3960: p_qte_line_index IN jtf_number_table := NULL,
3961: p_shipment_index IN jtf_number_table := NULL,
3962: p_tax_detail_id IN jtf_number_table := NULL,
3963: p_quote_header_id IN jtf_number_table := NULL,
3964: p_quote_line_id IN jtf_number_table := NULL,
3965: p_quote_shipment_id IN jtf_number_table := NULL,
3966: p_creation_date IN jtf_date_table := NULL,
3967: p_created_by IN jtf_number_table := NULL,
3968: p_last_update_date IN jtf_date_table := NULL,

Line 3965: p_quote_shipment_id IN jtf_number_table := NULL,

3961: p_shipment_index IN jtf_number_table := NULL,
3962: p_tax_detail_id IN jtf_number_table := NULL,
3963: p_quote_header_id IN jtf_number_table := NULL,
3964: p_quote_line_id IN jtf_number_table := NULL,
3965: p_quote_shipment_id IN jtf_number_table := NULL,
3966: p_creation_date IN jtf_date_table := NULL,
3967: p_created_by IN jtf_number_table := NULL,
3968: p_last_update_date IN jtf_date_table := NULL,
3969: p_last_updated_by IN jtf_number_table := NULL,

Line 3967: p_created_by IN jtf_number_table := NULL,

3963: p_quote_header_id IN jtf_number_table := NULL,
3964: p_quote_line_id IN jtf_number_table := NULL,
3965: p_quote_shipment_id IN jtf_number_table := NULL,
3966: p_creation_date IN jtf_date_table := NULL,
3967: p_created_by IN jtf_number_table := NULL,
3968: p_last_update_date IN jtf_date_table := NULL,
3969: p_last_updated_by IN jtf_number_table := NULL,
3970: p_last_update_login IN jtf_number_table := NULL,
3971: p_request_id IN jtf_number_table := NULL,

Line 3969: p_last_updated_by IN jtf_number_table := NULL,

3965: p_quote_shipment_id IN jtf_number_table := NULL,
3966: p_creation_date IN jtf_date_table := NULL,
3967: p_created_by IN jtf_number_table := NULL,
3968: p_last_update_date IN jtf_date_table := NULL,
3969: p_last_updated_by IN jtf_number_table := NULL,
3970: p_last_update_login IN jtf_number_table := NULL,
3971: p_request_id IN jtf_number_table := NULL,
3972: p_program_application_id IN jtf_number_table := NULL,
3973: p_program_id IN jtf_number_table := NULL,

Line 3970: p_last_update_login IN jtf_number_table := NULL,

3966: p_creation_date IN jtf_date_table := NULL,
3967: p_created_by IN jtf_number_table := NULL,
3968: p_last_update_date IN jtf_date_table := NULL,
3969: p_last_updated_by IN jtf_number_table := NULL,
3970: p_last_update_login IN jtf_number_table := NULL,
3971: p_request_id IN jtf_number_table := NULL,
3972: p_program_application_id IN jtf_number_table := NULL,
3973: p_program_id IN jtf_number_table := NULL,
3974: p_program_update_date IN jtf_date_table := NULL,

Line 3971: p_request_id IN jtf_number_table := NULL,

3967: p_created_by IN jtf_number_table := NULL,
3968: p_last_update_date IN jtf_date_table := NULL,
3969: p_last_updated_by IN jtf_number_table := NULL,
3970: p_last_update_login IN jtf_number_table := NULL,
3971: p_request_id IN jtf_number_table := NULL,
3972: p_program_application_id IN jtf_number_table := NULL,
3973: p_program_id IN jtf_number_table := NULL,
3974: p_program_update_date IN jtf_date_table := NULL,
3975: p_orig_tax_code IN jtf_varchar2_table_300 := NULL,

Line 3972: p_program_application_id IN jtf_number_table := NULL,

3968: p_last_update_date IN jtf_date_table := NULL,
3969: p_last_updated_by IN jtf_number_table := NULL,
3970: p_last_update_login IN jtf_number_table := NULL,
3971: p_request_id IN jtf_number_table := NULL,
3972: p_program_application_id IN jtf_number_table := NULL,
3973: p_program_id IN jtf_number_table := NULL,
3974: p_program_update_date IN jtf_date_table := NULL,
3975: p_orig_tax_code IN jtf_varchar2_table_300 := NULL,
3976: p_tax_code IN jtf_varchar2_table_100 := NULL,

Line 3973: p_program_id IN jtf_number_table := NULL,

3969: p_last_updated_by IN jtf_number_table := NULL,
3970: p_last_update_login IN jtf_number_table := NULL,
3971: p_request_id IN jtf_number_table := NULL,
3972: p_program_application_id IN jtf_number_table := NULL,
3973: p_program_id IN jtf_number_table := NULL,
3974: p_program_update_date IN jtf_date_table := NULL,
3975: p_orig_tax_code IN jtf_varchar2_table_300 := NULL,
3976: p_tax_code IN jtf_varchar2_table_100 := NULL,
3977: p_tax_rate IN jtf_number_table := NULL,

Line 3977: p_tax_rate IN jtf_number_table := NULL,

3973: p_program_id IN jtf_number_table := NULL,
3974: p_program_update_date IN jtf_date_table := NULL,
3975: p_orig_tax_code IN jtf_varchar2_table_300 := NULL,
3976: p_tax_code IN jtf_varchar2_table_100 := NULL,
3977: p_tax_rate IN jtf_number_table := NULL,
3978: p_tax_date IN jtf_date_table := NULL,
3979: p_tax_amount IN jtf_number_table := NULL,
3980: p_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
3981: p_tax_exempt_number IN jtf_varchar2_table_100 := NULL,

Line 3979: p_tax_amount IN jtf_number_table := NULL,

3975: p_orig_tax_code IN jtf_varchar2_table_300 := NULL,
3976: p_tax_code IN jtf_varchar2_table_100 := NULL,
3977: p_tax_rate IN jtf_number_table := NULL,
3978: p_tax_date IN jtf_date_table := NULL,
3979: p_tax_amount IN jtf_number_table := NULL,
3980: p_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
3981: p_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
3982: p_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,
3983: p_attribute_category IN jtf_varchar2_table_100 := NULL,

Line 4004: p_object_version_number IN jtf_number_table := NULL,

4000: p_attribute17 IN jtf_varchar2_table_300 := NULL,
4001: p_attribute18 IN jtf_varchar2_table_300 := NULL,
4002: p_attribute19 IN jtf_varchar2_table_300 := NULL,
4003: p_attribute20 IN jtf_varchar2_table_300 := NULL,
4004: p_object_version_number IN jtf_number_table := NULL,
4005: p_tax_rate_id IN jtf_number_table := NULL
4006: )
4007: RETURN ASO_Quote_Pub.Tax_Detail_Tbl_Type
4008: IS

Line 4005: p_tax_rate_id IN jtf_number_table := NULL

4001: p_attribute18 IN jtf_varchar2_table_300 := NULL,
4002: p_attribute19 IN jtf_varchar2_table_300 := NULL,
4003: p_attribute20 IN jtf_varchar2_table_300 := NULL,
4004: p_object_version_number IN jtf_number_table := NULL,
4005: p_tax_rate_id IN jtf_number_table := NULL
4006: )
4007: RETURN ASO_Quote_Pub.Tax_Detail_Tbl_Type
4008: IS
4009: l_tax_detail_tbl ASO_Quote_Pub.Tax_Detail_Tbl_Type;

Line 4492: p_qte_line_index IN jtf_number_table := NULL,

4488:
4489: -- there IS total 132 fields here IN line
4490: FUNCTION Construct_Price_Attributes_Tbl(
4491: p_operation_code IN jtf_varchar2_table_100 := NULL,
4492: p_qte_line_index IN jtf_number_table := NULL,
4493: p_price_attribute_id IN jtf_number_table := NULL,
4494: p_creation_date IN jtf_date_table := NULL,
4495: p_created_by IN jtf_number_table := NULL,
4496: p_last_update_date IN jtf_date_table := NULL,

Line 4493: p_price_attribute_id IN jtf_number_table := NULL,

4489: -- there IS total 132 fields here IN line
4490: FUNCTION Construct_Price_Attributes_Tbl(
4491: p_operation_code IN jtf_varchar2_table_100 := NULL,
4492: p_qte_line_index IN jtf_number_table := NULL,
4493: p_price_attribute_id IN jtf_number_table := NULL,
4494: p_creation_date IN jtf_date_table := NULL,
4495: p_created_by IN jtf_number_table := NULL,
4496: p_last_update_date IN jtf_date_table := NULL,
4497: p_last_updated_by IN jtf_number_table := NULL,

Line 4495: p_created_by IN jtf_number_table := NULL,

4491: p_operation_code IN jtf_varchar2_table_100 := NULL,
4492: p_qte_line_index IN jtf_number_table := NULL,
4493: p_price_attribute_id IN jtf_number_table := NULL,
4494: p_creation_date IN jtf_date_table := NULL,
4495: p_created_by IN jtf_number_table := NULL,
4496: p_last_update_date IN jtf_date_table := NULL,
4497: p_last_updated_by IN jtf_number_table := NULL,
4498: p_last_update_login IN jtf_number_table := NULL,
4499: p_request_id IN jtf_number_table := NULL,

Line 4497: p_last_updated_by IN jtf_number_table := NULL,

4493: p_price_attribute_id IN jtf_number_table := NULL,
4494: p_creation_date IN jtf_date_table := NULL,
4495: p_created_by IN jtf_number_table := NULL,
4496: p_last_update_date IN jtf_date_table := NULL,
4497: p_last_updated_by IN jtf_number_table := NULL,
4498: p_last_update_login IN jtf_number_table := NULL,
4499: p_request_id IN jtf_number_table := NULL,
4500: p_program_application_id IN jtf_number_table := NULL,
4501: p_program_id IN jtf_number_table := NULL,

Line 4498: p_last_update_login IN jtf_number_table := NULL,

4494: p_creation_date IN jtf_date_table := NULL,
4495: p_created_by IN jtf_number_table := NULL,
4496: p_last_update_date IN jtf_date_table := NULL,
4497: p_last_updated_by IN jtf_number_table := NULL,
4498: p_last_update_login IN jtf_number_table := NULL,
4499: p_request_id IN jtf_number_table := NULL,
4500: p_program_application_id IN jtf_number_table := NULL,
4501: p_program_id IN jtf_number_table := NULL,
4502: p_program_update_date IN jtf_date_table := NULL,

Line 4499: p_request_id IN jtf_number_table := NULL,

4495: p_created_by IN jtf_number_table := NULL,
4496: p_last_update_date IN jtf_date_table := NULL,
4497: p_last_updated_by IN jtf_number_table := NULL,
4498: p_last_update_login IN jtf_number_table := NULL,
4499: p_request_id IN jtf_number_table := NULL,
4500: p_program_application_id IN jtf_number_table := NULL,
4501: p_program_id IN jtf_number_table := NULL,
4502: p_program_update_date IN jtf_date_table := NULL,
4503: p_quote_header_id IN jtf_number_table := NULL,

Line 4500: p_program_application_id IN jtf_number_table := NULL,

4496: p_last_update_date IN jtf_date_table := NULL,
4497: p_last_updated_by IN jtf_number_table := NULL,
4498: p_last_update_login IN jtf_number_table := NULL,
4499: p_request_id IN jtf_number_table := NULL,
4500: p_program_application_id IN jtf_number_table := NULL,
4501: p_program_id IN jtf_number_table := NULL,
4502: p_program_update_date IN jtf_date_table := NULL,
4503: p_quote_header_id IN jtf_number_table := NULL,
4504: p_quote_line_id IN jtf_number_table := NULL,

Line 4501: p_program_id IN jtf_number_table := NULL,

4497: p_last_updated_by IN jtf_number_table := NULL,
4498: p_last_update_login IN jtf_number_table := NULL,
4499: p_request_id IN jtf_number_table := NULL,
4500: p_program_application_id IN jtf_number_table := NULL,
4501: p_program_id IN jtf_number_table := NULL,
4502: p_program_update_date IN jtf_date_table := NULL,
4503: p_quote_header_id IN jtf_number_table := NULL,
4504: p_quote_line_id IN jtf_number_table := NULL,
4505: p_flex_title IN jtf_varchar2_table_100 := NULL,

Line 4503: p_quote_header_id IN jtf_number_table := NULL,

4499: p_request_id IN jtf_number_table := NULL,
4500: p_program_application_id IN jtf_number_table := NULL,
4501: p_program_id IN jtf_number_table := NULL,
4502: p_program_update_date IN jtf_date_table := NULL,
4503: p_quote_header_id IN jtf_number_table := NULL,
4504: p_quote_line_id IN jtf_number_table := NULL,
4505: p_flex_title IN jtf_varchar2_table_100 := NULL,
4506: p_pricing_context IN jtf_varchar2_table_100 := NULL,
4507: p_pricing_attribute1 IN jtf_varchar2_table_300 := NULL,

Line 4504: p_quote_line_id IN jtf_number_table := NULL,

4500: p_program_application_id IN jtf_number_table := NULL,
4501: p_program_id IN jtf_number_table := NULL,
4502: p_program_update_date IN jtf_date_table := NULL,
4503: p_quote_header_id IN jtf_number_table := NULL,
4504: p_quote_line_id IN jtf_number_table := NULL,
4505: p_flex_title IN jtf_varchar2_table_100 := NULL,
4506: p_pricing_context IN jtf_varchar2_table_100 := NULL,
4507: p_pricing_attribute1 IN jtf_varchar2_table_300 := NULL,
4508: p_pricing_attribute2 IN jtf_varchar2_table_300 := NULL,

Line 4628: p_object_version_number IN jtf_number_table := NULL

4624: p_attribute17 IN jtf_varchar2_table_300 := NULL,
4625: p_attribute18 IN jtf_varchar2_table_300 := NULL,
4626: p_attribute19 IN jtf_varchar2_table_300 := NULL,
4627: p_attribute20 IN jtf_varchar2_table_300 := NULL,
4628: p_object_version_number IN jtf_number_table := NULL
4629:
4630: )
4631: RETURN ASO_Quote_Pub.Price_Attributes_Tbl_Type
4632: IS

Line 5125: p_qte_line_index IN jtf_number_table := NULL,

5121:
5122: -- there IS total 85 fields here IN line
5123: FUNCTION Construct_Price_Adj_Tbl(
5124: p_operation_code IN jtf_varchar2_table_100 := NULL,
5125: p_qte_line_index IN jtf_number_table := NULL,
5126: p_price_adjustment_id IN jtf_number_table := NULL,
5127: p_creation_date IN jtf_date_table := NULL,
5128: p_created_by IN jtf_number_table := NULL,
5129: p_last_update_date IN jtf_date_table := NULL,

Line 5126: p_price_adjustment_id IN jtf_number_table := NULL,

5122: -- there IS total 85 fields here IN line
5123: FUNCTION Construct_Price_Adj_Tbl(
5124: p_operation_code IN jtf_varchar2_table_100 := NULL,
5125: p_qte_line_index IN jtf_number_table := NULL,
5126: p_price_adjustment_id IN jtf_number_table := NULL,
5127: p_creation_date IN jtf_date_table := NULL,
5128: p_created_by IN jtf_number_table := NULL,
5129: p_last_update_date IN jtf_date_table := NULL,
5130: p_last_updated_by IN jtf_number_table := NULL,

Line 5128: p_created_by IN jtf_number_table := NULL,

5124: p_operation_code IN jtf_varchar2_table_100 := NULL,
5125: p_qte_line_index IN jtf_number_table := NULL,
5126: p_price_adjustment_id IN jtf_number_table := NULL,
5127: p_creation_date IN jtf_date_table := NULL,
5128: p_created_by IN jtf_number_table := NULL,
5129: p_last_update_date IN jtf_date_table := NULL,
5130: p_last_updated_by IN jtf_number_table := NULL,
5131: p_last_update_login IN jtf_number_table := NULL,
5132: p_program_application_id IN jtf_number_table := NULL,

Line 5130: p_last_updated_by IN jtf_number_table := NULL,

5126: p_price_adjustment_id IN jtf_number_table := NULL,
5127: p_creation_date IN jtf_date_table := NULL,
5128: p_created_by IN jtf_number_table := NULL,
5129: p_last_update_date IN jtf_date_table := NULL,
5130: p_last_updated_by IN jtf_number_table := NULL,
5131: p_last_update_login IN jtf_number_table := NULL,
5132: p_program_application_id IN jtf_number_table := NULL,
5133: p_program_id IN jtf_number_table := NULL,
5134: p_program_update_date IN jtf_date_table := NULL,

Line 5131: p_last_update_login IN jtf_number_table := NULL,

5127: p_creation_date IN jtf_date_table := NULL,
5128: p_created_by IN jtf_number_table := NULL,
5129: p_last_update_date IN jtf_date_table := NULL,
5130: p_last_updated_by IN jtf_number_table := NULL,
5131: p_last_update_login IN jtf_number_table := NULL,
5132: p_program_application_id IN jtf_number_table := NULL,
5133: p_program_id IN jtf_number_table := NULL,
5134: p_program_update_date IN jtf_date_table := NULL,
5135: p_request_id IN jtf_number_table := NULL,

Line 5132: p_program_application_id IN jtf_number_table := NULL,

5128: p_created_by IN jtf_number_table := NULL,
5129: p_last_update_date IN jtf_date_table := NULL,
5130: p_last_updated_by IN jtf_number_table := NULL,
5131: p_last_update_login IN jtf_number_table := NULL,
5132: p_program_application_id IN jtf_number_table := NULL,
5133: p_program_id IN jtf_number_table := NULL,
5134: p_program_update_date IN jtf_date_table := NULL,
5135: p_request_id IN jtf_number_table := NULL,
5136: p_quote_header_id IN jtf_number_table := NULL,

Line 5133: p_program_id IN jtf_number_table := NULL,

5129: p_last_update_date IN jtf_date_table := NULL,
5130: p_last_updated_by IN jtf_number_table := NULL,
5131: p_last_update_login IN jtf_number_table := NULL,
5132: p_program_application_id IN jtf_number_table := NULL,
5133: p_program_id IN jtf_number_table := NULL,
5134: p_program_update_date IN jtf_date_table := NULL,
5135: p_request_id IN jtf_number_table := NULL,
5136: p_quote_header_id IN jtf_number_table := NULL,
5137: p_quote_line_id IN jtf_number_table := NULL,

Line 5135: p_request_id IN jtf_number_table := NULL,

5131: p_last_update_login IN jtf_number_table := NULL,
5132: p_program_application_id IN jtf_number_table := NULL,
5133: p_program_id IN jtf_number_table := NULL,
5134: p_program_update_date IN jtf_date_table := NULL,
5135: p_request_id IN jtf_number_table := NULL,
5136: p_quote_header_id IN jtf_number_table := NULL,
5137: p_quote_line_id IN jtf_number_table := NULL,
5138: p_modifier_header_id IN jtf_number_table := NULL,
5139: p_modifier_line_id IN jtf_number_table := NULL,

Line 5136: p_quote_header_id IN jtf_number_table := NULL,

5132: p_program_application_id IN jtf_number_table := NULL,
5133: p_program_id IN jtf_number_table := NULL,
5134: p_program_update_date IN jtf_date_table := NULL,
5135: p_request_id IN jtf_number_table := NULL,
5136: p_quote_header_id IN jtf_number_table := NULL,
5137: p_quote_line_id IN jtf_number_table := NULL,
5138: p_modifier_header_id IN jtf_number_table := NULL,
5139: p_modifier_line_id IN jtf_number_table := NULL,
5140: p_mod_line_type_code IN jtf_varchar2_table_100 := NULL,

Line 5137: p_quote_line_id IN jtf_number_table := NULL,

5133: p_program_id IN jtf_number_table := NULL,
5134: p_program_update_date IN jtf_date_table := NULL,
5135: p_request_id IN jtf_number_table := NULL,
5136: p_quote_header_id IN jtf_number_table := NULL,
5137: p_quote_line_id IN jtf_number_table := NULL,
5138: p_modifier_header_id IN jtf_number_table := NULL,
5139: p_modifier_line_id IN jtf_number_table := NULL,
5140: p_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
5141: p_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,

Line 5138: p_modifier_header_id IN jtf_number_table := NULL,

5134: p_program_update_date IN jtf_date_table := NULL,
5135: p_request_id IN jtf_number_table := NULL,
5136: p_quote_header_id IN jtf_number_table := NULL,
5137: p_quote_line_id IN jtf_number_table := NULL,
5138: p_modifier_header_id IN jtf_number_table := NULL,
5139: p_modifier_line_id IN jtf_number_table := NULL,
5140: p_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
5141: p_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
5142: p_modified_from IN jtf_number_table := NULL,

Line 5139: p_modifier_line_id IN jtf_number_table := NULL,

5135: p_request_id IN jtf_number_table := NULL,
5136: p_quote_header_id IN jtf_number_table := NULL,
5137: p_quote_line_id IN jtf_number_table := NULL,
5138: p_modifier_header_id IN jtf_number_table := NULL,
5139: p_modifier_line_id IN jtf_number_table := NULL,
5140: p_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
5141: p_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
5142: p_modified_from IN jtf_number_table := NULL,
5143: p_modified_to IN jtf_number_table := NULL,

Line 5142: p_modified_from IN jtf_number_table := NULL,

5138: p_modifier_header_id IN jtf_number_table := NULL,
5139: p_modifier_line_id IN jtf_number_table := NULL,
5140: p_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
5141: p_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
5142: p_modified_from IN jtf_number_table := NULL,
5143: p_modified_to IN jtf_number_table := NULL,
5144: p_operand IN jtf_number_table := NULL,
5145: p_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
5146: p_automatic_flag IN jtf_varchar2_table_100 := NULL,

Line 5143: p_modified_to IN jtf_number_table := NULL,

5139: p_modifier_line_id IN jtf_number_table := NULL,
5140: p_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
5141: p_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
5142: p_modified_from IN jtf_number_table := NULL,
5143: p_modified_to IN jtf_number_table := NULL,
5144: p_operand IN jtf_number_table := NULL,
5145: p_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
5146: p_automatic_flag IN jtf_varchar2_table_100 := NULL,
5147: p_update_allowable_flag IN jtf_varchar2_table_100 := NULL,

Line 5144: p_operand IN jtf_number_table := NULL,

5140: p_mod_line_type_code IN jtf_varchar2_table_100 := NULL,
5141: p_mod_mech_type_code IN jtf_varchar2_table_100 := NULL,
5142: p_modified_from IN jtf_number_table := NULL,
5143: p_modified_to IN jtf_number_table := NULL,
5144: p_operand IN jtf_number_table := NULL,
5145: p_arithmetic_operator IN jtf_varchar2_table_100 := NULL,
5146: p_automatic_flag IN jtf_varchar2_table_100 := NULL,
5147: p_update_allowable_flag IN jtf_varchar2_table_100 := NULL,
5148: p_updated_flag IN jtf_varchar2_table_100 := NULL,

Line 5151: p_pricing_phase_id IN jtf_number_table := NULL,

5147: p_update_allowable_flag IN jtf_varchar2_table_100 := NULL,
5148: p_updated_flag IN jtf_varchar2_table_100 := NULL,
5149: p_applied_flag IN jtf_varchar2_table_100 := NULL,
5150: p_on_invoice_flag IN jtf_varchar2_table_100 := NULL,
5151: p_pricing_phase_id IN jtf_number_table := NULL,
5152: p_attribute_category IN jtf_varchar2_table_100 := NULL,
5153: p_attribute1 IN jtf_varchar2_table_300 := NULL,
5154: p_attribute2 IN jtf_varchar2_table_300 := NULL,
5155: p_attribute3 IN jtf_varchar2_table_300 := NULL,

Line 5173: p_cost_id IN jtf_number_table := NULL,

5169: p_change_sequence IN jtf_varchar2_table_100 := NULL,
5170: p_update_allowed IN jtf_varchar2_table_100 := NULL,
5171: p_change_reason_code IN jtf_varchar2_table_100 := NULL,
5172: p_change_reason_text IN jtf_varchar2_table_2000 := NULL,
5173: p_cost_id IN jtf_number_table := NULL,
5174: p_tax_code IN jtf_varchar2_table_100 := NULL,
5175: p_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
5176: p_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
5177: p_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,

Line 5178: p_parent_adjustment_id IN jtf_number_table := NULL,

5174: p_tax_code IN jtf_varchar2_table_100 := NULL,
5175: p_tax_exempt_flag IN jtf_varchar2_table_100 := NULL,
5176: p_tax_exempt_number IN jtf_varchar2_table_100 := NULL,
5177: p_tax_exempt_reason_code IN jtf_varchar2_table_100 := NULL,
5178: p_parent_adjustment_id IN jtf_number_table := NULL,
5179: p_invoiced_flag IN jtf_varchar2_table_100 := NULL,
5180: p_estimated_flag IN jtf_varchar2_table_100 := NULL,
5181: p_inc_in_sales_perfce IN jtf_varchar2_table_100 := NULL,
5182: p_split_action_code IN jtf_varchar2_table_100 := NULL,

Line 5183: p_adjusted_amount IN jtf_number_table := NULL,

5179: p_invoiced_flag IN jtf_varchar2_table_100 := NULL,
5180: p_estimated_flag IN jtf_varchar2_table_100 := NULL,
5181: p_inc_in_sales_perfce IN jtf_varchar2_table_100 := NULL,
5182: p_split_action_code IN jtf_varchar2_table_100 := NULL,
5183: p_adjusted_amount IN jtf_number_table := NULL,
5184: p_charge_type_code IN jtf_varchar2_table_100 := NULL,
5185: p_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
5186: p_range_break_quantity IN jtf_number_table := NULL,
5187: p_accrual_conv_rate IN jtf_number_table := NULL,

Line 5186: p_range_break_quantity IN jtf_number_table := NULL,

5182: p_split_action_code IN jtf_varchar2_table_100 := NULL,
5183: p_adjusted_amount IN jtf_number_table := NULL,
5184: p_charge_type_code IN jtf_varchar2_table_100 := NULL,
5185: p_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
5186: p_range_break_quantity IN jtf_number_table := NULL,
5187: p_accrual_conv_rate IN jtf_number_table := NULL,
5188: p_pricing_group_sequence IN jtf_number_table := NULL,
5189: p_accrual_flag IN jtf_varchar2_table_100 := NULL,
5190: p_list_line_no IN jtf_varchar2_table_300 := NULL,

Line 5187: p_accrual_conv_rate IN jtf_number_table := NULL,

5183: p_adjusted_amount IN jtf_number_table := NULL,
5184: p_charge_type_code IN jtf_varchar2_table_100 := NULL,
5185: p_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
5186: p_range_break_quantity IN jtf_number_table := NULL,
5187: p_accrual_conv_rate IN jtf_number_table := NULL,
5188: p_pricing_group_sequence IN jtf_number_table := NULL,
5189: p_accrual_flag IN jtf_varchar2_table_100 := NULL,
5190: p_list_line_no IN jtf_varchar2_table_300 := NULL,
5191: p_source_system_code IN jtf_varchar2_table_100 := NULL,

Line 5188: p_pricing_group_sequence IN jtf_number_table := NULL,

5184: p_charge_type_code IN jtf_varchar2_table_100 := NULL,
5185: p_charge_subtype_code IN jtf_varchar2_table_100 := NULL,
5186: p_range_break_quantity IN jtf_number_table := NULL,
5187: p_accrual_conv_rate IN jtf_number_table := NULL,
5188: p_pricing_group_sequence IN jtf_number_table := NULL,
5189: p_accrual_flag IN jtf_varchar2_table_100 := NULL,
5190: p_list_line_no IN jtf_varchar2_table_300 := NULL,
5191: p_source_system_code IN jtf_varchar2_table_100 := NULL,
5192: p_benefit_qty IN jtf_number_table := NULL,

Line 5192: p_benefit_qty IN jtf_number_table := NULL,

5188: p_pricing_group_sequence IN jtf_number_table := NULL,
5189: p_accrual_flag IN jtf_varchar2_table_100 := NULL,
5190: p_list_line_no IN jtf_varchar2_table_300 := NULL,
5191: p_source_system_code IN jtf_varchar2_table_100 := NULL,
5192: p_benefit_qty IN jtf_number_table := NULL,
5193: p_benefit_uom_code IN jtf_varchar2_table_100 := NULL,
5194: p_print_on_invoice_flag IN jtf_varchar2_table_100 := NULL,
5195: p_expiration_date IN jtf_date_table := NULL,
5196: p_rebate_trans_type_code IN jtf_varchar2_table_100 := NULL,

Line 5207: p_shipment_index IN jtf_number_table := NULL,

5203: p_substitution_attribute IN jtf_varchar2_table_100 := NULL,
5204: p_proration_type_code IN jtf_varchar2_table_100 := NULL,
5205: p_include_on_ret_flag IN jtf_varchar2_table_100 := NULL,
5206: p_credit_or_charge_flag IN jtf_varchar2_table_100 := NULL,
5207: p_shipment_index IN jtf_number_table := NULL,
5208: p_quote_shipment_id IN jtf_number_table := NULL,
5209: p_attribute16 IN jtf_varchar2_table_300 := NULL,
5210: p_attribute17 IN jtf_varchar2_table_300 := NULL,
5211: p_attribute18 IN jtf_varchar2_table_300 := NULL,

Line 5208: p_quote_shipment_id IN jtf_number_table := NULL,

5204: p_proration_type_code IN jtf_varchar2_table_100 := NULL,
5205: p_include_on_ret_flag IN jtf_varchar2_table_100 := NULL,
5206: p_credit_or_charge_flag IN jtf_varchar2_table_100 := NULL,
5207: p_shipment_index IN jtf_number_table := NULL,
5208: p_quote_shipment_id IN jtf_number_table := NULL,
5209: p_attribute16 IN jtf_varchar2_table_300 := NULL,
5210: p_attribute17 IN jtf_varchar2_table_300 := NULL,
5211: p_attribute18 IN jtf_varchar2_table_300 := NULL,
5212: p_attribute19 IN jtf_varchar2_table_300 := NULL,

Line 5214: p_object_version_number IN jtf_number_table := NULL

5210: p_attribute17 IN jtf_varchar2_table_300 := NULL,
5211: p_attribute18 IN jtf_varchar2_table_300 := NULL,
5212: p_attribute19 IN jtf_varchar2_table_300 := NULL,
5213: p_attribute20 IN jtf_varchar2_table_300 := NULL,
5214: p_object_version_number IN jtf_number_table := NULL
5215: )
5216: RETURN ASO_Quote_Pub.Price_Adj_Tbl_Type
5217: IS
5218: l_price_adj_tbl ASO_Quote_Pub.Price_Adj_Tbl_Type;

Line 5639: p_qte_line_index IN jtf_number_table := NULL,

5635:
5636: -- there IS total 38 fields here IN line
5637: FUNCTION Construct_Sales_Credit_Tbl(
5638: p_operation_code IN jtf_varchar2_table_100 := NULL,
5639: p_qte_line_index IN jtf_number_table := NULL,
5640: p_sales_credit_id IN jtf_number_table := NULL,
5641: p_creation_date IN jtf_date_table := NULL,
5642: p_created_by IN jtf_number_table := NULL,
5643: p_last_updated_by IN jtf_varchar2_table_300 := NULL,

Line 5640: p_sales_credit_id IN jtf_number_table := NULL,

5636: -- there IS total 38 fields here IN line
5637: FUNCTION Construct_Sales_Credit_Tbl(
5638: p_operation_code IN jtf_varchar2_table_100 := NULL,
5639: p_qte_line_index IN jtf_number_table := NULL,
5640: p_sales_credit_id IN jtf_number_table := NULL,
5641: p_creation_date IN jtf_date_table := NULL,
5642: p_created_by IN jtf_number_table := NULL,
5643: p_last_updated_by IN jtf_varchar2_table_300 := NULL,
5644: p_last_update_date IN jtf_date_table := NULL,

Line 5642: p_created_by IN jtf_number_table := NULL,

5638: p_operation_code IN jtf_varchar2_table_100 := NULL,
5639: p_qte_line_index IN jtf_number_table := NULL,
5640: p_sales_credit_id IN jtf_number_table := NULL,
5641: p_creation_date IN jtf_date_table := NULL,
5642: p_created_by IN jtf_number_table := NULL,
5643: p_last_updated_by IN jtf_varchar2_table_300 := NULL,
5644: p_last_update_date IN jtf_date_table := NULL,
5645: p_last_update_login IN jtf_number_table := NULL,
5646: p_request_id IN jtf_number_table := NULL,

Line 5645: p_last_update_login IN jtf_number_table := NULL,

5641: p_creation_date IN jtf_date_table := NULL,
5642: p_created_by IN jtf_number_table := NULL,
5643: p_last_updated_by IN jtf_varchar2_table_300 := NULL,
5644: p_last_update_date IN jtf_date_table := NULL,
5645: p_last_update_login IN jtf_number_table := NULL,
5646: p_request_id IN jtf_number_table := NULL,
5647: p_program_application_id IN jtf_number_table := NULL,
5648: p_program_id IN jtf_number_table := NULL,
5649: p_program_update_date IN jtf_date_table := NULL,

Line 5646: p_request_id IN jtf_number_table := NULL,

5642: p_created_by IN jtf_number_table := NULL,
5643: p_last_updated_by IN jtf_varchar2_table_300 := NULL,
5644: p_last_update_date IN jtf_date_table := NULL,
5645: p_last_update_login IN jtf_number_table := NULL,
5646: p_request_id IN jtf_number_table := NULL,
5647: p_program_application_id IN jtf_number_table := NULL,
5648: p_program_id IN jtf_number_table := NULL,
5649: p_program_update_date IN jtf_date_table := NULL,
5650: p_quote_header_id IN jtf_number_table := NULL,

Line 5647: p_program_application_id IN jtf_number_table := NULL,

5643: p_last_updated_by IN jtf_varchar2_table_300 := NULL,
5644: p_last_update_date IN jtf_date_table := NULL,
5645: p_last_update_login IN jtf_number_table := NULL,
5646: p_request_id IN jtf_number_table := NULL,
5647: p_program_application_id IN jtf_number_table := NULL,
5648: p_program_id IN jtf_number_table := NULL,
5649: p_program_update_date IN jtf_date_table := NULL,
5650: p_quote_header_id IN jtf_number_table := NULL,
5651: p_quote_line_id IN jtf_number_table := NULL,

Line 5648: p_program_id IN jtf_number_table := NULL,

5644: p_last_update_date IN jtf_date_table := NULL,
5645: p_last_update_login IN jtf_number_table := NULL,
5646: p_request_id IN jtf_number_table := NULL,
5647: p_program_application_id IN jtf_number_table := NULL,
5648: p_program_id IN jtf_number_table := NULL,
5649: p_program_update_date IN jtf_date_table := NULL,
5650: p_quote_header_id IN jtf_number_table := NULL,
5651: p_quote_line_id IN jtf_number_table := NULL,
5652: p_percent IN jtf_number_table := NULL,

Line 5650: p_quote_header_id IN jtf_number_table := NULL,

5646: p_request_id IN jtf_number_table := NULL,
5647: p_program_application_id IN jtf_number_table := NULL,
5648: p_program_id IN jtf_number_table := NULL,
5649: p_program_update_date IN jtf_date_table := NULL,
5650: p_quote_header_id IN jtf_number_table := NULL,
5651: p_quote_line_id IN jtf_number_table := NULL,
5652: p_percent IN jtf_number_table := NULL,
5653: p_resource_id IN jtf_number_table := NULL,
5654: p_first_name IN jtf_varchar2_table_300 := NULL,

Line 5651: p_quote_line_id IN jtf_number_table := NULL,

5647: p_program_application_id IN jtf_number_table := NULL,
5648: p_program_id IN jtf_number_table := NULL,
5649: p_program_update_date IN jtf_date_table := NULL,
5650: p_quote_header_id IN jtf_number_table := NULL,
5651: p_quote_line_id IN jtf_number_table := NULL,
5652: p_percent IN jtf_number_table := NULL,
5653: p_resource_id IN jtf_number_table := NULL,
5654: p_first_name IN jtf_varchar2_table_300 := NULL,
5655: p_last_name IN jtf_varchar2_table_300 := NULL,

Line 5652: p_percent IN jtf_number_table := NULL,

5648: p_program_id IN jtf_number_table := NULL,
5649: p_program_update_date IN jtf_date_table := NULL,
5650: p_quote_header_id IN jtf_number_table := NULL,
5651: p_quote_line_id IN jtf_number_table := NULL,
5652: p_percent IN jtf_number_table := NULL,
5653: p_resource_id IN jtf_number_table := NULL,
5654: p_first_name IN jtf_varchar2_table_300 := NULL,
5655: p_last_name IN jtf_varchar2_table_300 := NULL,
5656: p_sales_credit_type IN jtf_varchar2_table_300 := NULL,

Line 5653: p_resource_id IN jtf_number_table := NULL,

5649: p_program_update_date IN jtf_date_table := NULL,
5650: p_quote_header_id IN jtf_number_table := NULL,
5651: p_quote_line_id IN jtf_number_table := NULL,
5652: p_percent IN jtf_number_table := NULL,
5653: p_resource_id IN jtf_number_table := NULL,
5654: p_first_name IN jtf_varchar2_table_300 := NULL,
5655: p_last_name IN jtf_varchar2_table_300 := NULL,
5656: p_sales_credit_type IN jtf_varchar2_table_300 := NULL,
5657: p_resource_group_id IN jtf_number_table := NULL,

Line 5657: p_resource_group_id IN jtf_number_table := NULL,

5653: p_resource_id IN jtf_number_table := NULL,
5654: p_first_name IN jtf_varchar2_table_300 := NULL,
5655: p_last_name IN jtf_varchar2_table_300 := NULL,
5656: p_sales_credit_type IN jtf_varchar2_table_300 := NULL,
5657: p_resource_group_id IN jtf_number_table := NULL,
5658: p_employee_person_id IN jtf_number_table := NULL,
5659: p_sales_credit_type_id IN jtf_number_table := NULL,
5660: p_attribute_category IN jtf_varchar2_table_100 := NULL,
5661: p_attribute1 IN jtf_varchar2_table_300 := NULL,

Line 5658: p_employee_person_id IN jtf_number_table := NULL,

5654: p_first_name IN jtf_varchar2_table_300 := NULL,
5655: p_last_name IN jtf_varchar2_table_300 := NULL,
5656: p_sales_credit_type IN jtf_varchar2_table_300 := NULL,
5657: p_resource_group_id IN jtf_number_table := NULL,
5658: p_employee_person_id IN jtf_number_table := NULL,
5659: p_sales_credit_type_id IN jtf_number_table := NULL,
5660: p_attribute_category IN jtf_varchar2_table_100 := NULL,
5661: p_attribute1 IN jtf_varchar2_table_300 := NULL,
5662: p_attribute2 IN jtf_varchar2_table_300 := NULL,

Line 5659: p_sales_credit_type_id IN jtf_number_table := NULL,

5655: p_last_name IN jtf_varchar2_table_300 := NULL,
5656: p_sales_credit_type IN jtf_varchar2_table_300 := NULL,
5657: p_resource_group_id IN jtf_number_table := NULL,
5658: p_employee_person_id IN jtf_number_table := NULL,
5659: p_sales_credit_type_id IN jtf_number_table := NULL,
5660: p_attribute_category IN jtf_varchar2_table_100 := NULL,
5661: p_attribute1 IN jtf_varchar2_table_300 := NULL,
5662: p_attribute2 IN jtf_varchar2_table_300 := NULL,
5663: p_attribute3 IN jtf_varchar2_table_300 := NULL,

Line 5677: p_credit_rule_id IN jtf_number_table := NULL,

5673: p_attribute13 IN jtf_varchar2_table_300 := NULL,
5674: p_attribute14 IN jtf_varchar2_table_300 := NULL,
5675: p_attribute15 IN jtf_varchar2_table_300 := NULL,
5676: p_system_assigned_flag IN jtf_varchar2_table_100 := NULL,
5677: p_credit_rule_id IN jtf_number_table := NULL,
5678: p_attribute16 IN jtf_varchar2_table_300 := NULL,
5679: p_attribute17 IN jtf_varchar2_table_300 := NULL,
5680: p_attribute18 IN jtf_varchar2_table_300 := NULL,
5681: p_attribute19 IN jtf_varchar2_table_300 := NULL,

Line 5683: p_object_version_number IN jtf_number_table := NULL

5679: p_attribute17 IN jtf_varchar2_table_300 := NULL,
5680: p_attribute18 IN jtf_varchar2_table_300 := NULL,
5681: p_attribute19 IN jtf_varchar2_table_300 := NULL,
5682: p_attribute20 IN jtf_varchar2_table_300 := NULL,
5683: p_object_version_number IN jtf_number_table := NULL
5684:
5685: )
5686: RETURN ASO_Quote_Pub.Sales_Credit_Tbl_Type
5687: IS

Line 6055: p_access_id IN jtf_number_table := NULL,

6051: END Construct_Opp_Qte_In_Rec;
6052:
6053: -- there IS total 35 fields in Qte_Access_Tbl
6054: FUNCTION Construct_Qte_Access_Tbl(
6055: p_access_id IN jtf_number_table := NULL,
6056: p_quote_number IN jtf_number_table := NULL,
6057: p_resource_id IN jtf_number_table := NULL,
6058: p_resource_grp_id IN jtf_number_table := NULL,
6059: p_created_by IN jtf_number_table := NULL,

Line 6056: p_quote_number IN jtf_number_table := NULL,

6052:
6053: -- there IS total 35 fields in Qte_Access_Tbl
6054: FUNCTION Construct_Qte_Access_Tbl(
6055: p_access_id IN jtf_number_table := NULL,
6056: p_quote_number IN jtf_number_table := NULL,
6057: p_resource_id IN jtf_number_table := NULL,
6058: p_resource_grp_id IN jtf_number_table := NULL,
6059: p_created_by IN jtf_number_table := NULL,
6060: p_creation_date IN jtf_date_table := NULL,

Line 6057: p_resource_id IN jtf_number_table := NULL,

6053: -- there IS total 35 fields in Qte_Access_Tbl
6054: FUNCTION Construct_Qte_Access_Tbl(
6055: p_access_id IN jtf_number_table := NULL,
6056: p_quote_number IN jtf_number_table := NULL,
6057: p_resource_id IN jtf_number_table := NULL,
6058: p_resource_grp_id IN jtf_number_table := NULL,
6059: p_created_by IN jtf_number_table := NULL,
6060: p_creation_date IN jtf_date_table := NULL,
6061: p_last_updated_by IN jtf_number_table := NULL,

Line 6058: p_resource_grp_id IN jtf_number_table := NULL,

6054: FUNCTION Construct_Qte_Access_Tbl(
6055: p_access_id IN jtf_number_table := NULL,
6056: p_quote_number IN jtf_number_table := NULL,
6057: p_resource_id IN jtf_number_table := NULL,
6058: p_resource_grp_id IN jtf_number_table := NULL,
6059: p_created_by IN jtf_number_table := NULL,
6060: p_creation_date IN jtf_date_table := NULL,
6061: p_last_updated_by IN jtf_number_table := NULL,
6062: p_last_update_login IN jtf_number_table := NULL,

Line 6059: p_created_by IN jtf_number_table := NULL,

6055: p_access_id IN jtf_number_table := NULL,
6056: p_quote_number IN jtf_number_table := NULL,
6057: p_resource_id IN jtf_number_table := NULL,
6058: p_resource_grp_id IN jtf_number_table := NULL,
6059: p_created_by IN jtf_number_table := NULL,
6060: p_creation_date IN jtf_date_table := NULL,
6061: p_last_updated_by IN jtf_number_table := NULL,
6062: p_last_update_login IN jtf_number_table := NULL,
6063: p_last_update_date IN jtf_date_table := NULL,

Line 6061: p_last_updated_by IN jtf_number_table := NULL,

6057: p_resource_id IN jtf_number_table := NULL,
6058: p_resource_grp_id IN jtf_number_table := NULL,
6059: p_created_by IN jtf_number_table := NULL,
6060: p_creation_date IN jtf_date_table := NULL,
6061: p_last_updated_by IN jtf_number_table := NULL,
6062: p_last_update_login IN jtf_number_table := NULL,
6063: p_last_update_date IN jtf_date_table := NULL,
6064: p_request_id IN jtf_number_table := NULL,
6065: p_program_application_id IN jtf_number_table := NULL,

Line 6062: p_last_update_login IN jtf_number_table := NULL,

6058: p_resource_grp_id IN jtf_number_table := NULL,
6059: p_created_by IN jtf_number_table := NULL,
6060: p_creation_date IN jtf_date_table := NULL,
6061: p_last_updated_by IN jtf_number_table := NULL,
6062: p_last_update_login IN jtf_number_table := NULL,
6063: p_last_update_date IN jtf_date_table := NULL,
6064: p_request_id IN jtf_number_table := NULL,
6065: p_program_application_id IN jtf_number_table := NULL,
6066: p_program_id IN jtf_number_table := NULL,

Line 6064: p_request_id IN jtf_number_table := NULL,

6060: p_creation_date IN jtf_date_table := NULL,
6061: p_last_updated_by IN jtf_number_table := NULL,
6062: p_last_update_login IN jtf_number_table := NULL,
6063: p_last_update_date IN jtf_date_table := NULL,
6064: p_request_id IN jtf_number_table := NULL,
6065: p_program_application_id IN jtf_number_table := NULL,
6066: p_program_id IN jtf_number_table := NULL,
6067: p_program_update_date IN jtf_date_table := NULL,
6068: p_keep_flag IN jtf_varchar2_table_100 := NULL,

Line 6065: p_program_application_id IN jtf_number_table := NULL,

6061: p_last_updated_by IN jtf_number_table := NULL,
6062: p_last_update_login IN jtf_number_table := NULL,
6063: p_last_update_date IN jtf_date_table := NULL,
6064: p_request_id IN jtf_number_table := NULL,
6065: p_program_application_id IN jtf_number_table := NULL,
6066: p_program_id IN jtf_number_table := NULL,
6067: p_program_update_date IN jtf_date_table := NULL,
6068: p_keep_flag IN jtf_varchar2_table_100 := NULL,
6069: p_update_access_flag IN jtf_varchar2_table_100 := NULL,

Line 6066: p_program_id IN jtf_number_table := NULL,

6062: p_last_update_login IN jtf_number_table := NULL,
6063: p_last_update_date IN jtf_date_table := NULL,
6064: p_request_id IN jtf_number_table := NULL,
6065: p_program_application_id IN jtf_number_table := NULL,
6066: p_program_id IN jtf_number_table := NULL,
6067: p_program_update_date IN jtf_date_table := NULL,
6068: p_keep_flag IN jtf_varchar2_table_100 := NULL,
6069: p_update_access_flag IN jtf_varchar2_table_100 := NULL,
6070: p_created_by_tap_flag IN jtf_varchar2_table_100 := NULL,

Line 6071: p_role_id IN jtf_number_table := NULL,

6067: p_program_update_date IN jtf_date_table := NULL,
6068: p_keep_flag IN jtf_varchar2_table_100 := NULL,
6069: p_update_access_flag IN jtf_varchar2_table_100 := NULL,
6070: p_created_by_tap_flag IN jtf_varchar2_table_100 := NULL,
6071: p_role_id IN jtf_number_table := NULL,
6072: p_territory_id IN jtf_number_table := NULL,
6073: p_territory_source_flag IN jtf_varchar2_table_100 := NULL,
6074: p_attribute_category IN jtf_varchar2_table_100 := NULL,
6075: p_attribute1 IN jtf_varchar2_table_300 := NULL,

Line 6072: p_territory_id IN jtf_number_table := NULL,

6068: p_keep_flag IN jtf_varchar2_table_100 := NULL,
6069: p_update_access_flag IN jtf_varchar2_table_100 := NULL,
6070: p_created_by_tap_flag IN jtf_varchar2_table_100 := NULL,
6071: p_role_id IN jtf_number_table := NULL,
6072: p_territory_id IN jtf_number_table := NULL,
6073: p_territory_source_flag IN jtf_varchar2_table_100 := NULL,
6074: p_attribute_category IN jtf_varchar2_table_100 := NULL,
6075: p_attribute1 IN jtf_varchar2_table_300 := NULL,
6076: p_attribute2 IN jtf_varchar2_table_300 := NULL,

Line 6095: p_object_version_number IN jtf_number_table := NULL,

6091: p_attribute17 IN jtf_varchar2_table_300 := NULL,
6092: p_attribute18 IN jtf_varchar2_table_300 := NULL,
6093: p_attribute19 IN jtf_varchar2_table_300 := NULL,
6094: p_attribute20 IN jtf_varchar2_table_300 := NULL,
6095: p_object_version_number IN jtf_number_table := NULL,
6096: p_batch_price_flag IN jtf_varchar2_table_100 := NULL,
6097: p_operation_code IN jtf_varchar2_table_100 := NULL
6098: )
6099: RETURN ASO_QUOTE_PUB.Qte_Access_Tbl_Type

Line 6375: p_instance_id IN jtf_number_table := NULL,

6371: END Construct_Copy_Qte_Hdr_Rec;
6372:
6373: -- there is total 2 fields in Instance_Tbl
6374: FUNCTION Construct_Instance_Tbl(
6375: p_instance_id IN jtf_number_table := NULL,
6376: p_price_list_id IN jtf_number_table := NULL
6377: )
6378: RETURN ASO_Quote_Headers_PVT.Instance_Tbl_Type
6379: IS

Line 6376: p_price_list_id IN jtf_number_table := NULL

6372:
6373: -- there is total 2 fields in Instance_Tbl
6374: FUNCTION Construct_Instance_Tbl(
6375: p_instance_id IN jtf_number_table := NULL,
6376: p_price_list_id IN jtf_number_table := NULL
6377: )
6378: RETURN ASO_Quote_Headers_PVT.Instance_Tbl_Type
6379: IS
6380: l_instance_tbl ASO_Quote_Headers_Pvt.Instance_Tbl_Type;

Line 6592: x_quote_header_id OUT NOCOPY jtf_number_table,

6588:
6589: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso quote header table
6590: PROCEDURE Set_Qte_Header_Tbl_Out(
6591: p_qte_header_tbl IN ASO_Quote_Pub.Qte_Header_Tbl_Type,
6592: x_quote_header_id OUT NOCOPY jtf_number_table,
6593: x_last_update_date OUT NOCOPY jtf_date_table
6594:
6595: /*-- The following output parameters are ignored
6596: x_creation_date OUT NOCOPY jtf_date_table,

Line 6597: x_created_by OUT NOCOPY jtf_number_table,

6593: x_last_update_date OUT NOCOPY jtf_date_table
6594:
6595: /*-- The following output parameters are ignored
6596: x_creation_date OUT NOCOPY jtf_date_table,
6597: x_created_by OUT NOCOPY jtf_number_table,
6598: x_last_updated_by OUT NOCOPY jtf_number_table,
6599: x_last_update_login OUT NOCOPY jtf_number_table,
6600: x_request_id OUT NOCOPY jtf_number_table,
6601: x_program_application_id OUT NOCOPY jtf_number_table,

Line 6598: x_last_updated_by OUT NOCOPY jtf_number_table,

6594:
6595: /*-- The following output parameters are ignored
6596: x_creation_date OUT NOCOPY jtf_date_table,
6597: x_created_by OUT NOCOPY jtf_number_table,
6598: x_last_updated_by OUT NOCOPY jtf_number_table,
6599: x_last_update_login OUT NOCOPY jtf_number_table,
6600: x_request_id OUT NOCOPY jtf_number_table,
6601: x_program_application_id OUT NOCOPY jtf_number_table,
6602: x_program_id OUT NOCOPY jtf_number_table,

Line 6599: x_last_update_login OUT NOCOPY jtf_number_table,

6595: /*-- The following output parameters are ignored
6596: x_creation_date OUT NOCOPY jtf_date_table,
6597: x_created_by OUT NOCOPY jtf_number_table,
6598: x_last_updated_by OUT NOCOPY jtf_number_table,
6599: x_last_update_login OUT NOCOPY jtf_number_table,
6600: x_request_id OUT NOCOPY jtf_number_table,
6601: x_program_application_id OUT NOCOPY jtf_number_table,
6602: x_program_id OUT NOCOPY jtf_number_table,
6603: x_program_update_date OUT NOCOPY jtf_date_table,

Line 6600: x_request_id OUT NOCOPY jtf_number_table,

6596: x_creation_date OUT NOCOPY jtf_date_table,
6597: x_created_by OUT NOCOPY jtf_number_table,
6598: x_last_updated_by OUT NOCOPY jtf_number_table,
6599: x_last_update_login OUT NOCOPY jtf_number_table,
6600: x_request_id OUT NOCOPY jtf_number_table,
6601: x_program_application_id OUT NOCOPY jtf_number_table,
6602: x_program_id OUT NOCOPY jtf_number_table,
6603: x_program_update_date OUT NOCOPY jtf_date_table,
6604: x_org_id OUT NOCOPY jtf_number_table,

Line 6601: x_program_application_id OUT NOCOPY jtf_number_table,

6597: x_created_by OUT NOCOPY jtf_number_table,
6598: x_last_updated_by OUT NOCOPY jtf_number_table,
6599: x_last_update_login OUT NOCOPY jtf_number_table,
6600: x_request_id OUT NOCOPY jtf_number_table,
6601: x_program_application_id OUT NOCOPY jtf_number_table,
6602: x_program_id OUT NOCOPY jtf_number_table,
6603: x_program_update_date OUT NOCOPY jtf_date_table,
6604: x_org_id OUT NOCOPY jtf_number_table,
6605: x_quote_name OUT NOCOPY jtf_varchar2_table_100,

Line 6602: x_program_id OUT NOCOPY jtf_number_table,

6598: x_last_updated_by OUT NOCOPY jtf_number_table,
6599: x_last_update_login OUT NOCOPY jtf_number_table,
6600: x_request_id OUT NOCOPY jtf_number_table,
6601: x_program_application_id OUT NOCOPY jtf_number_table,
6602: x_program_id OUT NOCOPY jtf_number_table,
6603: x_program_update_date OUT NOCOPY jtf_date_table,
6604: x_org_id OUT NOCOPY jtf_number_table,
6605: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
6606: x_quote_number OUT NOCOPY jtf_number_table,

Line 6604: x_org_id OUT NOCOPY jtf_number_table,

6600: x_request_id OUT NOCOPY jtf_number_table,
6601: x_program_application_id OUT NOCOPY jtf_number_table,
6602: x_program_id OUT NOCOPY jtf_number_table,
6603: x_program_update_date OUT NOCOPY jtf_date_table,
6604: x_org_id OUT NOCOPY jtf_number_table,
6605: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
6606: x_quote_number OUT NOCOPY jtf_number_table,
6607: x_quote_version OUT NOCOPY jtf_number_table,
6608: x_quote_status_id OUT NOCOPY jtf_number_table,

Line 6606: x_quote_number OUT NOCOPY jtf_number_table,

6602: x_program_id OUT NOCOPY jtf_number_table,
6603: x_program_update_date OUT NOCOPY jtf_date_table,
6604: x_org_id OUT NOCOPY jtf_number_table,
6605: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
6606: x_quote_number OUT NOCOPY jtf_number_table,
6607: x_quote_version OUT NOCOPY jtf_number_table,
6608: x_quote_status_id OUT NOCOPY jtf_number_table,
6609: x_quote_source_code OUT NOCOPY jtf_varchar2_table_300,
6610: x_quote_expiration_date OUT NOCOPY jtf_date_table,

Line 6607: x_quote_version OUT NOCOPY jtf_number_table,

6603: x_program_update_date OUT NOCOPY jtf_date_table,
6604: x_org_id OUT NOCOPY jtf_number_table,
6605: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
6606: x_quote_number OUT NOCOPY jtf_number_table,
6607: x_quote_version OUT NOCOPY jtf_number_table,
6608: x_quote_status_id OUT NOCOPY jtf_number_table,
6609: x_quote_source_code OUT NOCOPY jtf_varchar2_table_300,
6610: x_quote_expiration_date OUT NOCOPY jtf_date_table,
6611: x_price_frozen_date OUT NOCOPY jtf_date_table,

Line 6608: x_quote_status_id OUT NOCOPY jtf_number_table,

6604: x_org_id OUT NOCOPY jtf_number_table,
6605: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
6606: x_quote_number OUT NOCOPY jtf_number_table,
6607: x_quote_version OUT NOCOPY jtf_number_table,
6608: x_quote_status_id OUT NOCOPY jtf_number_table,
6609: x_quote_source_code OUT NOCOPY jtf_varchar2_table_300,
6610: x_quote_expiration_date OUT NOCOPY jtf_date_table,
6611: x_price_frozen_date OUT NOCOPY jtf_date_table,
6612: x_quote_password OUT NOCOPY jtf_varchar2_table_300,

Line 6614: x_party_id OUT NOCOPY jtf_number_table,

6610: x_quote_expiration_date OUT NOCOPY jtf_date_table,
6611: x_price_frozen_date OUT NOCOPY jtf_date_table,
6612: x_quote_password OUT NOCOPY jtf_varchar2_table_300,
6613: x_original_system_reference OUT NOCOPY jtf_varchar2_table_300,
6614: x_party_id OUT NOCOPY jtf_number_table,
6615: x_cust_account_id OUT NOCOPY jtf_number_table,
6616: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
6617: x_org_contact_id OUT NOCOPY jtf_number_table,
6618: x_phone_id OUT NOCOPY jtf_number_table,

Line 6615: x_cust_account_id OUT NOCOPY jtf_number_table,

6611: x_price_frozen_date OUT NOCOPY jtf_date_table,
6612: x_quote_password OUT NOCOPY jtf_varchar2_table_300,
6613: x_original_system_reference OUT NOCOPY jtf_varchar2_table_300,
6614: x_party_id OUT NOCOPY jtf_number_table,
6615: x_cust_account_id OUT NOCOPY jtf_number_table,
6616: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
6617: x_org_contact_id OUT NOCOPY jtf_number_table,
6618: x_phone_id OUT NOCOPY jtf_number_table,
6619: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,

Line 6616: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,

6612: x_quote_password OUT NOCOPY jtf_varchar2_table_300,
6613: x_original_system_reference OUT NOCOPY jtf_varchar2_table_300,
6614: x_party_id OUT NOCOPY jtf_number_table,
6615: x_cust_account_id OUT NOCOPY jtf_number_table,
6616: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
6617: x_org_contact_id OUT NOCOPY jtf_number_table,
6618: x_phone_id OUT NOCOPY jtf_number_table,
6619: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6620: x_invoice_to_party_id OUT NOCOPY jtf_number_table,

Line 6617: x_org_contact_id OUT NOCOPY jtf_number_table,

6613: x_original_system_reference OUT NOCOPY jtf_varchar2_table_300,
6614: x_party_id OUT NOCOPY jtf_number_table,
6615: x_cust_account_id OUT NOCOPY jtf_number_table,
6616: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
6617: x_org_contact_id OUT NOCOPY jtf_number_table,
6618: x_phone_id OUT NOCOPY jtf_number_table,
6619: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6620: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
6621: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,

Line 6618: x_phone_id OUT NOCOPY jtf_number_table,

6614: x_party_id OUT NOCOPY jtf_number_table,
6615: x_cust_account_id OUT NOCOPY jtf_number_table,
6616: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
6617: x_org_contact_id OUT NOCOPY jtf_number_table,
6618: x_phone_id OUT NOCOPY jtf_number_table,
6619: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6620: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
6621: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
6622: x_marketing_source_code_id OUT NOCOPY jtf_number_table,

Line 6619: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,

6615: x_cust_account_id OUT NOCOPY jtf_number_table,
6616: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
6617: x_org_contact_id OUT NOCOPY jtf_number_table,
6618: x_phone_id OUT NOCOPY jtf_number_table,
6619: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6620: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
6621: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
6622: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
6623: x_order_type_id OUT NOCOPY jtf_number_table,

Line 6620: x_invoice_to_party_id OUT NOCOPY jtf_number_table,

6616: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
6617: x_org_contact_id OUT NOCOPY jtf_number_table,
6618: x_phone_id OUT NOCOPY jtf_number_table,
6619: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6620: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
6621: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
6622: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
6623: x_order_type_id OUT NOCOPY jtf_number_table,
6624: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,

Line 6621: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,

6617: x_org_contact_id OUT NOCOPY jtf_number_table,
6618: x_phone_id OUT NOCOPY jtf_number_table,
6619: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6620: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
6621: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
6622: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
6623: x_order_type_id OUT NOCOPY jtf_number_table,
6624: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
6625: x_ordered_date OUT NOCOPY jtf_date_table,

Line 6622: x_marketing_source_code_id OUT NOCOPY jtf_number_table,

6618: x_phone_id OUT NOCOPY jtf_number_table,
6619: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6620: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
6621: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
6622: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
6623: x_order_type_id OUT NOCOPY jtf_number_table,
6624: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
6625: x_ordered_date OUT NOCOPY jtf_date_table,
6626: x_accounting_rule_id OUT NOCOPY jtf_number_table,

Line 6623: x_order_type_id OUT NOCOPY jtf_number_table,

6619: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6620: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
6621: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
6622: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
6623: x_order_type_id OUT NOCOPY jtf_number_table,
6624: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
6625: x_ordered_date OUT NOCOPY jtf_date_table,
6626: x_accounting_rule_id OUT NOCOPY jtf_number_table,
6627: x_invoicing_rule_id OUT NOCOPY jtf_number_table,

Line 6626: x_accounting_rule_id OUT NOCOPY jtf_number_table,

6622: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
6623: x_order_type_id OUT NOCOPY jtf_number_table,
6624: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
6625: x_ordered_date OUT NOCOPY jtf_date_table,
6626: x_accounting_rule_id OUT NOCOPY jtf_number_table,
6627: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
6628: x_employee_person_id OUT NOCOPY jtf_number_table,
6629: x_price_list_id OUT NOCOPY jtf_number_table,
6630: x_currency_code OUT NOCOPY jtf_varchar2_table_100,

Line 6627: x_invoicing_rule_id OUT NOCOPY jtf_number_table,

6623: x_order_type_id OUT NOCOPY jtf_number_table,
6624: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
6625: x_ordered_date OUT NOCOPY jtf_date_table,
6626: x_accounting_rule_id OUT NOCOPY jtf_number_table,
6627: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
6628: x_employee_person_id OUT NOCOPY jtf_number_table,
6629: x_price_list_id OUT NOCOPY jtf_number_table,
6630: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
6631: x_total_list_price OUT NOCOPY jtf_number_table,

Line 6628: x_employee_person_id OUT NOCOPY jtf_number_table,

6624: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
6625: x_ordered_date OUT NOCOPY jtf_date_table,
6626: x_accounting_rule_id OUT NOCOPY jtf_number_table,
6627: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
6628: x_employee_person_id OUT NOCOPY jtf_number_table,
6629: x_price_list_id OUT NOCOPY jtf_number_table,
6630: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
6631: x_total_list_price OUT NOCOPY jtf_number_table,
6632: x_total_adjusted_amount OUT NOCOPY jtf_number_table,

Line 6629: x_price_list_id OUT NOCOPY jtf_number_table,

6625: x_ordered_date OUT NOCOPY jtf_date_table,
6626: x_accounting_rule_id OUT NOCOPY jtf_number_table,
6627: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
6628: x_employee_person_id OUT NOCOPY jtf_number_table,
6629: x_price_list_id OUT NOCOPY jtf_number_table,
6630: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
6631: x_total_list_price OUT NOCOPY jtf_number_table,
6632: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
6633: x_total_adjusted_percent OUT NOCOPY jtf_number_table,

Line 6631: x_total_list_price OUT NOCOPY jtf_number_table,

6627: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
6628: x_employee_person_id OUT NOCOPY jtf_number_table,
6629: x_price_list_id OUT NOCOPY jtf_number_table,
6630: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
6631: x_total_list_price OUT NOCOPY jtf_number_table,
6632: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
6633: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
6634: x_total_tax OUT NOCOPY jtf_number_table,
6635: x_total_shipping_charge OUT NOCOPY jtf_number_table,

Line 6632: x_total_adjusted_amount OUT NOCOPY jtf_number_table,

6628: x_employee_person_id OUT NOCOPY jtf_number_table,
6629: x_price_list_id OUT NOCOPY jtf_number_table,
6630: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
6631: x_total_list_price OUT NOCOPY jtf_number_table,
6632: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
6633: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
6634: x_total_tax OUT NOCOPY jtf_number_table,
6635: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6636: x_surcharge OUT NOCOPY jtf_number_table,

Line 6633: x_total_adjusted_percent OUT NOCOPY jtf_number_table,

6629: x_price_list_id OUT NOCOPY jtf_number_table,
6630: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
6631: x_total_list_price OUT NOCOPY jtf_number_table,
6632: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
6633: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
6634: x_total_tax OUT NOCOPY jtf_number_table,
6635: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6636: x_surcharge OUT NOCOPY jtf_number_table,
6637: x_total_quote_price OUT NOCOPY jtf_number_table,

Line 6634: x_total_tax OUT NOCOPY jtf_number_table,

6630: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
6631: x_total_list_price OUT NOCOPY jtf_number_table,
6632: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
6633: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
6634: x_total_tax OUT NOCOPY jtf_number_table,
6635: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6636: x_surcharge OUT NOCOPY jtf_number_table,
6637: x_total_quote_price OUT NOCOPY jtf_number_table,
6638: x_payment_amount OUT NOCOPY jtf_number_table,

Line 6635: x_total_shipping_charge OUT NOCOPY jtf_number_table,

6631: x_total_list_price OUT NOCOPY jtf_number_table,
6632: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
6633: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
6634: x_total_tax OUT NOCOPY jtf_number_table,
6635: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6636: x_surcharge OUT NOCOPY jtf_number_table,
6637: x_total_quote_price OUT NOCOPY jtf_number_table,
6638: x_payment_amount OUT NOCOPY jtf_number_table,
6639: x_exchange_rate OUT NOCOPY jtf_number_table,

Line 6636: x_surcharge OUT NOCOPY jtf_number_table,

6632: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
6633: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
6634: x_total_tax OUT NOCOPY jtf_number_table,
6635: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6636: x_surcharge OUT NOCOPY jtf_number_table,
6637: x_total_quote_price OUT NOCOPY jtf_number_table,
6638: x_payment_amount OUT NOCOPY jtf_number_table,
6639: x_exchange_rate OUT NOCOPY jtf_number_table,
6640: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 6637: x_total_quote_price OUT NOCOPY jtf_number_table,

6633: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
6634: x_total_tax OUT NOCOPY jtf_number_table,
6635: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6636: x_surcharge OUT NOCOPY jtf_number_table,
6637: x_total_quote_price OUT NOCOPY jtf_number_table,
6638: x_payment_amount OUT NOCOPY jtf_number_table,
6639: x_exchange_rate OUT NOCOPY jtf_number_table,
6640: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
6641: x_exchange_rate_date OUT NOCOPY jtf_date_table,

Line 6638: x_payment_amount OUT NOCOPY jtf_number_table,

6634: x_total_tax OUT NOCOPY jtf_number_table,
6635: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6636: x_surcharge OUT NOCOPY jtf_number_table,
6637: x_total_quote_price OUT NOCOPY jtf_number_table,
6638: x_payment_amount OUT NOCOPY jtf_number_table,
6639: x_exchange_rate OUT NOCOPY jtf_number_table,
6640: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
6641: x_exchange_rate_date OUT NOCOPY jtf_date_table,
6642: x_contract_id OUT NOCOPY jtf_number_table,

Line 6639: x_exchange_rate OUT NOCOPY jtf_number_table,

6635: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6636: x_surcharge OUT NOCOPY jtf_number_table,
6637: x_total_quote_price OUT NOCOPY jtf_number_table,
6638: x_payment_amount OUT NOCOPY jtf_number_table,
6639: x_exchange_rate OUT NOCOPY jtf_number_table,
6640: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
6641: x_exchange_rate_date OUT NOCOPY jtf_date_table,
6642: x_contract_id OUT NOCOPY jtf_number_table,
6643: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,

Line 6642: x_contract_id OUT NOCOPY jtf_number_table,

6638: x_payment_amount OUT NOCOPY jtf_number_table,
6639: x_exchange_rate OUT NOCOPY jtf_number_table,
6640: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
6641: x_exchange_rate_date OUT NOCOPY jtf_date_table,
6642: x_contract_id OUT NOCOPY jtf_number_table,
6643: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
6644: x_order_id OUT NOCOPY jtf_number_table,
6645: x_order_number OUT NOCOPY jtf_number_table,
6646: x_ffm_request_id OUT NOCOPY jtf_number_table,

Line 6644: x_order_id OUT NOCOPY jtf_number_table,

6640: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
6641: x_exchange_rate_date OUT NOCOPY jtf_date_table,
6642: x_contract_id OUT NOCOPY jtf_number_table,
6643: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
6644: x_order_id OUT NOCOPY jtf_number_table,
6645: x_order_number OUT NOCOPY jtf_number_table,
6646: x_ffm_request_id OUT NOCOPY jtf_number_table,
6647: x_qte_contract_id OUT NOCOPY jtf_number_table,
6648: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,

Line 6645: x_order_number OUT NOCOPY jtf_number_table,

6641: x_exchange_rate_date OUT NOCOPY jtf_date_table,
6642: x_contract_id OUT NOCOPY jtf_number_table,
6643: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
6644: x_order_id OUT NOCOPY jtf_number_table,
6645: x_order_number OUT NOCOPY jtf_number_table,
6646: x_ffm_request_id OUT NOCOPY jtf_number_table,
6647: x_qte_contract_id OUT NOCOPY jtf_number_table,
6648: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
6649: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,

Line 6646: x_ffm_request_id OUT NOCOPY jtf_number_table,

6642: x_contract_id OUT NOCOPY jtf_number_table,
6643: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
6644: x_order_id OUT NOCOPY jtf_number_table,
6645: x_order_number OUT NOCOPY jtf_number_table,
6646: x_ffm_request_id OUT NOCOPY jtf_number_table,
6647: x_qte_contract_id OUT NOCOPY jtf_number_table,
6648: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
6649: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
6650: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,

Line 6647: x_qte_contract_id OUT NOCOPY jtf_number_table,

6643: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
6644: x_order_id OUT NOCOPY jtf_number_table,
6645: x_order_number OUT NOCOPY jtf_number_table,
6646: x_ffm_request_id OUT NOCOPY jtf_number_table,
6647: x_qte_contract_id OUT NOCOPY jtf_number_table,
6648: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
6649: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
6650: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,
6651: x_attribute3 OUT NOCOPY jtf_varchar2_table_200,

Line 6692: x_resource_id OUT NOCOPY jtf_number_table

6688: x_invoice_to_postal_code OUT NOCOPY jtf_varchar2_table_100,
6689: x_invoice_to_state OUT NOCOPY jtf_varchar2_table_100,
6690: x_invoice_to_province OUT NOCOPY jtf_varchar2_table_100,
6691: x_invoice_to_county OUT NOCOPY jtf_varchar2_table_100,
6692: x_resource_id OUT NOCOPY jtf_number_table
6693: --*/
6694: )
6695: AS
6696: ddindx binary_integer; indx binary_integer;

Line 6698: x_quote_header_id := jtf_number_table();

6694: )
6695: AS
6696: ddindx binary_integer; indx binary_integer;
6697: BEGIN
6698: x_quote_header_id := jtf_number_table();
6699: x_last_update_date := jtf_date_table();
6700:
6701: /*-- The following output parameters are ignored
6702: x_creation_date := jtf_date_table();

Line 6703: x_created_by := jtf_number_table();

6699: x_last_update_date := jtf_date_table();
6700:
6701: /*-- The following output parameters are ignored
6702: x_creation_date := jtf_date_table();
6703: x_created_by := jtf_number_table();
6704: x_last_updated_by := jtf_number_table();
6705: x_last_update_login := jtf_number_table();
6706: x_request_id := jtf_number_table();
6707: x_program_application_id := jtf_number_table();

Line 6704: x_last_updated_by := jtf_number_table();

6700:
6701: /*-- The following output parameters are ignored
6702: x_creation_date := jtf_date_table();
6703: x_created_by := jtf_number_table();
6704: x_last_updated_by := jtf_number_table();
6705: x_last_update_login := jtf_number_table();
6706: x_request_id := jtf_number_table();
6707: x_program_application_id := jtf_number_table();
6708: x_program_id := jtf_number_table();

Line 6705: x_last_update_login := jtf_number_table();

6701: /*-- The following output parameters are ignored
6702: x_creation_date := jtf_date_table();
6703: x_created_by := jtf_number_table();
6704: x_last_updated_by := jtf_number_table();
6705: x_last_update_login := jtf_number_table();
6706: x_request_id := jtf_number_table();
6707: x_program_application_id := jtf_number_table();
6708: x_program_id := jtf_number_table();
6709: x_program_update_date := jtf_date_table();

Line 6706: x_request_id := jtf_number_table();

6702: x_creation_date := jtf_date_table();
6703: x_created_by := jtf_number_table();
6704: x_last_updated_by := jtf_number_table();
6705: x_last_update_login := jtf_number_table();
6706: x_request_id := jtf_number_table();
6707: x_program_application_id := jtf_number_table();
6708: x_program_id := jtf_number_table();
6709: x_program_update_date := jtf_date_table();
6710: x_org_id := jtf_number_table();

Line 6707: x_program_application_id := jtf_number_table();

6703: x_created_by := jtf_number_table();
6704: x_last_updated_by := jtf_number_table();
6705: x_last_update_login := jtf_number_table();
6706: x_request_id := jtf_number_table();
6707: x_program_application_id := jtf_number_table();
6708: x_program_id := jtf_number_table();
6709: x_program_update_date := jtf_date_table();
6710: x_org_id := jtf_number_table();
6711: x_quote_name := jtf_varchar2_table_100();

Line 6708: x_program_id := jtf_number_table();

6704: x_last_updated_by := jtf_number_table();
6705: x_last_update_login := jtf_number_table();
6706: x_request_id := jtf_number_table();
6707: x_program_application_id := jtf_number_table();
6708: x_program_id := jtf_number_table();
6709: x_program_update_date := jtf_date_table();
6710: x_org_id := jtf_number_table();
6711: x_quote_name := jtf_varchar2_table_100();
6712: x_quote_number := jtf_number_table();

Line 6710: x_org_id := jtf_number_table();

6706: x_request_id := jtf_number_table();
6707: x_program_application_id := jtf_number_table();
6708: x_program_id := jtf_number_table();
6709: x_program_update_date := jtf_date_table();
6710: x_org_id := jtf_number_table();
6711: x_quote_name := jtf_varchar2_table_100();
6712: x_quote_number := jtf_number_table();
6713: x_quote_version := jtf_number_table();
6714: x_quote_status_id := jtf_number_table();

Line 6712: x_quote_number := jtf_number_table();

6708: x_program_id := jtf_number_table();
6709: x_program_update_date := jtf_date_table();
6710: x_org_id := jtf_number_table();
6711: x_quote_name := jtf_varchar2_table_100();
6712: x_quote_number := jtf_number_table();
6713: x_quote_version := jtf_number_table();
6714: x_quote_status_id := jtf_number_table();
6715: x_quote_source_code := jtf_varchar2_table_300();
6716: x_quote_expiration_date := jtf_date_table();

Line 6713: x_quote_version := jtf_number_table();

6709: x_program_update_date := jtf_date_table();
6710: x_org_id := jtf_number_table();
6711: x_quote_name := jtf_varchar2_table_100();
6712: x_quote_number := jtf_number_table();
6713: x_quote_version := jtf_number_table();
6714: x_quote_status_id := jtf_number_table();
6715: x_quote_source_code := jtf_varchar2_table_300();
6716: x_quote_expiration_date := jtf_date_table();
6717: x_price_frozen_date := jtf_date_table();

Line 6714: x_quote_status_id := jtf_number_table();

6710: x_org_id := jtf_number_table();
6711: x_quote_name := jtf_varchar2_table_100();
6712: x_quote_number := jtf_number_table();
6713: x_quote_version := jtf_number_table();
6714: x_quote_status_id := jtf_number_table();
6715: x_quote_source_code := jtf_varchar2_table_300();
6716: x_quote_expiration_date := jtf_date_table();
6717: x_price_frozen_date := jtf_date_table();
6718: x_quote_password := jtf_varchar2_table_300();

Line 6720: x_party_id := jtf_number_table();

6716: x_quote_expiration_date := jtf_date_table();
6717: x_price_frozen_date := jtf_date_table();
6718: x_quote_password := jtf_varchar2_table_300();
6719: x_original_system_reference := jtf_varchar2_table_300();
6720: x_party_id := jtf_number_table();
6721: x_cust_account_id := jtf_number_table();
6722: x_invoice_to_cust_account_id := jtf_number_table();
6723: x_org_contact_id := jtf_number_table();
6724: x_phone_id := jtf_number_table();

Line 6721: x_cust_account_id := jtf_number_table();

6717: x_price_frozen_date := jtf_date_table();
6718: x_quote_password := jtf_varchar2_table_300();
6719: x_original_system_reference := jtf_varchar2_table_300();
6720: x_party_id := jtf_number_table();
6721: x_cust_account_id := jtf_number_table();
6722: x_invoice_to_cust_account_id := jtf_number_table();
6723: x_org_contact_id := jtf_number_table();
6724: x_phone_id := jtf_number_table();
6725: x_invoice_to_party_site_id := jtf_number_table();

Line 6722: x_invoice_to_cust_account_id := jtf_number_table();

6718: x_quote_password := jtf_varchar2_table_300();
6719: x_original_system_reference := jtf_varchar2_table_300();
6720: x_party_id := jtf_number_table();
6721: x_cust_account_id := jtf_number_table();
6722: x_invoice_to_cust_account_id := jtf_number_table();
6723: x_org_contact_id := jtf_number_table();
6724: x_phone_id := jtf_number_table();
6725: x_invoice_to_party_site_id := jtf_number_table();
6726: x_invoice_to_party_id := jtf_number_table();

Line 6723: x_org_contact_id := jtf_number_table();

6719: x_original_system_reference := jtf_varchar2_table_300();
6720: x_party_id := jtf_number_table();
6721: x_cust_account_id := jtf_number_table();
6722: x_invoice_to_cust_account_id := jtf_number_table();
6723: x_org_contact_id := jtf_number_table();
6724: x_phone_id := jtf_number_table();
6725: x_invoice_to_party_site_id := jtf_number_table();
6726: x_invoice_to_party_id := jtf_number_table();
6727: x_orig_mktg_source_code_id := jtf_number_table();

Line 6724: x_phone_id := jtf_number_table();

6720: x_party_id := jtf_number_table();
6721: x_cust_account_id := jtf_number_table();
6722: x_invoice_to_cust_account_id := jtf_number_table();
6723: x_org_contact_id := jtf_number_table();
6724: x_phone_id := jtf_number_table();
6725: x_invoice_to_party_site_id := jtf_number_table();
6726: x_invoice_to_party_id := jtf_number_table();
6727: x_orig_mktg_source_code_id := jtf_number_table();
6728: x_marketing_source_code_id := jtf_number_table();

Line 6725: x_invoice_to_party_site_id := jtf_number_table();

6721: x_cust_account_id := jtf_number_table();
6722: x_invoice_to_cust_account_id := jtf_number_table();
6723: x_org_contact_id := jtf_number_table();
6724: x_phone_id := jtf_number_table();
6725: x_invoice_to_party_site_id := jtf_number_table();
6726: x_invoice_to_party_id := jtf_number_table();
6727: x_orig_mktg_source_code_id := jtf_number_table();
6728: x_marketing_source_code_id := jtf_number_table();
6729: x_order_type_id := jtf_number_table();

Line 6726: x_invoice_to_party_id := jtf_number_table();

6722: x_invoice_to_cust_account_id := jtf_number_table();
6723: x_org_contact_id := jtf_number_table();
6724: x_phone_id := jtf_number_table();
6725: x_invoice_to_party_site_id := jtf_number_table();
6726: x_invoice_to_party_id := jtf_number_table();
6727: x_orig_mktg_source_code_id := jtf_number_table();
6728: x_marketing_source_code_id := jtf_number_table();
6729: x_order_type_id := jtf_number_table();
6730: x_quote_category_code := jtf_varchar2_table_300();

Line 6727: x_orig_mktg_source_code_id := jtf_number_table();

6723: x_org_contact_id := jtf_number_table();
6724: x_phone_id := jtf_number_table();
6725: x_invoice_to_party_site_id := jtf_number_table();
6726: x_invoice_to_party_id := jtf_number_table();
6727: x_orig_mktg_source_code_id := jtf_number_table();
6728: x_marketing_source_code_id := jtf_number_table();
6729: x_order_type_id := jtf_number_table();
6730: x_quote_category_code := jtf_varchar2_table_300();
6731: x_ordered_date := jtf_date_table();

Line 6728: x_marketing_source_code_id := jtf_number_table();

6724: x_phone_id := jtf_number_table();
6725: x_invoice_to_party_site_id := jtf_number_table();
6726: x_invoice_to_party_id := jtf_number_table();
6727: x_orig_mktg_source_code_id := jtf_number_table();
6728: x_marketing_source_code_id := jtf_number_table();
6729: x_order_type_id := jtf_number_table();
6730: x_quote_category_code := jtf_varchar2_table_300();
6731: x_ordered_date := jtf_date_table();
6732: x_accounting_rule_id := jtf_number_table();

Line 6729: x_order_type_id := jtf_number_table();

6725: x_invoice_to_party_site_id := jtf_number_table();
6726: x_invoice_to_party_id := jtf_number_table();
6727: x_orig_mktg_source_code_id := jtf_number_table();
6728: x_marketing_source_code_id := jtf_number_table();
6729: x_order_type_id := jtf_number_table();
6730: x_quote_category_code := jtf_varchar2_table_300();
6731: x_ordered_date := jtf_date_table();
6732: x_accounting_rule_id := jtf_number_table();
6733: x_invoicing_rule_id := jtf_number_table();

Line 6732: x_accounting_rule_id := jtf_number_table();

6728: x_marketing_source_code_id := jtf_number_table();
6729: x_order_type_id := jtf_number_table();
6730: x_quote_category_code := jtf_varchar2_table_300();
6731: x_ordered_date := jtf_date_table();
6732: x_accounting_rule_id := jtf_number_table();
6733: x_invoicing_rule_id := jtf_number_table();
6734: x_employee_person_id := jtf_number_table();
6735: x_price_list_id := jtf_number_table();
6736: x_currency_code := jtf_varchar2_table_100();

Line 6733: x_invoicing_rule_id := jtf_number_table();

6729: x_order_type_id := jtf_number_table();
6730: x_quote_category_code := jtf_varchar2_table_300();
6731: x_ordered_date := jtf_date_table();
6732: x_accounting_rule_id := jtf_number_table();
6733: x_invoicing_rule_id := jtf_number_table();
6734: x_employee_person_id := jtf_number_table();
6735: x_price_list_id := jtf_number_table();
6736: x_currency_code := jtf_varchar2_table_100();
6737: x_total_list_price := jtf_number_table();

Line 6734: x_employee_person_id := jtf_number_table();

6730: x_quote_category_code := jtf_varchar2_table_300();
6731: x_ordered_date := jtf_date_table();
6732: x_accounting_rule_id := jtf_number_table();
6733: x_invoicing_rule_id := jtf_number_table();
6734: x_employee_person_id := jtf_number_table();
6735: x_price_list_id := jtf_number_table();
6736: x_currency_code := jtf_varchar2_table_100();
6737: x_total_list_price := jtf_number_table();
6738: x_total_adjusted_amount := jtf_number_table();

Line 6735: x_price_list_id := jtf_number_table();

6731: x_ordered_date := jtf_date_table();
6732: x_accounting_rule_id := jtf_number_table();
6733: x_invoicing_rule_id := jtf_number_table();
6734: x_employee_person_id := jtf_number_table();
6735: x_price_list_id := jtf_number_table();
6736: x_currency_code := jtf_varchar2_table_100();
6737: x_total_list_price := jtf_number_table();
6738: x_total_adjusted_amount := jtf_number_table();
6739: x_total_adjusted_percent := jtf_number_table();

Line 6737: x_total_list_price := jtf_number_table();

6733: x_invoicing_rule_id := jtf_number_table();
6734: x_employee_person_id := jtf_number_table();
6735: x_price_list_id := jtf_number_table();
6736: x_currency_code := jtf_varchar2_table_100();
6737: x_total_list_price := jtf_number_table();
6738: x_total_adjusted_amount := jtf_number_table();
6739: x_total_adjusted_percent := jtf_number_table();
6740: x_total_tax := jtf_number_table();
6741: x_total_shipping_charge := jtf_number_table();

Line 6738: x_total_adjusted_amount := jtf_number_table();

6734: x_employee_person_id := jtf_number_table();
6735: x_price_list_id := jtf_number_table();
6736: x_currency_code := jtf_varchar2_table_100();
6737: x_total_list_price := jtf_number_table();
6738: x_total_adjusted_amount := jtf_number_table();
6739: x_total_adjusted_percent := jtf_number_table();
6740: x_total_tax := jtf_number_table();
6741: x_total_shipping_charge := jtf_number_table();
6742: x_surcharge := jtf_number_table();

Line 6739: x_total_adjusted_percent := jtf_number_table();

6735: x_price_list_id := jtf_number_table();
6736: x_currency_code := jtf_varchar2_table_100();
6737: x_total_list_price := jtf_number_table();
6738: x_total_adjusted_amount := jtf_number_table();
6739: x_total_adjusted_percent := jtf_number_table();
6740: x_total_tax := jtf_number_table();
6741: x_total_shipping_charge := jtf_number_table();
6742: x_surcharge := jtf_number_table();
6743: x_total_quote_price := jtf_number_table();

Line 6740: x_total_tax := jtf_number_table();

6736: x_currency_code := jtf_varchar2_table_100();
6737: x_total_list_price := jtf_number_table();
6738: x_total_adjusted_amount := jtf_number_table();
6739: x_total_adjusted_percent := jtf_number_table();
6740: x_total_tax := jtf_number_table();
6741: x_total_shipping_charge := jtf_number_table();
6742: x_surcharge := jtf_number_table();
6743: x_total_quote_price := jtf_number_table();
6744: x_payment_amount := jtf_number_table();

Line 6741: x_total_shipping_charge := jtf_number_table();

6737: x_total_list_price := jtf_number_table();
6738: x_total_adjusted_amount := jtf_number_table();
6739: x_total_adjusted_percent := jtf_number_table();
6740: x_total_tax := jtf_number_table();
6741: x_total_shipping_charge := jtf_number_table();
6742: x_surcharge := jtf_number_table();
6743: x_total_quote_price := jtf_number_table();
6744: x_payment_amount := jtf_number_table();
6745: x_exchange_rate := jtf_number_table();

Line 6742: x_surcharge := jtf_number_table();

6738: x_total_adjusted_amount := jtf_number_table();
6739: x_total_adjusted_percent := jtf_number_table();
6740: x_total_tax := jtf_number_table();
6741: x_total_shipping_charge := jtf_number_table();
6742: x_surcharge := jtf_number_table();
6743: x_total_quote_price := jtf_number_table();
6744: x_payment_amount := jtf_number_table();
6745: x_exchange_rate := jtf_number_table();
6746: x_exchange_type_code := jtf_varchar2_table_100();

Line 6743: x_total_quote_price := jtf_number_table();

6739: x_total_adjusted_percent := jtf_number_table();
6740: x_total_tax := jtf_number_table();
6741: x_total_shipping_charge := jtf_number_table();
6742: x_surcharge := jtf_number_table();
6743: x_total_quote_price := jtf_number_table();
6744: x_payment_amount := jtf_number_table();
6745: x_exchange_rate := jtf_number_table();
6746: x_exchange_type_code := jtf_varchar2_table_100();
6747: x_exchange_rate_date := jtf_date_table();

Line 6744: x_payment_amount := jtf_number_table();

6740: x_total_tax := jtf_number_table();
6741: x_total_shipping_charge := jtf_number_table();
6742: x_surcharge := jtf_number_table();
6743: x_total_quote_price := jtf_number_table();
6744: x_payment_amount := jtf_number_table();
6745: x_exchange_rate := jtf_number_table();
6746: x_exchange_type_code := jtf_varchar2_table_100();
6747: x_exchange_rate_date := jtf_date_table();
6748: x_contract_id := jtf_number_table();

Line 6745: x_exchange_rate := jtf_number_table();

6741: x_total_shipping_charge := jtf_number_table();
6742: x_surcharge := jtf_number_table();
6743: x_total_quote_price := jtf_number_table();
6744: x_payment_amount := jtf_number_table();
6745: x_exchange_rate := jtf_number_table();
6746: x_exchange_type_code := jtf_varchar2_table_100();
6747: x_exchange_rate_date := jtf_date_table();
6748: x_contract_id := jtf_number_table();
6749: x_sales_channel_code := jtf_varchar2_table_100();

Line 6748: x_contract_id := jtf_number_table();

6744: x_payment_amount := jtf_number_table();
6745: x_exchange_rate := jtf_number_table();
6746: x_exchange_type_code := jtf_varchar2_table_100();
6747: x_exchange_rate_date := jtf_date_table();
6748: x_contract_id := jtf_number_table();
6749: x_sales_channel_code := jtf_varchar2_table_100();
6750: x_order_id := jtf_number_table();
6751: x_order_number := jtf_number_table();
6752: x_ffm_request_id := jtf_number_table();

Line 6750: x_order_id := jtf_number_table();

6746: x_exchange_type_code := jtf_varchar2_table_100();
6747: x_exchange_rate_date := jtf_date_table();
6748: x_contract_id := jtf_number_table();
6749: x_sales_channel_code := jtf_varchar2_table_100();
6750: x_order_id := jtf_number_table();
6751: x_order_number := jtf_number_table();
6752: x_ffm_request_id := jtf_number_table();
6753: x_qte_contract_id := jtf_number_table();
6754: x_attribute_category := jtf_varchar2_table_100();

Line 6751: x_order_number := jtf_number_table();

6747: x_exchange_rate_date := jtf_date_table();
6748: x_contract_id := jtf_number_table();
6749: x_sales_channel_code := jtf_varchar2_table_100();
6750: x_order_id := jtf_number_table();
6751: x_order_number := jtf_number_table();
6752: x_ffm_request_id := jtf_number_table();
6753: x_qte_contract_id := jtf_number_table();
6754: x_attribute_category := jtf_varchar2_table_100();
6755: x_attribute1 := jtf_varchar2_table_200();

Line 6752: x_ffm_request_id := jtf_number_table();

6748: x_contract_id := jtf_number_table();
6749: x_sales_channel_code := jtf_varchar2_table_100();
6750: x_order_id := jtf_number_table();
6751: x_order_number := jtf_number_table();
6752: x_ffm_request_id := jtf_number_table();
6753: x_qte_contract_id := jtf_number_table();
6754: x_attribute_category := jtf_varchar2_table_100();
6755: x_attribute1 := jtf_varchar2_table_200();
6756: x_attribute2 := jtf_varchar2_table_200();

Line 6753: x_qte_contract_id := jtf_number_table();

6749: x_sales_channel_code := jtf_varchar2_table_100();
6750: x_order_id := jtf_number_table();
6751: x_order_number := jtf_number_table();
6752: x_ffm_request_id := jtf_number_table();
6753: x_qte_contract_id := jtf_number_table();
6754: x_attribute_category := jtf_varchar2_table_100();
6755: x_attribute1 := jtf_varchar2_table_200();
6756: x_attribute2 := jtf_varchar2_table_200();
6757: x_attribute3 := jtf_varchar2_table_200();

Line 6798: x_resource_id := jtf_number_table();

6794: x_invoice_to_postal_code := jtf_varchar2_table_100();
6795: x_invoice_to_state := jtf_varchar2_table_100();
6796: x_invoice_to_province := jtf_varchar2_table_100();
6797: x_invoice_to_county := jtf_varchar2_table_100();
6798: x_resource_id := jtf_number_table();
6799: --*/
6800:
6801: IF p_qte_header_tbl.count > 0 THEN
6802: x_quote_header_id.extend(p_qte_header_tbl.count);

Line 7024: x_quote_line_id OUT NOCOPY jtf_number_table

7020:
7021: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso quote line table
7022: PROCEDURE Set_Qte_Line_Tbl_Out(
7023: p_qte_line_tbl IN ASO_Quote_Pub.Qte_Line_Tbl_Type,
7024: x_quote_line_id OUT NOCOPY jtf_number_table
7025:
7026: /*-- The following output parameters are ignored
7027: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7028: x_creation_date OUT NOCOPY jtf_date_table,

Line 7029: x_created_by OUT NOCOPY jtf_number_table,

7025:
7026: /*-- The following output parameters are ignored
7027: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7028: x_creation_date OUT NOCOPY jtf_date_table,
7029: x_created_by OUT NOCOPY jtf_number_table,
7030: x_last_update_date OUT NOCOPY jtf_date_table,
7031: x_last_updated_by OUT NOCOPY jtf_number_table,
7032: x_last_update_login OUT NOCOPY jtf_number_table,
7033: x_request_id OUT NOCOPY jtf_number_table,

Line 7031: x_last_updated_by OUT NOCOPY jtf_number_table,

7027: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7028: x_creation_date OUT NOCOPY jtf_date_table,
7029: x_created_by OUT NOCOPY jtf_number_table,
7030: x_last_update_date OUT NOCOPY jtf_date_table,
7031: x_last_updated_by OUT NOCOPY jtf_number_table,
7032: x_last_update_login OUT NOCOPY jtf_number_table,
7033: x_request_id OUT NOCOPY jtf_number_table,
7034: x_program_application_id OUT NOCOPY jtf_number_table,
7035: x_program_id OUT NOCOPY jtf_number_table,

Line 7032: x_last_update_login OUT NOCOPY jtf_number_table,

7028: x_creation_date OUT NOCOPY jtf_date_table,
7029: x_created_by OUT NOCOPY jtf_number_table,
7030: x_last_update_date OUT NOCOPY jtf_date_table,
7031: x_last_updated_by OUT NOCOPY jtf_number_table,
7032: x_last_update_login OUT NOCOPY jtf_number_table,
7033: x_request_id OUT NOCOPY jtf_number_table,
7034: x_program_application_id OUT NOCOPY jtf_number_table,
7035: x_program_id OUT NOCOPY jtf_number_table,
7036: x_program_update_date OUT NOCOPY jtf_date_table,

Line 7033: x_request_id OUT NOCOPY jtf_number_table,

7029: x_created_by OUT NOCOPY jtf_number_table,
7030: x_last_update_date OUT NOCOPY jtf_date_table,
7031: x_last_updated_by OUT NOCOPY jtf_number_table,
7032: x_last_update_login OUT NOCOPY jtf_number_table,
7033: x_request_id OUT NOCOPY jtf_number_table,
7034: x_program_application_id OUT NOCOPY jtf_number_table,
7035: x_program_id OUT NOCOPY jtf_number_table,
7036: x_program_update_date OUT NOCOPY jtf_date_table,
7037: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 7034: x_program_application_id OUT NOCOPY jtf_number_table,

7030: x_last_update_date OUT NOCOPY jtf_date_table,
7031: x_last_updated_by OUT NOCOPY jtf_number_table,
7032: x_last_update_login OUT NOCOPY jtf_number_table,
7033: x_request_id OUT NOCOPY jtf_number_table,
7034: x_program_application_id OUT NOCOPY jtf_number_table,
7035: x_program_id OUT NOCOPY jtf_number_table,
7036: x_program_update_date OUT NOCOPY jtf_date_table,
7037: x_quote_header_id OUT NOCOPY jtf_number_table,
7038: x_org_id OUT NOCOPY jtf_number_table,

Line 7035: x_program_id OUT NOCOPY jtf_number_table,

7031: x_last_updated_by OUT NOCOPY jtf_number_table,
7032: x_last_update_login OUT NOCOPY jtf_number_table,
7033: x_request_id OUT NOCOPY jtf_number_table,
7034: x_program_application_id OUT NOCOPY jtf_number_table,
7035: x_program_id OUT NOCOPY jtf_number_table,
7036: x_program_update_date OUT NOCOPY jtf_date_table,
7037: x_quote_header_id OUT NOCOPY jtf_number_table,
7038: x_org_id OUT NOCOPY jtf_number_table,
7039: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,

Line 7037: x_quote_header_id OUT NOCOPY jtf_number_table,

7033: x_request_id OUT NOCOPY jtf_number_table,
7034: x_program_application_id OUT NOCOPY jtf_number_table,
7035: x_program_id OUT NOCOPY jtf_number_table,
7036: x_program_update_date OUT NOCOPY jtf_date_table,
7037: x_quote_header_id OUT NOCOPY jtf_number_table,
7038: x_org_id OUT NOCOPY jtf_number_table,
7039: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,
7040: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,
7041: x_line_number OUT NOCOPY jtf_number_table,

Line 7038: x_org_id OUT NOCOPY jtf_number_table,

7034: x_program_application_id OUT NOCOPY jtf_number_table,
7035: x_program_id OUT NOCOPY jtf_number_table,
7036: x_program_update_date OUT NOCOPY jtf_date_table,
7037: x_quote_header_id OUT NOCOPY jtf_number_table,
7038: x_org_id OUT NOCOPY jtf_number_table,
7039: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,
7040: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,
7041: x_line_number OUT NOCOPY jtf_number_table,
7042: x_start_date_active OUT NOCOPY jtf_date_table,

Line 7041: x_line_number OUT NOCOPY jtf_number_table,

7037: x_quote_header_id OUT NOCOPY jtf_number_table,
7038: x_org_id OUT NOCOPY jtf_number_table,
7039: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,
7040: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,
7041: x_line_number OUT NOCOPY jtf_number_table,
7042: x_start_date_active OUT NOCOPY jtf_date_table,
7043: x_end_date_active OUT NOCOPY jtf_date_table,
7044: x_order_line_type_id OUT NOCOPY jtf_number_table,
7045: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,

Line 7044: x_order_line_type_id OUT NOCOPY jtf_number_table,

7040: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,
7041: x_line_number OUT NOCOPY jtf_number_table,
7042: x_start_date_active OUT NOCOPY jtf_date_table,
7043: x_end_date_active OUT NOCOPY jtf_date_table,
7044: x_order_line_type_id OUT NOCOPY jtf_number_table,
7045: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
7046: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
7047: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
7048: x_organization_id OUT NOCOPY jtf_number_table,

Line 7045: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,

7041: x_line_number OUT NOCOPY jtf_number_table,
7042: x_start_date_active OUT NOCOPY jtf_date_table,
7043: x_end_date_active OUT NOCOPY jtf_date_table,
7044: x_order_line_type_id OUT NOCOPY jtf_number_table,
7045: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
7046: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
7047: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
7048: x_organization_id OUT NOCOPY jtf_number_table,
7049: x_inventory_item_id OUT NOCOPY jtf_number_table,

Line 7046: x_invoice_to_party_id OUT NOCOPY jtf_number_table,

7042: x_start_date_active OUT NOCOPY jtf_date_table,
7043: x_end_date_active OUT NOCOPY jtf_date_table,
7044: x_order_line_type_id OUT NOCOPY jtf_number_table,
7045: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
7046: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
7047: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
7048: x_organization_id OUT NOCOPY jtf_number_table,
7049: x_inventory_item_id OUT NOCOPY jtf_number_table,
7050: x_quantity OUT NOCOPY jtf_number_table,

Line 7047: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,

7043: x_end_date_active OUT NOCOPY jtf_date_table,
7044: x_order_line_type_id OUT NOCOPY jtf_number_table,
7045: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
7046: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
7047: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
7048: x_organization_id OUT NOCOPY jtf_number_table,
7049: x_inventory_item_id OUT NOCOPY jtf_number_table,
7050: x_quantity OUT NOCOPY jtf_number_table,
7051: x_uom_code OUT NOCOPY jtf_varchar2_table_100,

Line 7048: x_organization_id OUT NOCOPY jtf_number_table,

7044: x_order_line_type_id OUT NOCOPY jtf_number_table,
7045: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
7046: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
7047: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
7048: x_organization_id OUT NOCOPY jtf_number_table,
7049: x_inventory_item_id OUT NOCOPY jtf_number_table,
7050: x_quantity OUT NOCOPY jtf_number_table,
7051: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
7052: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,

Line 7049: x_inventory_item_id OUT NOCOPY jtf_number_table,

7045: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
7046: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
7047: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
7048: x_organization_id OUT NOCOPY jtf_number_table,
7049: x_inventory_item_id OUT NOCOPY jtf_number_table,
7050: x_quantity OUT NOCOPY jtf_number_table,
7051: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
7052: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
7053: x_marketing_source_code_id OUT NOCOPY jtf_number_table,

Line 7050: x_quantity OUT NOCOPY jtf_number_table,

7046: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
7047: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
7048: x_organization_id OUT NOCOPY jtf_number_table,
7049: x_inventory_item_id OUT NOCOPY jtf_number_table,
7050: x_quantity OUT NOCOPY jtf_number_table,
7051: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
7052: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
7053: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
7054: x_price_list_id OUT NOCOPY jtf_number_table,

Line 7053: x_marketing_source_code_id OUT NOCOPY jtf_number_table,

7049: x_inventory_item_id OUT NOCOPY jtf_number_table,
7050: x_quantity OUT NOCOPY jtf_number_table,
7051: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
7052: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
7053: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
7054: x_price_list_id OUT NOCOPY jtf_number_table,
7055: x_price_list_line_id OUT NOCOPY jtf_number_table,
7056: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
7057: x_line_list_price OUT NOCOPY jtf_number_table,

Line 7054: x_price_list_id OUT NOCOPY jtf_number_table,

7050: x_quantity OUT NOCOPY jtf_number_table,
7051: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
7052: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
7053: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
7054: x_price_list_id OUT NOCOPY jtf_number_table,
7055: x_price_list_line_id OUT NOCOPY jtf_number_table,
7056: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
7057: x_line_list_price OUT NOCOPY jtf_number_table,
7058: x_line_adjusted_amount OUT NOCOPY jtf_number_table,

Line 7055: x_price_list_line_id OUT NOCOPY jtf_number_table,

7051: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
7052: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
7053: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
7054: x_price_list_id OUT NOCOPY jtf_number_table,
7055: x_price_list_line_id OUT NOCOPY jtf_number_table,
7056: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
7057: x_line_list_price OUT NOCOPY jtf_number_table,
7058: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
7059: x_line_adjusted_percent OUT NOCOPY jtf_number_table,

Line 7057: x_line_list_price OUT NOCOPY jtf_number_table,

7053: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
7054: x_price_list_id OUT NOCOPY jtf_number_table,
7055: x_price_list_line_id OUT NOCOPY jtf_number_table,
7056: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
7057: x_line_list_price OUT NOCOPY jtf_number_table,
7058: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
7059: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
7060: x_line_quote_price OUT NOCOPY jtf_number_table,
7061: x_related_item_id OUT NOCOPY jtf_number_table,

Line 7058: x_line_adjusted_amount OUT NOCOPY jtf_number_table,

7054: x_price_list_id OUT NOCOPY jtf_number_table,
7055: x_price_list_line_id OUT NOCOPY jtf_number_table,
7056: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
7057: x_line_list_price OUT NOCOPY jtf_number_table,
7058: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
7059: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
7060: x_line_quote_price OUT NOCOPY jtf_number_table,
7061: x_related_item_id OUT NOCOPY jtf_number_table,
7062: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,

Line 7059: x_line_adjusted_percent OUT NOCOPY jtf_number_table,

7055: x_price_list_line_id OUT NOCOPY jtf_number_table,
7056: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
7057: x_line_list_price OUT NOCOPY jtf_number_table,
7058: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
7059: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
7060: x_line_quote_price OUT NOCOPY jtf_number_table,
7061: x_related_item_id OUT NOCOPY jtf_number_table,
7062: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
7063: x_accounting_rule_id OUT NOCOPY jtf_number_table,

Line 7060: x_line_quote_price OUT NOCOPY jtf_number_table,

7056: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
7057: x_line_list_price OUT NOCOPY jtf_number_table,
7058: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
7059: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
7060: x_line_quote_price OUT NOCOPY jtf_number_table,
7061: x_related_item_id OUT NOCOPY jtf_number_table,
7062: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
7063: x_accounting_rule_id OUT NOCOPY jtf_number_table,
7064: x_invoicing_rule_id OUT NOCOPY jtf_number_table,

Line 7061: x_related_item_id OUT NOCOPY jtf_number_table,

7057: x_line_list_price OUT NOCOPY jtf_number_table,
7058: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
7059: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
7060: x_line_quote_price OUT NOCOPY jtf_number_table,
7061: x_related_item_id OUT NOCOPY jtf_number_table,
7062: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
7063: x_accounting_rule_id OUT NOCOPY jtf_number_table,
7064: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
7065: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,

Line 7063: x_accounting_rule_id OUT NOCOPY jtf_number_table,

7059: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
7060: x_line_quote_price OUT NOCOPY jtf_number_table,
7061: x_related_item_id OUT NOCOPY jtf_number_table,
7062: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
7063: x_accounting_rule_id OUT NOCOPY jtf_number_table,
7064: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
7065: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,
7066: x_backorder_flag OUT NOCOPY jtf_varchar2_table_100,
7067: x_minisite_id OUT NOCOPY jtf_number_table,

Line 7064: x_invoicing_rule_id OUT NOCOPY jtf_number_table,

7060: x_line_quote_price OUT NOCOPY jtf_number_table,
7061: x_related_item_id OUT NOCOPY jtf_number_table,
7062: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
7063: x_accounting_rule_id OUT NOCOPY jtf_number_table,
7064: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
7065: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,
7066: x_backorder_flag OUT NOCOPY jtf_varchar2_table_100,
7067: x_minisite_id OUT NOCOPY jtf_number_table,
7068: x_section_id OUT NOCOPY jtf_number_table,

Line 7067: x_minisite_id OUT NOCOPY jtf_number_table,

7063: x_accounting_rule_id OUT NOCOPY jtf_number_table,
7064: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
7065: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,
7066: x_backorder_flag OUT NOCOPY jtf_varchar2_table_100,
7067: x_minisite_id OUT NOCOPY jtf_number_table,
7068: x_section_id OUT NOCOPY jtf_number_table,
7069: x_selling_price_change OUT NOCOPY jtf_varchar2_table_100,
7070: x_recalculate_flag OUT NOCOPY jtf_varchar2_table_100,
7071: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,

Line 7068: x_section_id OUT NOCOPY jtf_number_table,

7064: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
7065: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,
7066: x_backorder_flag OUT NOCOPY jtf_varchar2_table_100,
7067: x_minisite_id OUT NOCOPY jtf_number_table,
7068: x_section_id OUT NOCOPY jtf_number_table,
7069: x_selling_price_change OUT NOCOPY jtf_varchar2_table_100,
7070: x_recalculate_flag OUT NOCOPY jtf_varchar2_table_100,
7071: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
7072: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,

Line 7098: x_quote_line_id := jtf_number_table();

7094: )
7095: AS
7096: ddindx binary_integer; indx binary_integer;
7097: BEGIN
7098: x_quote_line_id := jtf_number_table();
7099:
7100: /*-- The following output parameters are ignored
7101: x_operation_code := jtf_varchar2_table_100();
7102: x_creation_date := jtf_date_table();

Line 7103: x_created_by := jtf_number_table();

7099:
7100: /*-- The following output parameters are ignored
7101: x_operation_code := jtf_varchar2_table_100();
7102: x_creation_date := jtf_date_table();
7103: x_created_by := jtf_number_table();
7104: x_last_update_date := jtf_date_table();
7105: x_last_updated_by := jtf_number_table();
7106: x_last_update_login := jtf_number_table();
7107: x_request_id := jtf_number_table();

Line 7105: x_last_updated_by := jtf_number_table();

7101: x_operation_code := jtf_varchar2_table_100();
7102: x_creation_date := jtf_date_table();
7103: x_created_by := jtf_number_table();
7104: x_last_update_date := jtf_date_table();
7105: x_last_updated_by := jtf_number_table();
7106: x_last_update_login := jtf_number_table();
7107: x_request_id := jtf_number_table();
7108: x_program_application_id := jtf_number_table();
7109: x_program_id := jtf_number_table();

Line 7106: x_last_update_login := jtf_number_table();

7102: x_creation_date := jtf_date_table();
7103: x_created_by := jtf_number_table();
7104: x_last_update_date := jtf_date_table();
7105: x_last_updated_by := jtf_number_table();
7106: x_last_update_login := jtf_number_table();
7107: x_request_id := jtf_number_table();
7108: x_program_application_id := jtf_number_table();
7109: x_program_id := jtf_number_table();
7110: x_program_update_date := jtf_date_table();

Line 7107: x_request_id := jtf_number_table();

7103: x_created_by := jtf_number_table();
7104: x_last_update_date := jtf_date_table();
7105: x_last_updated_by := jtf_number_table();
7106: x_last_update_login := jtf_number_table();
7107: x_request_id := jtf_number_table();
7108: x_program_application_id := jtf_number_table();
7109: x_program_id := jtf_number_table();
7110: x_program_update_date := jtf_date_table();
7111: x_quote_header_id := jtf_number_table();

Line 7108: x_program_application_id := jtf_number_table();

7104: x_last_update_date := jtf_date_table();
7105: x_last_updated_by := jtf_number_table();
7106: x_last_update_login := jtf_number_table();
7107: x_request_id := jtf_number_table();
7108: x_program_application_id := jtf_number_table();
7109: x_program_id := jtf_number_table();
7110: x_program_update_date := jtf_date_table();
7111: x_quote_header_id := jtf_number_table();
7112: x_org_id := jtf_number_table();

Line 7109: x_program_id := jtf_number_table();

7105: x_last_updated_by := jtf_number_table();
7106: x_last_update_login := jtf_number_table();
7107: x_request_id := jtf_number_table();
7108: x_program_application_id := jtf_number_table();
7109: x_program_id := jtf_number_table();
7110: x_program_update_date := jtf_date_table();
7111: x_quote_header_id := jtf_number_table();
7112: x_org_id := jtf_number_table();
7113: x_line_category_code := jtf_varchar2_table_100();

Line 7111: x_quote_header_id := jtf_number_table();

7107: x_request_id := jtf_number_table();
7108: x_program_application_id := jtf_number_table();
7109: x_program_id := jtf_number_table();
7110: x_program_update_date := jtf_date_table();
7111: x_quote_header_id := jtf_number_table();
7112: x_org_id := jtf_number_table();
7113: x_line_category_code := jtf_varchar2_table_100();
7114: x_item_type_code := jtf_varchar2_table_100();
7115: x_line_number := jtf_number_table();

Line 7112: x_org_id := jtf_number_table();

7108: x_program_application_id := jtf_number_table();
7109: x_program_id := jtf_number_table();
7110: x_program_update_date := jtf_date_table();
7111: x_quote_header_id := jtf_number_table();
7112: x_org_id := jtf_number_table();
7113: x_line_category_code := jtf_varchar2_table_100();
7114: x_item_type_code := jtf_varchar2_table_100();
7115: x_line_number := jtf_number_table();
7116: x_start_date_active := jtf_date_table();

Line 7115: x_line_number := jtf_number_table();

7111: x_quote_header_id := jtf_number_table();
7112: x_org_id := jtf_number_table();
7113: x_line_category_code := jtf_varchar2_table_100();
7114: x_item_type_code := jtf_varchar2_table_100();
7115: x_line_number := jtf_number_table();
7116: x_start_date_active := jtf_date_table();
7117: x_end_date_active := jtf_date_table();
7118: x_order_line_type_id := jtf_number_table();
7119: x_invoice_to_party_site_id := jtf_number_table();

Line 7118: x_order_line_type_id := jtf_number_table();

7114: x_item_type_code := jtf_varchar2_table_100();
7115: x_line_number := jtf_number_table();
7116: x_start_date_active := jtf_date_table();
7117: x_end_date_active := jtf_date_table();
7118: x_order_line_type_id := jtf_number_table();
7119: x_invoice_to_party_site_id := jtf_number_table();
7120: x_invoice_to_party_id := jtf_number_table();
7121: x_invoice_to_cust_account_id := jtf_number_table();
7122: x_organization_id := jtf_number_table();

Line 7119: x_invoice_to_party_site_id := jtf_number_table();

7115: x_line_number := jtf_number_table();
7116: x_start_date_active := jtf_date_table();
7117: x_end_date_active := jtf_date_table();
7118: x_order_line_type_id := jtf_number_table();
7119: x_invoice_to_party_site_id := jtf_number_table();
7120: x_invoice_to_party_id := jtf_number_table();
7121: x_invoice_to_cust_account_id := jtf_number_table();
7122: x_organization_id := jtf_number_table();
7123: x_inventory_item_id := jtf_number_table();

Line 7120: x_invoice_to_party_id := jtf_number_table();

7116: x_start_date_active := jtf_date_table();
7117: x_end_date_active := jtf_date_table();
7118: x_order_line_type_id := jtf_number_table();
7119: x_invoice_to_party_site_id := jtf_number_table();
7120: x_invoice_to_party_id := jtf_number_table();
7121: x_invoice_to_cust_account_id := jtf_number_table();
7122: x_organization_id := jtf_number_table();
7123: x_inventory_item_id := jtf_number_table();
7124: x_quantity := jtf_number_table();

Line 7121: x_invoice_to_cust_account_id := jtf_number_table();

7117: x_end_date_active := jtf_date_table();
7118: x_order_line_type_id := jtf_number_table();
7119: x_invoice_to_party_site_id := jtf_number_table();
7120: x_invoice_to_party_id := jtf_number_table();
7121: x_invoice_to_cust_account_id := jtf_number_table();
7122: x_organization_id := jtf_number_table();
7123: x_inventory_item_id := jtf_number_table();
7124: x_quantity := jtf_number_table();
7125: x_uom_code := jtf_varchar2_table_100();

Line 7122: x_organization_id := jtf_number_table();

7118: x_order_line_type_id := jtf_number_table();
7119: x_invoice_to_party_site_id := jtf_number_table();
7120: x_invoice_to_party_id := jtf_number_table();
7121: x_invoice_to_cust_account_id := jtf_number_table();
7122: x_organization_id := jtf_number_table();
7123: x_inventory_item_id := jtf_number_table();
7124: x_quantity := jtf_number_table();
7125: x_uom_code := jtf_varchar2_table_100();
7126: x_pricing_quantity_uom := jtf_varchar2_table_100();

Line 7123: x_inventory_item_id := jtf_number_table();

7119: x_invoice_to_party_site_id := jtf_number_table();
7120: x_invoice_to_party_id := jtf_number_table();
7121: x_invoice_to_cust_account_id := jtf_number_table();
7122: x_organization_id := jtf_number_table();
7123: x_inventory_item_id := jtf_number_table();
7124: x_quantity := jtf_number_table();
7125: x_uom_code := jtf_varchar2_table_100();
7126: x_pricing_quantity_uom := jtf_varchar2_table_100();
7127: x_marketing_source_code_id := jtf_number_table();

Line 7124: x_quantity := jtf_number_table();

7120: x_invoice_to_party_id := jtf_number_table();
7121: x_invoice_to_cust_account_id := jtf_number_table();
7122: x_organization_id := jtf_number_table();
7123: x_inventory_item_id := jtf_number_table();
7124: x_quantity := jtf_number_table();
7125: x_uom_code := jtf_varchar2_table_100();
7126: x_pricing_quantity_uom := jtf_varchar2_table_100();
7127: x_marketing_source_code_id := jtf_number_table();
7128: x_price_list_id := jtf_number_table();

Line 7127: x_marketing_source_code_id := jtf_number_table();

7123: x_inventory_item_id := jtf_number_table();
7124: x_quantity := jtf_number_table();
7125: x_uom_code := jtf_varchar2_table_100();
7126: x_pricing_quantity_uom := jtf_varchar2_table_100();
7127: x_marketing_source_code_id := jtf_number_table();
7128: x_price_list_id := jtf_number_table();
7129: x_price_list_line_id := jtf_number_table();
7130: x_currency_code := jtf_varchar2_table_100();
7131: x_line_list_price := jtf_number_table();

Line 7128: x_price_list_id := jtf_number_table();

7124: x_quantity := jtf_number_table();
7125: x_uom_code := jtf_varchar2_table_100();
7126: x_pricing_quantity_uom := jtf_varchar2_table_100();
7127: x_marketing_source_code_id := jtf_number_table();
7128: x_price_list_id := jtf_number_table();
7129: x_price_list_line_id := jtf_number_table();
7130: x_currency_code := jtf_varchar2_table_100();
7131: x_line_list_price := jtf_number_table();
7132: x_line_adjusted_amount := jtf_number_table();

Line 7129: x_price_list_line_id := jtf_number_table();

7125: x_uom_code := jtf_varchar2_table_100();
7126: x_pricing_quantity_uom := jtf_varchar2_table_100();
7127: x_marketing_source_code_id := jtf_number_table();
7128: x_price_list_id := jtf_number_table();
7129: x_price_list_line_id := jtf_number_table();
7130: x_currency_code := jtf_varchar2_table_100();
7131: x_line_list_price := jtf_number_table();
7132: x_line_adjusted_amount := jtf_number_table();
7133: x_line_adjusted_percent := jtf_number_table();

Line 7131: x_line_list_price := jtf_number_table();

7127: x_marketing_source_code_id := jtf_number_table();
7128: x_price_list_id := jtf_number_table();
7129: x_price_list_line_id := jtf_number_table();
7130: x_currency_code := jtf_varchar2_table_100();
7131: x_line_list_price := jtf_number_table();
7132: x_line_adjusted_amount := jtf_number_table();
7133: x_line_adjusted_percent := jtf_number_table();
7134: x_line_quote_price := jtf_number_table();
7135: x_related_item_id := jtf_number_table();

Line 7132: x_line_adjusted_amount := jtf_number_table();

7128: x_price_list_id := jtf_number_table();
7129: x_price_list_line_id := jtf_number_table();
7130: x_currency_code := jtf_varchar2_table_100();
7131: x_line_list_price := jtf_number_table();
7132: x_line_adjusted_amount := jtf_number_table();
7133: x_line_adjusted_percent := jtf_number_table();
7134: x_line_quote_price := jtf_number_table();
7135: x_related_item_id := jtf_number_table();
7136: x_item_relationship_type := jtf_varchar2_table_100();

Line 7133: x_line_adjusted_percent := jtf_number_table();

7129: x_price_list_line_id := jtf_number_table();
7130: x_currency_code := jtf_varchar2_table_100();
7131: x_line_list_price := jtf_number_table();
7132: x_line_adjusted_amount := jtf_number_table();
7133: x_line_adjusted_percent := jtf_number_table();
7134: x_line_quote_price := jtf_number_table();
7135: x_related_item_id := jtf_number_table();
7136: x_item_relationship_type := jtf_varchar2_table_100();
7137: x_accounting_rule_id := jtf_number_table();

Line 7134: x_line_quote_price := jtf_number_table();

7130: x_currency_code := jtf_varchar2_table_100();
7131: x_line_list_price := jtf_number_table();
7132: x_line_adjusted_amount := jtf_number_table();
7133: x_line_adjusted_percent := jtf_number_table();
7134: x_line_quote_price := jtf_number_table();
7135: x_related_item_id := jtf_number_table();
7136: x_item_relationship_type := jtf_varchar2_table_100();
7137: x_accounting_rule_id := jtf_number_table();
7138: x_invoicing_rule_id := jtf_number_table();

Line 7135: x_related_item_id := jtf_number_table();

7131: x_line_list_price := jtf_number_table();
7132: x_line_adjusted_amount := jtf_number_table();
7133: x_line_adjusted_percent := jtf_number_table();
7134: x_line_quote_price := jtf_number_table();
7135: x_related_item_id := jtf_number_table();
7136: x_item_relationship_type := jtf_varchar2_table_100();
7137: x_accounting_rule_id := jtf_number_table();
7138: x_invoicing_rule_id := jtf_number_table();
7139: x_split_shipment_flag := jtf_varchar2_table_100();

Line 7137: x_accounting_rule_id := jtf_number_table();

7133: x_line_adjusted_percent := jtf_number_table();
7134: x_line_quote_price := jtf_number_table();
7135: x_related_item_id := jtf_number_table();
7136: x_item_relationship_type := jtf_varchar2_table_100();
7137: x_accounting_rule_id := jtf_number_table();
7138: x_invoicing_rule_id := jtf_number_table();
7139: x_split_shipment_flag := jtf_varchar2_table_100();
7140: x_backorder_flag := jtf_varchar2_table_100();
7141: x_minisite_id := jtf_number_table();

Line 7138: x_invoicing_rule_id := jtf_number_table();

7134: x_line_quote_price := jtf_number_table();
7135: x_related_item_id := jtf_number_table();
7136: x_item_relationship_type := jtf_varchar2_table_100();
7137: x_accounting_rule_id := jtf_number_table();
7138: x_invoicing_rule_id := jtf_number_table();
7139: x_split_shipment_flag := jtf_varchar2_table_100();
7140: x_backorder_flag := jtf_varchar2_table_100();
7141: x_minisite_id := jtf_number_table();
7142: x_section_id := jtf_number_table();

Line 7141: x_minisite_id := jtf_number_table();

7137: x_accounting_rule_id := jtf_number_table();
7138: x_invoicing_rule_id := jtf_number_table();
7139: x_split_shipment_flag := jtf_varchar2_table_100();
7140: x_backorder_flag := jtf_varchar2_table_100();
7141: x_minisite_id := jtf_number_table();
7142: x_section_id := jtf_number_table();
7143: x_selling_price_change := jtf_varchar2_table_100();
7144: x_recalculate_flag := jtf_varchar2_table_100();
7145: x_attribute_category := jtf_varchar2_table_100();

Line 7142: x_section_id := jtf_number_table();

7138: x_invoicing_rule_id := jtf_number_table();
7139: x_split_shipment_flag := jtf_varchar2_table_100();
7140: x_backorder_flag := jtf_varchar2_table_100();
7141: x_minisite_id := jtf_number_table();
7142: x_section_id := jtf_number_table();
7143: x_selling_price_change := jtf_varchar2_table_100();
7144: x_recalculate_flag := jtf_varchar2_table_100();
7145: x_attribute_category := jtf_varchar2_table_100();
7146: x_attribute1 := jtf_varchar2_table_200();

Line 7328: x_quote_line_detail_id OUT NOCOPY jtf_number_table

7324:
7325: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso quote line detail table
7326: PROCEDURE Set_Qte_Line_Dtl_Tbl_Out(
7327: p_qte_line_dtl_tbl IN ASO_Quote_Pub.Qte_Line_Dtl_Tbl_Type,
7328: x_quote_line_detail_id OUT NOCOPY jtf_number_table
7329:
7330: /*-- The following output parameters are ignored
7331: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7332: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 7332: x_qte_line_index OUT NOCOPY jtf_number_table,

7328: x_quote_line_detail_id OUT NOCOPY jtf_number_table
7329:
7330: /*-- The following output parameters are ignored
7331: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7332: x_qte_line_index OUT NOCOPY jtf_number_table,
7333: x_creation_date OUT NOCOPY jtf_date_table,
7334: x_created_by OUT NOCOPY jtf_number_table,
7335: x_last_update_date OUT NOCOPY jtf_date_table,
7336: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 7334: x_created_by OUT NOCOPY jtf_number_table,

7330: /*-- The following output parameters are ignored
7331: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7332: x_qte_line_index OUT NOCOPY jtf_number_table,
7333: x_creation_date OUT NOCOPY jtf_date_table,
7334: x_created_by OUT NOCOPY jtf_number_table,
7335: x_last_update_date OUT NOCOPY jtf_date_table,
7336: x_last_updated_by OUT NOCOPY jtf_number_table,
7337: x_last_update_login OUT NOCOPY jtf_number_table,
7338: x_request_id OUT NOCOPY jtf_number_table,

Line 7336: x_last_updated_by OUT NOCOPY jtf_number_table,

7332: x_qte_line_index OUT NOCOPY jtf_number_table,
7333: x_creation_date OUT NOCOPY jtf_date_table,
7334: x_created_by OUT NOCOPY jtf_number_table,
7335: x_last_update_date OUT NOCOPY jtf_date_table,
7336: x_last_updated_by OUT NOCOPY jtf_number_table,
7337: x_last_update_login OUT NOCOPY jtf_number_table,
7338: x_request_id OUT NOCOPY jtf_number_table,
7339: x_program_application_id OUT NOCOPY jtf_number_table,
7340: x_program_id OUT NOCOPY jtf_number_table,

Line 7337: x_last_update_login OUT NOCOPY jtf_number_table,

7333: x_creation_date OUT NOCOPY jtf_date_table,
7334: x_created_by OUT NOCOPY jtf_number_table,
7335: x_last_update_date OUT NOCOPY jtf_date_table,
7336: x_last_updated_by OUT NOCOPY jtf_number_table,
7337: x_last_update_login OUT NOCOPY jtf_number_table,
7338: x_request_id OUT NOCOPY jtf_number_table,
7339: x_program_application_id OUT NOCOPY jtf_number_table,
7340: x_program_id OUT NOCOPY jtf_number_table,
7341: x_program_update_date OUT NOCOPY jtf_date_table,

Line 7338: x_request_id OUT NOCOPY jtf_number_table,

7334: x_created_by OUT NOCOPY jtf_number_table,
7335: x_last_update_date OUT NOCOPY jtf_date_table,
7336: x_last_updated_by OUT NOCOPY jtf_number_table,
7337: x_last_update_login OUT NOCOPY jtf_number_table,
7338: x_request_id OUT NOCOPY jtf_number_table,
7339: x_program_application_id OUT NOCOPY jtf_number_table,
7340: x_program_id OUT NOCOPY jtf_number_table,
7341: x_program_update_date OUT NOCOPY jtf_date_table,
7342: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 7339: x_program_application_id OUT NOCOPY jtf_number_table,

7335: x_last_update_date OUT NOCOPY jtf_date_table,
7336: x_last_updated_by OUT NOCOPY jtf_number_table,
7337: x_last_update_login OUT NOCOPY jtf_number_table,
7338: x_request_id OUT NOCOPY jtf_number_table,
7339: x_program_application_id OUT NOCOPY jtf_number_table,
7340: x_program_id OUT NOCOPY jtf_number_table,
7341: x_program_update_date OUT NOCOPY jtf_date_table,
7342: x_quote_line_id OUT NOCOPY jtf_number_table,
7343: x_config_header_id OUT NOCOPY jtf_number_table,

Line 7340: x_program_id OUT NOCOPY jtf_number_table,

7336: x_last_updated_by OUT NOCOPY jtf_number_table,
7337: x_last_update_login OUT NOCOPY jtf_number_table,
7338: x_request_id OUT NOCOPY jtf_number_table,
7339: x_program_application_id OUT NOCOPY jtf_number_table,
7340: x_program_id OUT NOCOPY jtf_number_table,
7341: x_program_update_date OUT NOCOPY jtf_date_table,
7342: x_quote_line_id OUT NOCOPY jtf_number_table,
7343: x_config_header_id OUT NOCOPY jtf_number_table,
7344: x_config_revision_num OUT NOCOPY jtf_number_table,

Line 7342: x_quote_line_id OUT NOCOPY jtf_number_table,

7338: x_request_id OUT NOCOPY jtf_number_table,
7339: x_program_application_id OUT NOCOPY jtf_number_table,
7340: x_program_id OUT NOCOPY jtf_number_table,
7341: x_program_update_date OUT NOCOPY jtf_date_table,
7342: x_quote_line_id OUT NOCOPY jtf_number_table,
7343: x_config_header_id OUT NOCOPY jtf_number_table,
7344: x_config_revision_num OUT NOCOPY jtf_number_table,
7345: x_config_item_id OUT NOCOPY jtf_number_table,
7346: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,

Line 7343: x_config_header_id OUT NOCOPY jtf_number_table,

7339: x_program_application_id OUT NOCOPY jtf_number_table,
7340: x_program_id OUT NOCOPY jtf_number_table,
7341: x_program_update_date OUT NOCOPY jtf_date_table,
7342: x_quote_line_id OUT NOCOPY jtf_number_table,
7343: x_config_header_id OUT NOCOPY jtf_number_table,
7344: x_config_revision_num OUT NOCOPY jtf_number_table,
7345: x_config_item_id OUT NOCOPY jtf_number_table,
7346: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,
7347: x_valid_configuration_flag OUT NOCOPY jtf_varchar2_table_100,

Line 7344: x_config_revision_num OUT NOCOPY jtf_number_table,

7340: x_program_id OUT NOCOPY jtf_number_table,
7341: x_program_update_date OUT NOCOPY jtf_date_table,
7342: x_quote_line_id OUT NOCOPY jtf_number_table,
7343: x_config_header_id OUT NOCOPY jtf_number_table,
7344: x_config_revision_num OUT NOCOPY jtf_number_table,
7345: x_config_item_id OUT NOCOPY jtf_number_table,
7346: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,
7347: x_valid_configuration_flag OUT NOCOPY jtf_varchar2_table_100,
7348: x_component_code OUT NOCOPY jtf_varchar2_table_1200,

Line 7345: x_config_item_id OUT NOCOPY jtf_number_table,

7341: x_program_update_date OUT NOCOPY jtf_date_table,
7342: x_quote_line_id OUT NOCOPY jtf_number_table,
7343: x_config_header_id OUT NOCOPY jtf_number_table,
7344: x_config_revision_num OUT NOCOPY jtf_number_table,
7345: x_config_item_id OUT NOCOPY jtf_number_table,
7346: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,
7347: x_valid_configuration_flag OUT NOCOPY jtf_varchar2_table_100,
7348: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
7349: x_service_coterminate_flag OUT NOCOPY jtf_varchar2_table_100,

Line 7350: x_service_duration OUT NOCOPY jtf_number_table,

7346: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,
7347: x_valid_configuration_flag OUT NOCOPY jtf_varchar2_table_100,
7348: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
7349: x_service_coterminate_flag OUT NOCOPY jtf_varchar2_table_100,
7350: x_service_duration OUT NOCOPY jtf_number_table,
7351: x_service_period OUT NOCOPY jtf_varchar2_table_100,
7352: x_service_unit_selling OUT NOCOPY jtf_number_table,
7353: x_service_unit_list OUT NOCOPY jtf_number_table,
7354: x_service_number OUT NOCOPY jtf_number_table,

Line 7352: x_service_unit_selling OUT NOCOPY jtf_number_table,

7348: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
7349: x_service_coterminate_flag OUT NOCOPY jtf_varchar2_table_100,
7350: x_service_duration OUT NOCOPY jtf_number_table,
7351: x_service_period OUT NOCOPY jtf_varchar2_table_100,
7352: x_service_unit_selling OUT NOCOPY jtf_number_table,
7353: x_service_unit_list OUT NOCOPY jtf_number_table,
7354: x_service_number OUT NOCOPY jtf_number_table,
7355: x_unit_percent_base_price OUT NOCOPY jtf_number_table,
7356: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,

Line 7353: x_service_unit_list OUT NOCOPY jtf_number_table,

7349: x_service_coterminate_flag OUT NOCOPY jtf_varchar2_table_100,
7350: x_service_duration OUT NOCOPY jtf_number_table,
7351: x_service_period OUT NOCOPY jtf_varchar2_table_100,
7352: x_service_unit_selling OUT NOCOPY jtf_number_table,
7353: x_service_unit_list OUT NOCOPY jtf_number_table,
7354: x_service_number OUT NOCOPY jtf_number_table,
7355: x_unit_percent_base_price OUT NOCOPY jtf_number_table,
7356: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
7357: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,

Line 7354: x_service_number OUT NOCOPY jtf_number_table,

7350: x_service_duration OUT NOCOPY jtf_number_table,
7351: x_service_period OUT NOCOPY jtf_varchar2_table_100,
7352: x_service_unit_selling OUT NOCOPY jtf_number_table,
7353: x_service_unit_list OUT NOCOPY jtf_number_table,
7354: x_service_number OUT NOCOPY jtf_number_table,
7355: x_unit_percent_base_price OUT NOCOPY jtf_number_table,
7356: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
7357: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
7358: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,

Line 7355: x_unit_percent_base_price OUT NOCOPY jtf_number_table,

7351: x_service_period OUT NOCOPY jtf_varchar2_table_100,
7352: x_service_unit_selling OUT NOCOPY jtf_number_table,
7353: x_service_unit_list OUT NOCOPY jtf_number_table,
7354: x_service_number OUT NOCOPY jtf_number_table,
7355: x_unit_percent_base_price OUT NOCOPY jtf_number_table,
7356: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
7357: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
7358: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,
7359: x_attribute3 OUT NOCOPY jtf_varchar2_table_200,

Line 7373: x_service_ref_order_number OUT NOCOPY jtf_number_table,

7369: x_attribute13 OUT NOCOPY jtf_varchar2_table_200,
7370: x_attribute14 OUT NOCOPY jtf_varchar2_table_200,
7371: x_attribute15 OUT NOCOPY jtf_varchar2_table_200,
7372: x_service_ref_type_code OUT NOCOPY jtf_varchar2_table_100,
7373: x_service_ref_order_number OUT NOCOPY jtf_number_table,
7374: x_service_ref_line_number OUT NOCOPY jtf_number_table,
7375: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
7376: x_service_ref_line_id OUT NOCOPY jtf_number_table,
7377: x_service_ref_system_id OUT NOCOPY jtf_number_table,

Line 7374: x_service_ref_line_number OUT NOCOPY jtf_number_table,

7370: x_attribute14 OUT NOCOPY jtf_varchar2_table_200,
7371: x_attribute15 OUT NOCOPY jtf_varchar2_table_200,
7372: x_service_ref_type_code OUT NOCOPY jtf_varchar2_table_100,
7373: x_service_ref_order_number OUT NOCOPY jtf_number_table,
7374: x_service_ref_line_number OUT NOCOPY jtf_number_table,
7375: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
7376: x_service_ref_line_id OUT NOCOPY jtf_number_table,
7377: x_service_ref_system_id OUT NOCOPY jtf_number_table,
7378: x_service_ref_option_numb OUT NOCOPY jtf_number_table,

Line 7375: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,

7371: x_attribute15 OUT NOCOPY jtf_varchar2_table_200,
7372: x_service_ref_type_code OUT NOCOPY jtf_varchar2_table_100,
7373: x_service_ref_order_number OUT NOCOPY jtf_number_table,
7374: x_service_ref_line_number OUT NOCOPY jtf_number_table,
7375: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
7376: x_service_ref_line_id OUT NOCOPY jtf_number_table,
7377: x_service_ref_system_id OUT NOCOPY jtf_number_table,
7378: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
7379: x_service_ref_shipment OUT NOCOPY jtf_number_table,

Line 7376: x_service_ref_line_id OUT NOCOPY jtf_number_table,

7372: x_service_ref_type_code OUT NOCOPY jtf_varchar2_table_100,
7373: x_service_ref_order_number OUT NOCOPY jtf_number_table,
7374: x_service_ref_line_number OUT NOCOPY jtf_number_table,
7375: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
7376: x_service_ref_line_id OUT NOCOPY jtf_number_table,
7377: x_service_ref_system_id OUT NOCOPY jtf_number_table,
7378: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
7379: x_service_ref_shipment OUT NOCOPY jtf_number_table,
7380: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,

Line 7377: x_service_ref_system_id OUT NOCOPY jtf_number_table,

7373: x_service_ref_order_number OUT NOCOPY jtf_number_table,
7374: x_service_ref_line_number OUT NOCOPY jtf_number_table,
7375: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
7376: x_service_ref_line_id OUT NOCOPY jtf_number_table,
7377: x_service_ref_system_id OUT NOCOPY jtf_number_table,
7378: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
7379: x_service_ref_shipment OUT NOCOPY jtf_number_table,
7380: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
7381: x_return_ref_header_id OUT NOCOPY jtf_number_table,

Line 7378: x_service_ref_option_numb OUT NOCOPY jtf_number_table,

7374: x_service_ref_line_number OUT NOCOPY jtf_number_table,
7375: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
7376: x_service_ref_line_id OUT NOCOPY jtf_number_table,
7377: x_service_ref_system_id OUT NOCOPY jtf_number_table,
7378: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
7379: x_service_ref_shipment OUT NOCOPY jtf_number_table,
7380: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
7381: x_return_ref_header_id OUT NOCOPY jtf_number_table,
7382: x_return_ref_line_id OUT NOCOPY jtf_number_table,

Line 7379: x_service_ref_shipment OUT NOCOPY jtf_number_table,

7375: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
7376: x_service_ref_line_id OUT NOCOPY jtf_number_table,
7377: x_service_ref_system_id OUT NOCOPY jtf_number_table,
7378: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
7379: x_service_ref_shipment OUT NOCOPY jtf_number_table,
7380: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
7381: x_return_ref_header_id OUT NOCOPY jtf_number_table,
7382: x_return_ref_line_id OUT NOCOPY jtf_number_table,
7383: x_return_attribute1 OUT NOCOPY jtf_varchar2_table_300,

Line 7381: x_return_ref_header_id OUT NOCOPY jtf_number_table,

7377: x_service_ref_system_id OUT NOCOPY jtf_number_table,
7378: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
7379: x_service_ref_shipment OUT NOCOPY jtf_number_table,
7380: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
7381: x_return_ref_header_id OUT NOCOPY jtf_number_table,
7382: x_return_ref_line_id OUT NOCOPY jtf_number_table,
7383: x_return_attribute1 OUT NOCOPY jtf_varchar2_table_300,
7384: x_return_attribute2 OUT NOCOPY jtf_varchar2_table_300,
7385: x_return_attribute3 OUT NOCOPY jtf_varchar2_table_300,

Line 7382: x_return_ref_line_id OUT NOCOPY jtf_number_table,

7378: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
7379: x_service_ref_shipment OUT NOCOPY jtf_number_table,
7380: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
7381: x_return_ref_header_id OUT NOCOPY jtf_number_table,
7382: x_return_ref_line_id OUT NOCOPY jtf_number_table,
7383: x_return_attribute1 OUT NOCOPY jtf_varchar2_table_300,
7384: x_return_attribute2 OUT NOCOPY jtf_varchar2_table_300,
7385: x_return_attribute3 OUT NOCOPY jtf_varchar2_table_300,
7386: x_return_attribute4 OUT NOCOPY jtf_varchar2_table_300,

Line 7406: x_quote_line_detail_id := jtf_number_table();

7402: )
7403: AS
7404: ddindx binary_integer; indx binary_integer;
7405: BEGIN
7406: x_quote_line_detail_id := jtf_number_table();
7407:
7408: /*-- The following output parameters are ignored
7409: x_operation_code := jtf_varchar2_table_100();
7410: x_qte_line_index := jtf_number_table();

Line 7410: x_qte_line_index := jtf_number_table();

7406: x_quote_line_detail_id := jtf_number_table();
7407:
7408: /*-- The following output parameters are ignored
7409: x_operation_code := jtf_varchar2_table_100();
7410: x_qte_line_index := jtf_number_table();
7411: x_creation_date := jtf_date_table();
7412: x_created_by := jtf_number_table();
7413: x_last_update_date := jtf_date_table();
7414: x_last_updated_by := jtf_number_table();

Line 7412: x_created_by := jtf_number_table();

7408: /*-- The following output parameters are ignored
7409: x_operation_code := jtf_varchar2_table_100();
7410: x_qte_line_index := jtf_number_table();
7411: x_creation_date := jtf_date_table();
7412: x_created_by := jtf_number_table();
7413: x_last_update_date := jtf_date_table();
7414: x_last_updated_by := jtf_number_table();
7415: x_last_update_login := jtf_number_table();
7416: x_request_id := jtf_number_table();

Line 7414: x_last_updated_by := jtf_number_table();

7410: x_qte_line_index := jtf_number_table();
7411: x_creation_date := jtf_date_table();
7412: x_created_by := jtf_number_table();
7413: x_last_update_date := jtf_date_table();
7414: x_last_updated_by := jtf_number_table();
7415: x_last_update_login := jtf_number_table();
7416: x_request_id := jtf_number_table();
7417: x_program_application_id := jtf_number_table();
7418: x_program_id := jtf_number_table();

Line 7415: x_last_update_login := jtf_number_table();

7411: x_creation_date := jtf_date_table();
7412: x_created_by := jtf_number_table();
7413: x_last_update_date := jtf_date_table();
7414: x_last_updated_by := jtf_number_table();
7415: x_last_update_login := jtf_number_table();
7416: x_request_id := jtf_number_table();
7417: x_program_application_id := jtf_number_table();
7418: x_program_id := jtf_number_table();
7419: x_program_update_date := jtf_date_table();

Line 7416: x_request_id := jtf_number_table();

7412: x_created_by := jtf_number_table();
7413: x_last_update_date := jtf_date_table();
7414: x_last_updated_by := jtf_number_table();
7415: x_last_update_login := jtf_number_table();
7416: x_request_id := jtf_number_table();
7417: x_program_application_id := jtf_number_table();
7418: x_program_id := jtf_number_table();
7419: x_program_update_date := jtf_date_table();
7420: x_quote_line_id := jtf_number_table();

Line 7417: x_program_application_id := jtf_number_table();

7413: x_last_update_date := jtf_date_table();
7414: x_last_updated_by := jtf_number_table();
7415: x_last_update_login := jtf_number_table();
7416: x_request_id := jtf_number_table();
7417: x_program_application_id := jtf_number_table();
7418: x_program_id := jtf_number_table();
7419: x_program_update_date := jtf_date_table();
7420: x_quote_line_id := jtf_number_table();
7421: x_config_header_id := jtf_number_table();

Line 7418: x_program_id := jtf_number_table();

7414: x_last_updated_by := jtf_number_table();
7415: x_last_update_login := jtf_number_table();
7416: x_request_id := jtf_number_table();
7417: x_program_application_id := jtf_number_table();
7418: x_program_id := jtf_number_table();
7419: x_program_update_date := jtf_date_table();
7420: x_quote_line_id := jtf_number_table();
7421: x_config_header_id := jtf_number_table();
7422: x_config_revision_num := jtf_number_table();

Line 7420: x_quote_line_id := jtf_number_table();

7416: x_request_id := jtf_number_table();
7417: x_program_application_id := jtf_number_table();
7418: x_program_id := jtf_number_table();
7419: x_program_update_date := jtf_date_table();
7420: x_quote_line_id := jtf_number_table();
7421: x_config_header_id := jtf_number_table();
7422: x_config_revision_num := jtf_number_table();
7423: x_config_item_id := jtf_number_table();
7424: x_complete_configuration:= jtf_varchar2_table_100();

Line 7421: x_config_header_id := jtf_number_table();

7417: x_program_application_id := jtf_number_table();
7418: x_program_id := jtf_number_table();
7419: x_program_update_date := jtf_date_table();
7420: x_quote_line_id := jtf_number_table();
7421: x_config_header_id := jtf_number_table();
7422: x_config_revision_num := jtf_number_table();
7423: x_config_item_id := jtf_number_table();
7424: x_complete_configuration:= jtf_varchar2_table_100();
7425: x_valid_configuration_flag := jtf_varchar2_table_100();

Line 7422: x_config_revision_num := jtf_number_table();

7418: x_program_id := jtf_number_table();
7419: x_program_update_date := jtf_date_table();
7420: x_quote_line_id := jtf_number_table();
7421: x_config_header_id := jtf_number_table();
7422: x_config_revision_num := jtf_number_table();
7423: x_config_item_id := jtf_number_table();
7424: x_complete_configuration:= jtf_varchar2_table_100();
7425: x_valid_configuration_flag := jtf_varchar2_table_100();
7426: x_component_code := jtf_varchar2_table_1200();

Line 7423: x_config_item_id := jtf_number_table();

7419: x_program_update_date := jtf_date_table();
7420: x_quote_line_id := jtf_number_table();
7421: x_config_header_id := jtf_number_table();
7422: x_config_revision_num := jtf_number_table();
7423: x_config_item_id := jtf_number_table();
7424: x_complete_configuration:= jtf_varchar2_table_100();
7425: x_valid_configuration_flag := jtf_varchar2_table_100();
7426: x_component_code := jtf_varchar2_table_1200();
7427: x_service_coterminate_flag := jtf_varchar2_table_100();

Line 7428: x_service_duration := jtf_number_table();

7424: x_complete_configuration:= jtf_varchar2_table_100();
7425: x_valid_configuration_flag := jtf_varchar2_table_100();
7426: x_component_code := jtf_varchar2_table_1200();
7427: x_service_coterminate_flag := jtf_varchar2_table_100();
7428: x_service_duration := jtf_number_table();
7429: x_service_period := jtf_varchar2_table_100();
7430: x_service_unit_selling := jtf_number_table();
7431: x_service_unit_list:= jtf_number_table();
7432: x_service_number := jtf_number_table();

Line 7430: x_service_unit_selling := jtf_number_table();

7426: x_component_code := jtf_varchar2_table_1200();
7427: x_service_coterminate_flag := jtf_varchar2_table_100();
7428: x_service_duration := jtf_number_table();
7429: x_service_period := jtf_varchar2_table_100();
7430: x_service_unit_selling := jtf_number_table();
7431: x_service_unit_list:= jtf_number_table();
7432: x_service_number := jtf_number_table();
7433: x_unit_percent_base_price := jtf_number_table();
7434: x_attribute_category := jtf_varchar2_table_100();

Line 7431: x_service_unit_list:= jtf_number_table();

7427: x_service_coterminate_flag := jtf_varchar2_table_100();
7428: x_service_duration := jtf_number_table();
7429: x_service_period := jtf_varchar2_table_100();
7430: x_service_unit_selling := jtf_number_table();
7431: x_service_unit_list:= jtf_number_table();
7432: x_service_number := jtf_number_table();
7433: x_unit_percent_base_price := jtf_number_table();
7434: x_attribute_category := jtf_varchar2_table_100();
7435: x_attribute1 := jtf_varchar2_table_200();

Line 7432: x_service_number := jtf_number_table();

7428: x_service_duration := jtf_number_table();
7429: x_service_period := jtf_varchar2_table_100();
7430: x_service_unit_selling := jtf_number_table();
7431: x_service_unit_list:= jtf_number_table();
7432: x_service_number := jtf_number_table();
7433: x_unit_percent_base_price := jtf_number_table();
7434: x_attribute_category := jtf_varchar2_table_100();
7435: x_attribute1 := jtf_varchar2_table_200();
7436: x_attribute2 := jtf_varchar2_table_200();

Line 7433: x_unit_percent_base_price := jtf_number_table();

7429: x_service_period := jtf_varchar2_table_100();
7430: x_service_unit_selling := jtf_number_table();
7431: x_service_unit_list:= jtf_number_table();
7432: x_service_number := jtf_number_table();
7433: x_unit_percent_base_price := jtf_number_table();
7434: x_attribute_category := jtf_varchar2_table_100();
7435: x_attribute1 := jtf_varchar2_table_200();
7436: x_attribute2 := jtf_varchar2_table_200();
7437: x_attribute3 := jtf_varchar2_table_200();

Line 7451: x_service_ref_order_number := jtf_number_table();

7447: x_attribute13 := jtf_varchar2_table_200();
7448: x_attribute14 := jtf_varchar2_table_200();
7449: x_attribute15 := jtf_varchar2_table_200();
7450: x_service_ref_type_code := jtf_varchar2_table_100();
7451: x_service_ref_order_number := jtf_number_table();
7452: x_service_ref_line_number := jtf_number_table();
7453: x_service_ref_qte_line_ind := jtf_number_table();
7454: x_service_ref_line_id := jtf_number_table();
7455: x_service_ref_system_id := jtf_number_table();

Line 7452: x_service_ref_line_number := jtf_number_table();

7448: x_attribute14 := jtf_varchar2_table_200();
7449: x_attribute15 := jtf_varchar2_table_200();
7450: x_service_ref_type_code := jtf_varchar2_table_100();
7451: x_service_ref_order_number := jtf_number_table();
7452: x_service_ref_line_number := jtf_number_table();
7453: x_service_ref_qte_line_ind := jtf_number_table();
7454: x_service_ref_line_id := jtf_number_table();
7455: x_service_ref_system_id := jtf_number_table();
7456: x_service_ref_option_numb := jtf_number_table();

Line 7453: x_service_ref_qte_line_ind := jtf_number_table();

7449: x_attribute15 := jtf_varchar2_table_200();
7450: x_service_ref_type_code := jtf_varchar2_table_100();
7451: x_service_ref_order_number := jtf_number_table();
7452: x_service_ref_line_number := jtf_number_table();
7453: x_service_ref_qte_line_ind := jtf_number_table();
7454: x_service_ref_line_id := jtf_number_table();
7455: x_service_ref_system_id := jtf_number_table();
7456: x_service_ref_option_numb := jtf_number_table();
7457: x_service_ref_shipment:= jtf_number_table();

Line 7454: x_service_ref_line_id := jtf_number_table();

7450: x_service_ref_type_code := jtf_varchar2_table_100();
7451: x_service_ref_order_number := jtf_number_table();
7452: x_service_ref_line_number := jtf_number_table();
7453: x_service_ref_qte_line_ind := jtf_number_table();
7454: x_service_ref_line_id := jtf_number_table();
7455: x_service_ref_system_id := jtf_number_table();
7456: x_service_ref_option_numb := jtf_number_table();
7457: x_service_ref_shipment:= jtf_number_table();
7458: x_return_ref_type := jtf_varchar2_table_100();

Line 7455: x_service_ref_system_id := jtf_number_table();

7451: x_service_ref_order_number := jtf_number_table();
7452: x_service_ref_line_number := jtf_number_table();
7453: x_service_ref_qte_line_ind := jtf_number_table();
7454: x_service_ref_line_id := jtf_number_table();
7455: x_service_ref_system_id := jtf_number_table();
7456: x_service_ref_option_numb := jtf_number_table();
7457: x_service_ref_shipment:= jtf_number_table();
7458: x_return_ref_type := jtf_varchar2_table_100();
7459: x_return_ref_header_id := jtf_number_table();

Line 7456: x_service_ref_option_numb := jtf_number_table();

7452: x_service_ref_line_number := jtf_number_table();
7453: x_service_ref_qte_line_ind := jtf_number_table();
7454: x_service_ref_line_id := jtf_number_table();
7455: x_service_ref_system_id := jtf_number_table();
7456: x_service_ref_option_numb := jtf_number_table();
7457: x_service_ref_shipment:= jtf_number_table();
7458: x_return_ref_type := jtf_varchar2_table_100();
7459: x_return_ref_header_id := jtf_number_table();
7460: x_return_ref_line_id := jtf_number_table();

Line 7457: x_service_ref_shipment:= jtf_number_table();

7453: x_service_ref_qte_line_ind := jtf_number_table();
7454: x_service_ref_line_id := jtf_number_table();
7455: x_service_ref_system_id := jtf_number_table();
7456: x_service_ref_option_numb := jtf_number_table();
7457: x_service_ref_shipment:= jtf_number_table();
7458: x_return_ref_type := jtf_varchar2_table_100();
7459: x_return_ref_header_id := jtf_number_table();
7460: x_return_ref_line_id := jtf_number_table();
7461: x_return_attribute1 := jtf_varchar2_table_300();

Line 7459: x_return_ref_header_id := jtf_number_table();

7455: x_service_ref_system_id := jtf_number_table();
7456: x_service_ref_option_numb := jtf_number_table();
7457: x_service_ref_shipment:= jtf_number_table();
7458: x_return_ref_type := jtf_varchar2_table_100();
7459: x_return_ref_header_id := jtf_number_table();
7460: x_return_ref_line_id := jtf_number_table();
7461: x_return_attribute1 := jtf_varchar2_table_300();
7462: x_return_attribute2 := jtf_varchar2_table_300();
7463: x_return_attribute3 := jtf_varchar2_table_300();

Line 7460: x_return_ref_line_id := jtf_number_table();

7456: x_service_ref_option_numb := jtf_number_table();
7457: x_service_ref_shipment:= jtf_number_table();
7458: x_return_ref_type := jtf_varchar2_table_100();
7459: x_return_ref_header_id := jtf_number_table();
7460: x_return_ref_line_id := jtf_number_table();
7461: x_return_attribute1 := jtf_varchar2_table_300();
7462: x_return_attribute2 := jtf_varchar2_table_300();
7463: x_return_attribute3 := jtf_varchar2_table_300();
7464: x_return_attribute4 := jtf_varchar2_table_300();

Line 7648: x_line_relationship_id OUT NOCOPY jtf_number_table

7644:
7645: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso quote line relationship table
7646: PROCEDURE Set_Line_Rltship_Tbl_Out(
7647: p_qte_line_rltship_tbl IN ASO_Quote_Pub.Line_Rltship_Tbl_Type,
7648: x_line_relationship_id OUT NOCOPY jtf_number_table
7649:
7650: /*-- The following output parameters are ignored
7651: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7652: x_creation_date OUT NOCOPY jtf_date_table,

Line 7653: x_created_by OUT NOCOPY jtf_number_table,

7649:
7650: /*-- The following output parameters are ignored
7651: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7652: x_creation_date OUT NOCOPY jtf_date_table,
7653: x_created_by OUT NOCOPY jtf_number_table,
7654: x_last_update_date OUT NOCOPY jtf_date_table,
7655: x_last_updated_by OUT NOCOPY jtf_number_table,
7656: x_last_update_login OUT NOCOPY jtf_number_table,
7657: x_request_id OUT NOCOPY jtf_number_table,

Line 7655: x_last_updated_by OUT NOCOPY jtf_number_table,

7651: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7652: x_creation_date OUT NOCOPY jtf_date_table,
7653: x_created_by OUT NOCOPY jtf_number_table,
7654: x_last_update_date OUT NOCOPY jtf_date_table,
7655: x_last_updated_by OUT NOCOPY jtf_number_table,
7656: x_last_update_login OUT NOCOPY jtf_number_table,
7657: x_request_id OUT NOCOPY jtf_number_table,
7658: x_program_application_id OUT NOCOPY jtf_number_table,
7659: x_program_id OUT NOCOPY jtf_number_table,

Line 7656: x_last_update_login OUT NOCOPY jtf_number_table,

7652: x_creation_date OUT NOCOPY jtf_date_table,
7653: x_created_by OUT NOCOPY jtf_number_table,
7654: x_last_update_date OUT NOCOPY jtf_date_table,
7655: x_last_updated_by OUT NOCOPY jtf_number_table,
7656: x_last_update_login OUT NOCOPY jtf_number_table,
7657: x_request_id OUT NOCOPY jtf_number_table,
7658: x_program_application_id OUT NOCOPY jtf_number_table,
7659: x_program_id OUT NOCOPY jtf_number_table,
7660: x_program_update_date OUT NOCOPY jtf_date_table,

Line 7657: x_request_id OUT NOCOPY jtf_number_table,

7653: x_created_by OUT NOCOPY jtf_number_table,
7654: x_last_update_date OUT NOCOPY jtf_date_table,
7655: x_last_updated_by OUT NOCOPY jtf_number_table,
7656: x_last_update_login OUT NOCOPY jtf_number_table,
7657: x_request_id OUT NOCOPY jtf_number_table,
7658: x_program_application_id OUT NOCOPY jtf_number_table,
7659: x_program_id OUT NOCOPY jtf_number_table,
7660: x_program_update_date OUT NOCOPY jtf_date_table,
7661: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 7658: x_program_application_id OUT NOCOPY jtf_number_table,

7654: x_last_update_date OUT NOCOPY jtf_date_table,
7655: x_last_updated_by OUT NOCOPY jtf_number_table,
7656: x_last_update_login OUT NOCOPY jtf_number_table,
7657: x_request_id OUT NOCOPY jtf_number_table,
7658: x_program_application_id OUT NOCOPY jtf_number_table,
7659: x_program_id OUT NOCOPY jtf_number_table,
7660: x_program_update_date OUT NOCOPY jtf_date_table,
7661: x_quote_line_id OUT NOCOPY jtf_number_table,
7662: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 7659: x_program_id OUT NOCOPY jtf_number_table,

7655: x_last_updated_by OUT NOCOPY jtf_number_table,
7656: x_last_update_login OUT NOCOPY jtf_number_table,
7657: x_request_id OUT NOCOPY jtf_number_table,
7658: x_program_application_id OUT NOCOPY jtf_number_table,
7659: x_program_id OUT NOCOPY jtf_number_table,
7660: x_program_update_date OUT NOCOPY jtf_date_table,
7661: x_quote_line_id OUT NOCOPY jtf_number_table,
7662: x_qte_line_index OUT NOCOPY jtf_number_table,
7663: x_related_quote_line_id OUT NOCOPY jtf_number_table,

Line 7661: x_quote_line_id OUT NOCOPY jtf_number_table,

7657: x_request_id OUT NOCOPY jtf_number_table,
7658: x_program_application_id OUT NOCOPY jtf_number_table,
7659: x_program_id OUT NOCOPY jtf_number_table,
7660: x_program_update_date OUT NOCOPY jtf_date_table,
7661: x_quote_line_id OUT NOCOPY jtf_number_table,
7662: x_qte_line_index OUT NOCOPY jtf_number_table,
7663: x_related_quote_line_id OUT NOCOPY jtf_number_table,
7664: x_related_qte_line_index OUT NOCOPY jtf_number_table,
7665: x_relationship_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 7662: x_qte_line_index OUT NOCOPY jtf_number_table,

7658: x_program_application_id OUT NOCOPY jtf_number_table,
7659: x_program_id OUT NOCOPY jtf_number_table,
7660: x_program_update_date OUT NOCOPY jtf_date_table,
7661: x_quote_line_id OUT NOCOPY jtf_number_table,
7662: x_qte_line_index OUT NOCOPY jtf_number_table,
7663: x_related_quote_line_id OUT NOCOPY jtf_number_table,
7664: x_related_qte_line_index OUT NOCOPY jtf_number_table,
7665: x_relationship_type_code OUT NOCOPY jtf_varchar2_table_100,
7666: x_reciprocal_flag OUT NOCOPY jtf_varchar2_table_100

Line 7663: x_related_quote_line_id OUT NOCOPY jtf_number_table,

7659: x_program_id OUT NOCOPY jtf_number_table,
7660: x_program_update_date OUT NOCOPY jtf_date_table,
7661: x_quote_line_id OUT NOCOPY jtf_number_table,
7662: x_qte_line_index OUT NOCOPY jtf_number_table,
7663: x_related_quote_line_id OUT NOCOPY jtf_number_table,
7664: x_related_qte_line_index OUT NOCOPY jtf_number_table,
7665: x_relationship_type_code OUT NOCOPY jtf_varchar2_table_100,
7666: x_reciprocal_flag OUT NOCOPY jtf_varchar2_table_100
7667: --*/

Line 7664: x_related_qte_line_index OUT NOCOPY jtf_number_table,

7660: x_program_update_date OUT NOCOPY jtf_date_table,
7661: x_quote_line_id OUT NOCOPY jtf_number_table,
7662: x_qte_line_index OUT NOCOPY jtf_number_table,
7663: x_related_quote_line_id OUT NOCOPY jtf_number_table,
7664: x_related_qte_line_index OUT NOCOPY jtf_number_table,
7665: x_relationship_type_code OUT NOCOPY jtf_varchar2_table_100,
7666: x_reciprocal_flag OUT NOCOPY jtf_varchar2_table_100
7667: --*/
7668: )

Line 7672: x_line_relationship_id := jtf_number_table();

7668: )
7669: AS
7670: ddindx binary_integer; indx binary_integer;
7671: BEGIN
7672: x_line_relationship_id := jtf_number_table();
7673:
7674: /*-- The following output parameters are ignored
7675: x_operation_code := jtf_varchar2_table_100();
7676: x_creation_date := jtf_date_table();

Line 7677: x_created_by := jtf_number_table();

7673:
7674: /*-- The following output parameters are ignored
7675: x_operation_code := jtf_varchar2_table_100();
7676: x_creation_date := jtf_date_table();
7677: x_created_by := jtf_number_table();
7678: x_last_update_date := jtf_date_table();
7679: x_last_updated_by := jtf_number_table();
7680: x_last_update_login := jtf_number_table();
7681: x_request_id := jtf_number_table();

Line 7679: x_last_updated_by := jtf_number_table();

7675: x_operation_code := jtf_varchar2_table_100();
7676: x_creation_date := jtf_date_table();
7677: x_created_by := jtf_number_table();
7678: x_last_update_date := jtf_date_table();
7679: x_last_updated_by := jtf_number_table();
7680: x_last_update_login := jtf_number_table();
7681: x_request_id := jtf_number_table();
7682: x_program_application_id := jtf_number_table();
7683: x_program_id := jtf_number_table();

Line 7680: x_last_update_login := jtf_number_table();

7676: x_creation_date := jtf_date_table();
7677: x_created_by := jtf_number_table();
7678: x_last_update_date := jtf_date_table();
7679: x_last_updated_by := jtf_number_table();
7680: x_last_update_login := jtf_number_table();
7681: x_request_id := jtf_number_table();
7682: x_program_application_id := jtf_number_table();
7683: x_program_id := jtf_number_table();
7684: x_program_update_date := jtf_date_table();

Line 7681: x_request_id := jtf_number_table();

7677: x_created_by := jtf_number_table();
7678: x_last_update_date := jtf_date_table();
7679: x_last_updated_by := jtf_number_table();
7680: x_last_update_login := jtf_number_table();
7681: x_request_id := jtf_number_table();
7682: x_program_application_id := jtf_number_table();
7683: x_program_id := jtf_number_table();
7684: x_program_update_date := jtf_date_table();
7685: x_quote_line_id := jtf_number_table();

Line 7682: x_program_application_id := jtf_number_table();

7678: x_last_update_date := jtf_date_table();
7679: x_last_updated_by := jtf_number_table();
7680: x_last_update_login := jtf_number_table();
7681: x_request_id := jtf_number_table();
7682: x_program_application_id := jtf_number_table();
7683: x_program_id := jtf_number_table();
7684: x_program_update_date := jtf_date_table();
7685: x_quote_line_id := jtf_number_table();
7686: x_qte_line_index := jtf_number_table();

Line 7683: x_program_id := jtf_number_table();

7679: x_last_updated_by := jtf_number_table();
7680: x_last_update_login := jtf_number_table();
7681: x_request_id := jtf_number_table();
7682: x_program_application_id := jtf_number_table();
7683: x_program_id := jtf_number_table();
7684: x_program_update_date := jtf_date_table();
7685: x_quote_line_id := jtf_number_table();
7686: x_qte_line_index := jtf_number_table();
7687: x_related_quote_line_id := jtf_number_table();

Line 7685: x_quote_line_id := jtf_number_table();

7681: x_request_id := jtf_number_table();
7682: x_program_application_id := jtf_number_table();
7683: x_program_id := jtf_number_table();
7684: x_program_update_date := jtf_date_table();
7685: x_quote_line_id := jtf_number_table();
7686: x_qte_line_index := jtf_number_table();
7687: x_related_quote_line_id := jtf_number_table();
7688: x_related_qte_line_index := jtf_number_table();
7689: x_relationship_type_code := jtf_varchar2_table_100();

Line 7686: x_qte_line_index := jtf_number_table();

7682: x_program_application_id := jtf_number_table();
7683: x_program_id := jtf_number_table();
7684: x_program_update_date := jtf_date_table();
7685: x_quote_line_id := jtf_number_table();
7686: x_qte_line_index := jtf_number_table();
7687: x_related_quote_line_id := jtf_number_table();
7688: x_related_qte_line_index := jtf_number_table();
7689: x_relationship_type_code := jtf_varchar2_table_100();
7690: x_reciprocal_flag := jtf_varchar2_table_100();

Line 7687: x_related_quote_line_id := jtf_number_table();

7683: x_program_id := jtf_number_table();
7684: x_program_update_date := jtf_date_table();
7685: x_quote_line_id := jtf_number_table();
7686: x_qte_line_index := jtf_number_table();
7687: x_related_quote_line_id := jtf_number_table();
7688: x_related_qte_line_index := jtf_number_table();
7689: x_relationship_type_code := jtf_varchar2_table_100();
7690: x_reciprocal_flag := jtf_varchar2_table_100();
7691: --*/

Line 7688: x_related_qte_line_index := jtf_number_table();

7684: x_program_update_date := jtf_date_table();
7685: x_quote_line_id := jtf_number_table();
7686: x_qte_line_index := jtf_number_table();
7687: x_related_quote_line_id := jtf_number_table();
7688: x_related_qte_line_index := jtf_number_table();
7689: x_relationship_type_code := jtf_varchar2_table_100();
7690: x_reciprocal_flag := jtf_varchar2_table_100();
7691: --*/
7692:

Line 7752: x_payment_id OUT NOCOPY jtf_number_table

7748:
7749: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso payment table
7750: PROCEDURE Set_Payment_Tbl_Out(
7751: p_qte_payment_tbl IN ASO_Quote_Pub.Payment_Tbl_Type,
7752: x_payment_id OUT NOCOPY jtf_number_table
7753:
7754: /*-- The following output parameters are ignored
7755: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7756: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 7756: x_qte_line_index OUT NOCOPY jtf_number_table,

7752: x_payment_id OUT NOCOPY jtf_number_table
7753:
7754: /*-- The following output parameters are ignored
7755: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7756: x_qte_line_index OUT NOCOPY jtf_number_table,
7757: x_shipment_index OUT NOCOPY jtf_number_table,
7758: x_creation_date OUT NOCOPY jtf_date_table,
7759: x_created_by OUT NOCOPY jtf_number_table,
7760: x_last_update_date OUT NOCOPY jtf_date_table,

Line 7757: x_shipment_index OUT NOCOPY jtf_number_table,

7753:
7754: /*-- The following output parameters are ignored
7755: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7756: x_qte_line_index OUT NOCOPY jtf_number_table,
7757: x_shipment_index OUT NOCOPY jtf_number_table,
7758: x_creation_date OUT NOCOPY jtf_date_table,
7759: x_created_by OUT NOCOPY jtf_number_table,
7760: x_last_update_date OUT NOCOPY jtf_date_table,
7761: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 7759: x_created_by OUT NOCOPY jtf_number_table,

7755: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7756: x_qte_line_index OUT NOCOPY jtf_number_table,
7757: x_shipment_index OUT NOCOPY jtf_number_table,
7758: x_creation_date OUT NOCOPY jtf_date_table,
7759: x_created_by OUT NOCOPY jtf_number_table,
7760: x_last_update_date OUT NOCOPY jtf_date_table,
7761: x_last_updated_by OUT NOCOPY jtf_number_table,
7762: x_last_update_login OUT NOCOPY jtf_number_table,
7763: x_request_id OUT NOCOPY jtf_number_table,

Line 7761: x_last_updated_by OUT NOCOPY jtf_number_table,

7757: x_shipment_index OUT NOCOPY jtf_number_table,
7758: x_creation_date OUT NOCOPY jtf_date_table,
7759: x_created_by OUT NOCOPY jtf_number_table,
7760: x_last_update_date OUT NOCOPY jtf_date_table,
7761: x_last_updated_by OUT NOCOPY jtf_number_table,
7762: x_last_update_login OUT NOCOPY jtf_number_table,
7763: x_request_id OUT NOCOPY jtf_number_table,
7764: x_program_application_id OUT NOCOPY jtf_number_table,
7765: x_program_id OUT NOCOPY jtf_number_table,

Line 7762: x_last_update_login OUT NOCOPY jtf_number_table,

7758: x_creation_date OUT NOCOPY jtf_date_table,
7759: x_created_by OUT NOCOPY jtf_number_table,
7760: x_last_update_date OUT NOCOPY jtf_date_table,
7761: x_last_updated_by OUT NOCOPY jtf_number_table,
7762: x_last_update_login OUT NOCOPY jtf_number_table,
7763: x_request_id OUT NOCOPY jtf_number_table,
7764: x_program_application_id OUT NOCOPY jtf_number_table,
7765: x_program_id OUT NOCOPY jtf_number_table,
7766: x_program_update_date OUT NOCOPY jtf_date_table,

Line 7763: x_request_id OUT NOCOPY jtf_number_table,

7759: x_created_by OUT NOCOPY jtf_number_table,
7760: x_last_update_date OUT NOCOPY jtf_date_table,
7761: x_last_updated_by OUT NOCOPY jtf_number_table,
7762: x_last_update_login OUT NOCOPY jtf_number_table,
7763: x_request_id OUT NOCOPY jtf_number_table,
7764: x_program_application_id OUT NOCOPY jtf_number_table,
7765: x_program_id OUT NOCOPY jtf_number_table,
7766: x_program_update_date OUT NOCOPY jtf_date_table,
7767: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 7764: x_program_application_id OUT NOCOPY jtf_number_table,

7760: x_last_update_date OUT NOCOPY jtf_date_table,
7761: x_last_updated_by OUT NOCOPY jtf_number_table,
7762: x_last_update_login OUT NOCOPY jtf_number_table,
7763: x_request_id OUT NOCOPY jtf_number_table,
7764: x_program_application_id OUT NOCOPY jtf_number_table,
7765: x_program_id OUT NOCOPY jtf_number_table,
7766: x_program_update_date OUT NOCOPY jtf_date_table,
7767: x_quote_header_id OUT NOCOPY jtf_number_table,
7768: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 7765: x_program_id OUT NOCOPY jtf_number_table,

7761: x_last_updated_by OUT NOCOPY jtf_number_table,
7762: x_last_update_login OUT NOCOPY jtf_number_table,
7763: x_request_id OUT NOCOPY jtf_number_table,
7764: x_program_application_id OUT NOCOPY jtf_number_table,
7765: x_program_id OUT NOCOPY jtf_number_table,
7766: x_program_update_date OUT NOCOPY jtf_date_table,
7767: x_quote_header_id OUT NOCOPY jtf_number_table,
7768: x_quote_line_id OUT NOCOPY jtf_number_table,
7769: x_quote_shipment_id OUT NOCOPY jtf_number_table,

Line 7767: x_quote_header_id OUT NOCOPY jtf_number_table,

7763: x_request_id OUT NOCOPY jtf_number_table,
7764: x_program_application_id OUT NOCOPY jtf_number_table,
7765: x_program_id OUT NOCOPY jtf_number_table,
7766: x_program_update_date OUT NOCOPY jtf_date_table,
7767: x_quote_header_id OUT NOCOPY jtf_number_table,
7768: x_quote_line_id OUT NOCOPY jtf_number_table,
7769: x_quote_shipment_id OUT NOCOPY jtf_number_table,
7770: x_payment_type_code OUT NOCOPY jtf_varchar2_table_100,
7771: x_payment_ref_number OUT NOCOPY jtf_varchar2_table_300,

Line 7768: x_quote_line_id OUT NOCOPY jtf_number_table,

7764: x_program_application_id OUT NOCOPY jtf_number_table,
7765: x_program_id OUT NOCOPY jtf_number_table,
7766: x_program_update_date OUT NOCOPY jtf_date_table,
7767: x_quote_header_id OUT NOCOPY jtf_number_table,
7768: x_quote_line_id OUT NOCOPY jtf_number_table,
7769: x_quote_shipment_id OUT NOCOPY jtf_number_table,
7770: x_payment_type_code OUT NOCOPY jtf_varchar2_table_100,
7771: x_payment_ref_number OUT NOCOPY jtf_varchar2_table_300,
7772: x_payment_option OUT NOCOPY jtf_varchar2_table_300,

Line 7769: x_quote_shipment_id OUT NOCOPY jtf_number_table,

7765: x_program_id OUT NOCOPY jtf_number_table,
7766: x_program_update_date OUT NOCOPY jtf_date_table,
7767: x_quote_header_id OUT NOCOPY jtf_number_table,
7768: x_quote_line_id OUT NOCOPY jtf_number_table,
7769: x_quote_shipment_id OUT NOCOPY jtf_number_table,
7770: x_payment_type_code OUT NOCOPY jtf_varchar2_table_100,
7771: x_payment_ref_number OUT NOCOPY jtf_varchar2_table_300,
7772: x_payment_option OUT NOCOPY jtf_varchar2_table_300,
7773: x_payment_term_id OUT NOCOPY jtf_number_table,

Line 7773: x_payment_term_id OUT NOCOPY jtf_number_table,

7769: x_quote_shipment_id OUT NOCOPY jtf_number_table,
7770: x_payment_type_code OUT NOCOPY jtf_varchar2_table_100,
7771: x_payment_ref_number OUT NOCOPY jtf_varchar2_table_300,
7772: x_payment_option OUT NOCOPY jtf_varchar2_table_300,
7773: x_payment_term_id OUT NOCOPY jtf_number_table,
7774: x_credit_card_code OUT NOCOPY jtf_varchar2_table_100,
7775: x_credit_card_holder_name OUT NOCOPY jtf_varchar2_table_100,
7776: x_credit_card_exp_date OUT NOCOPY jtf_date_table,
7777: x_credit_card_approval_code OUT NOCOPY jtf_varchar2_table_100,

Line 7779: x_payment_amount OUT NOCOPY jtf_number_table,

7775: x_credit_card_holder_name OUT NOCOPY jtf_varchar2_table_100,
7776: x_credit_card_exp_date OUT NOCOPY jtf_date_table,
7777: x_credit_card_approval_code OUT NOCOPY jtf_varchar2_table_100,
7778: x_credit_card_approval_date OUT NOCOPY jtf_date_table,
7779: x_payment_amount OUT NOCOPY jtf_number_table,
7780: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
7781: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
7782: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,
7783: x_attribute3 OUT NOCOPY jtf_varchar2_table_200,

Line 7802: x_payment_id := jtf_number_table();

7798: )
7799: AS
7800: ddindx binary_integer; indx binary_integer;
7801: BEGIN
7802: x_payment_id := jtf_number_table();
7803:
7804: /*-- The following output parameters are ignored
7805: x_operation_code := jtf_varchar2_table_100();
7806: x_qte_line_index := jtf_number_table();

Line 7806: x_qte_line_index := jtf_number_table();

7802: x_payment_id := jtf_number_table();
7803:
7804: /*-- The following output parameters are ignored
7805: x_operation_code := jtf_varchar2_table_100();
7806: x_qte_line_index := jtf_number_table();
7807: x_shipment_index := jtf_number_table();
7808: x_creation_date := jtf_date_table();
7809: x_created_by := jtf_number_table();
7810: x_last_update_date := jtf_date_table();

Line 7807: x_shipment_index := jtf_number_table();

7803:
7804: /*-- The following output parameters are ignored
7805: x_operation_code := jtf_varchar2_table_100();
7806: x_qte_line_index := jtf_number_table();
7807: x_shipment_index := jtf_number_table();
7808: x_creation_date := jtf_date_table();
7809: x_created_by := jtf_number_table();
7810: x_last_update_date := jtf_date_table();
7811: x_last_updated_by := jtf_number_table();

Line 7809: x_created_by := jtf_number_table();

7805: x_operation_code := jtf_varchar2_table_100();
7806: x_qte_line_index := jtf_number_table();
7807: x_shipment_index := jtf_number_table();
7808: x_creation_date := jtf_date_table();
7809: x_created_by := jtf_number_table();
7810: x_last_update_date := jtf_date_table();
7811: x_last_updated_by := jtf_number_table();
7812: x_last_update_login := jtf_number_table();
7813: x_request_id := jtf_number_table();

Line 7811: x_last_updated_by := jtf_number_table();

7807: x_shipment_index := jtf_number_table();
7808: x_creation_date := jtf_date_table();
7809: x_created_by := jtf_number_table();
7810: x_last_update_date := jtf_date_table();
7811: x_last_updated_by := jtf_number_table();
7812: x_last_update_login := jtf_number_table();
7813: x_request_id := jtf_number_table();
7814: x_program_application_id := jtf_number_table();
7815: x_program_id := jtf_number_table();

Line 7812: x_last_update_login := jtf_number_table();

7808: x_creation_date := jtf_date_table();
7809: x_created_by := jtf_number_table();
7810: x_last_update_date := jtf_date_table();
7811: x_last_updated_by := jtf_number_table();
7812: x_last_update_login := jtf_number_table();
7813: x_request_id := jtf_number_table();
7814: x_program_application_id := jtf_number_table();
7815: x_program_id := jtf_number_table();
7816: x_program_update_date := jtf_date_table();

Line 7813: x_request_id := jtf_number_table();

7809: x_created_by := jtf_number_table();
7810: x_last_update_date := jtf_date_table();
7811: x_last_updated_by := jtf_number_table();
7812: x_last_update_login := jtf_number_table();
7813: x_request_id := jtf_number_table();
7814: x_program_application_id := jtf_number_table();
7815: x_program_id := jtf_number_table();
7816: x_program_update_date := jtf_date_table();
7817: x_quote_header_id := jtf_number_table();

Line 7814: x_program_application_id := jtf_number_table();

7810: x_last_update_date := jtf_date_table();
7811: x_last_updated_by := jtf_number_table();
7812: x_last_update_login := jtf_number_table();
7813: x_request_id := jtf_number_table();
7814: x_program_application_id := jtf_number_table();
7815: x_program_id := jtf_number_table();
7816: x_program_update_date := jtf_date_table();
7817: x_quote_header_id := jtf_number_table();
7818: x_quote_line_id := jtf_number_table();

Line 7815: x_program_id := jtf_number_table();

7811: x_last_updated_by := jtf_number_table();
7812: x_last_update_login := jtf_number_table();
7813: x_request_id := jtf_number_table();
7814: x_program_application_id := jtf_number_table();
7815: x_program_id := jtf_number_table();
7816: x_program_update_date := jtf_date_table();
7817: x_quote_header_id := jtf_number_table();
7818: x_quote_line_id := jtf_number_table();
7819: x_quote_shipment_id := jtf_number_table();

Line 7817: x_quote_header_id := jtf_number_table();

7813: x_request_id := jtf_number_table();
7814: x_program_application_id := jtf_number_table();
7815: x_program_id := jtf_number_table();
7816: x_program_update_date := jtf_date_table();
7817: x_quote_header_id := jtf_number_table();
7818: x_quote_line_id := jtf_number_table();
7819: x_quote_shipment_id := jtf_number_table();
7820: x_payment_type_code := jtf_varchar2_table_100();
7821: x_payment_ref_number := jtf_varchar2_table_300();

Line 7818: x_quote_line_id := jtf_number_table();

7814: x_program_application_id := jtf_number_table();
7815: x_program_id := jtf_number_table();
7816: x_program_update_date := jtf_date_table();
7817: x_quote_header_id := jtf_number_table();
7818: x_quote_line_id := jtf_number_table();
7819: x_quote_shipment_id := jtf_number_table();
7820: x_payment_type_code := jtf_varchar2_table_100();
7821: x_payment_ref_number := jtf_varchar2_table_300();
7822: x_payment_option := jtf_varchar2_table_300();

Line 7819: x_quote_shipment_id := jtf_number_table();

7815: x_program_id := jtf_number_table();
7816: x_program_update_date := jtf_date_table();
7817: x_quote_header_id := jtf_number_table();
7818: x_quote_line_id := jtf_number_table();
7819: x_quote_shipment_id := jtf_number_table();
7820: x_payment_type_code := jtf_varchar2_table_100();
7821: x_payment_ref_number := jtf_varchar2_table_300();
7822: x_payment_option := jtf_varchar2_table_300();
7823: x_payment_term_id := jtf_number_table();

Line 7823: x_payment_term_id := jtf_number_table();

7819: x_quote_shipment_id := jtf_number_table();
7820: x_payment_type_code := jtf_varchar2_table_100();
7821: x_payment_ref_number := jtf_varchar2_table_300();
7822: x_payment_option := jtf_varchar2_table_300();
7823: x_payment_term_id := jtf_number_table();
7824: x_credit_card_code := jtf_varchar2_table_100();
7825: x_credit_card_holder_name := jtf_varchar2_table_100();
7826: x_credit_card_exp_date := jtf_date_table();
7827: x_credit_card_approval_code := jtf_varchar2_table_100();

Line 7829: x_payment_amount := jtf_number_table();

7825: x_credit_card_holder_name := jtf_varchar2_table_100();
7826: x_credit_card_exp_date := jtf_date_table();
7827: x_credit_card_approval_code := jtf_varchar2_table_100();
7828: x_credit_card_approval_date := jtf_date_table();
7829: x_payment_amount := jtf_number_table();
7830: x_attribute_category := jtf_varchar2_table_100();
7831: x_attribute1 := jtf_varchar2_table_200();
7832: x_attribute2 := jtf_varchar2_table_200();
7833: x_attribute3 := jtf_varchar2_table_200();

Line 7959: x_shipment_id OUT NOCOPY jtf_number_table

7955:
7956: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso shipment table
7957: PROCEDURE Set_Shipment_Tbl_Out(
7958: p_qte_shipment_tbl IN ASO_Quote_Pub.Shipment_Tbl_Type,
7959: x_shipment_id OUT NOCOPY jtf_number_table
7960:
7961: /*-- The following output parameters are ignored
7962: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7963: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 7963: x_qte_line_index OUT NOCOPY jtf_number_table,

7959: x_shipment_id OUT NOCOPY jtf_number_table
7960:
7961: /*-- The following output parameters are ignored
7962: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7963: x_qte_line_index OUT NOCOPY jtf_number_table,
7964: x_creation_date OUT NOCOPY jtf_date_table,
7965: x_created_by OUT NOCOPY jtf_number_table,
7966: x_last_update_date OUT NOCOPY jtf_date_table,
7967: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 7965: x_created_by OUT NOCOPY jtf_number_table,

7961: /*-- The following output parameters are ignored
7962: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7963: x_qte_line_index OUT NOCOPY jtf_number_table,
7964: x_creation_date OUT NOCOPY jtf_date_table,
7965: x_created_by OUT NOCOPY jtf_number_table,
7966: x_last_update_date OUT NOCOPY jtf_date_table,
7967: x_last_updated_by OUT NOCOPY jtf_number_table,
7968: x_last_update_login OUT NOCOPY jtf_number_table,
7969: x_request_id OUT NOCOPY jtf_number_table,

Line 7967: x_last_updated_by OUT NOCOPY jtf_number_table,

7963: x_qte_line_index OUT NOCOPY jtf_number_table,
7964: x_creation_date OUT NOCOPY jtf_date_table,
7965: x_created_by OUT NOCOPY jtf_number_table,
7966: x_last_update_date OUT NOCOPY jtf_date_table,
7967: x_last_updated_by OUT NOCOPY jtf_number_table,
7968: x_last_update_login OUT NOCOPY jtf_number_table,
7969: x_request_id OUT NOCOPY jtf_number_table,
7970: x_program_application_id OUT NOCOPY jtf_number_table,
7971: x_program_id OUT NOCOPY jtf_number_table,

Line 7968: x_last_update_login OUT NOCOPY jtf_number_table,

7964: x_creation_date OUT NOCOPY jtf_date_table,
7965: x_created_by OUT NOCOPY jtf_number_table,
7966: x_last_update_date OUT NOCOPY jtf_date_table,
7967: x_last_updated_by OUT NOCOPY jtf_number_table,
7968: x_last_update_login OUT NOCOPY jtf_number_table,
7969: x_request_id OUT NOCOPY jtf_number_table,
7970: x_program_application_id OUT NOCOPY jtf_number_table,
7971: x_program_id OUT NOCOPY jtf_number_table,
7972: x_program_update_date OUT NOCOPY jtf_date_table,

Line 7969: x_request_id OUT NOCOPY jtf_number_table,

7965: x_created_by OUT NOCOPY jtf_number_table,
7966: x_last_update_date OUT NOCOPY jtf_date_table,
7967: x_last_updated_by OUT NOCOPY jtf_number_table,
7968: x_last_update_login OUT NOCOPY jtf_number_table,
7969: x_request_id OUT NOCOPY jtf_number_table,
7970: x_program_application_id OUT NOCOPY jtf_number_table,
7971: x_program_id OUT NOCOPY jtf_number_table,
7972: x_program_update_date OUT NOCOPY jtf_date_table,
7973: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 7970: x_program_application_id OUT NOCOPY jtf_number_table,

7966: x_last_update_date OUT NOCOPY jtf_date_table,
7967: x_last_updated_by OUT NOCOPY jtf_number_table,
7968: x_last_update_login OUT NOCOPY jtf_number_table,
7969: x_request_id OUT NOCOPY jtf_number_table,
7970: x_program_application_id OUT NOCOPY jtf_number_table,
7971: x_program_id OUT NOCOPY jtf_number_table,
7972: x_program_update_date OUT NOCOPY jtf_date_table,
7973: x_quote_header_id OUT NOCOPY jtf_number_table,
7974: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 7971: x_program_id OUT NOCOPY jtf_number_table,

7967: x_last_updated_by OUT NOCOPY jtf_number_table,
7968: x_last_update_login OUT NOCOPY jtf_number_table,
7969: x_request_id OUT NOCOPY jtf_number_table,
7970: x_program_application_id OUT NOCOPY jtf_number_table,
7971: x_program_id OUT NOCOPY jtf_number_table,
7972: x_program_update_date OUT NOCOPY jtf_date_table,
7973: x_quote_header_id OUT NOCOPY jtf_number_table,
7974: x_quote_line_id OUT NOCOPY jtf_number_table,
7975: x_promise_date OUT NOCOPY jtf_date_table,

Line 7973: x_quote_header_id OUT NOCOPY jtf_number_table,

7969: x_request_id OUT NOCOPY jtf_number_table,
7970: x_program_application_id OUT NOCOPY jtf_number_table,
7971: x_program_id OUT NOCOPY jtf_number_table,
7972: x_program_update_date OUT NOCOPY jtf_date_table,
7973: x_quote_header_id OUT NOCOPY jtf_number_table,
7974: x_quote_line_id OUT NOCOPY jtf_number_table,
7975: x_promise_date OUT NOCOPY jtf_date_table,
7976: x_request_date OUT NOCOPY jtf_date_table,
7977: x_schedule_ship_date OUT NOCOPY jtf_date_table,

Line 7974: x_quote_line_id OUT NOCOPY jtf_number_table,

7970: x_program_application_id OUT NOCOPY jtf_number_table,
7971: x_program_id OUT NOCOPY jtf_number_table,
7972: x_program_update_date OUT NOCOPY jtf_date_table,
7973: x_quote_header_id OUT NOCOPY jtf_number_table,
7974: x_quote_line_id OUT NOCOPY jtf_number_table,
7975: x_promise_date OUT NOCOPY jtf_date_table,
7976: x_request_date OUT NOCOPY jtf_date_table,
7977: x_schedule_ship_date OUT NOCOPY jtf_date_table,
7978: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,

Line 7978: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,

7974: x_quote_line_id OUT NOCOPY jtf_number_table,
7975: x_promise_date OUT NOCOPY jtf_date_table,
7976: x_request_date OUT NOCOPY jtf_date_table,
7977: x_schedule_ship_date OUT NOCOPY jtf_date_table,
7978: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
7979: x_ship_to_party_id OUT NOCOPY jtf_number_table,
7980: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,
7981: x_ship_partial_flag OUT NOCOPY jtf_varchar2_table_300,
7982: x_ship_set_id OUT NOCOPY jtf_number_table,

Line 7979: x_ship_to_party_id OUT NOCOPY jtf_number_table,

7975: x_promise_date OUT NOCOPY jtf_date_table,
7976: x_request_date OUT NOCOPY jtf_date_table,
7977: x_schedule_ship_date OUT NOCOPY jtf_date_table,
7978: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
7979: x_ship_to_party_id OUT NOCOPY jtf_number_table,
7980: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,
7981: x_ship_partial_flag OUT NOCOPY jtf_varchar2_table_300,
7982: x_ship_set_id OUT NOCOPY jtf_number_table,
7983: x_ship_method_code OUT NOCOPY jtf_varchar2_table_100,

Line 7980: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,

7976: x_request_date OUT NOCOPY jtf_date_table,
7977: x_schedule_ship_date OUT NOCOPY jtf_date_table,
7978: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
7979: x_ship_to_party_id OUT NOCOPY jtf_number_table,
7980: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,
7981: x_ship_partial_flag OUT NOCOPY jtf_varchar2_table_300,
7982: x_ship_set_id OUT NOCOPY jtf_number_table,
7983: x_ship_method_code OUT NOCOPY jtf_varchar2_table_100,
7984: x_freight_terms_code OUT NOCOPY jtf_varchar2_table_100,

Line 7982: x_ship_set_id OUT NOCOPY jtf_number_table,

7978: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
7979: x_ship_to_party_id OUT NOCOPY jtf_number_table,
7980: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,
7981: x_ship_partial_flag OUT NOCOPY jtf_varchar2_table_300,
7982: x_ship_set_id OUT NOCOPY jtf_number_table,
7983: x_ship_method_code OUT NOCOPY jtf_varchar2_table_100,
7984: x_freight_terms_code OUT NOCOPY jtf_varchar2_table_100,
7985: x_freight_carrier_code OUT NOCOPY jtf_varchar2_table_100,
7986: x_fob_code OUT NOCOPY jtf_varchar2_table_100,

Line 7989: x_ship_quote_price OUT NOCOPY jtf_number_table,

7985: x_freight_carrier_code OUT NOCOPY jtf_varchar2_table_100,
7986: x_fob_code OUT NOCOPY jtf_varchar2_table_100,
7987: x_shipping_instructions OUT NOCOPY jtf_varchar2_table_2000,
7988: x_packing_instructions OUT NOCOPY jtf_varchar2_table_2000,
7989: x_ship_quote_price OUT NOCOPY jtf_number_table,
7990: x_quantity OUT NOCOPY jtf_number_table,
7991: x_pricing_quantity OUT NOCOPY jtf_number_table,
7992: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
7993: x_reservation_id OUT NOCOPY jtf_number_table,

Line 7990: x_quantity OUT NOCOPY jtf_number_table,

7986: x_fob_code OUT NOCOPY jtf_varchar2_table_100,
7987: x_shipping_instructions OUT NOCOPY jtf_varchar2_table_2000,
7988: x_packing_instructions OUT NOCOPY jtf_varchar2_table_2000,
7989: x_ship_quote_price OUT NOCOPY jtf_number_table,
7990: x_quantity OUT NOCOPY jtf_number_table,
7991: x_pricing_quantity OUT NOCOPY jtf_number_table,
7992: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
7993: x_reservation_id OUT NOCOPY jtf_number_table,
7994: x_order_line_id OUT NOCOPY jtf_number_table,

Line 7991: x_pricing_quantity OUT NOCOPY jtf_number_table,

7987: x_shipping_instructions OUT NOCOPY jtf_varchar2_table_2000,
7988: x_packing_instructions OUT NOCOPY jtf_varchar2_table_2000,
7989: x_ship_quote_price OUT NOCOPY jtf_number_table,
7990: x_quantity OUT NOCOPY jtf_number_table,
7991: x_pricing_quantity OUT NOCOPY jtf_number_table,
7992: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
7993: x_reservation_id OUT NOCOPY jtf_number_table,
7994: x_order_line_id OUT NOCOPY jtf_number_table,
7995: x_ship_to_party_name OUT NOCOPY jtf_varchar2_table_300,

Line 7993: x_reservation_id OUT NOCOPY jtf_number_table,

7989: x_ship_quote_price OUT NOCOPY jtf_number_table,
7990: x_quantity OUT NOCOPY jtf_number_table,
7991: x_pricing_quantity OUT NOCOPY jtf_number_table,
7992: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
7993: x_reservation_id OUT NOCOPY jtf_number_table,
7994: x_order_line_id OUT NOCOPY jtf_number_table,
7995: x_ship_to_party_name OUT NOCOPY jtf_varchar2_table_300,
7996: x_ship_to_cont_first_name OUT NOCOPY jtf_varchar2_table_200,
7997: x_ship_to_cont_mid_name OUT NOCOPY jtf_varchar2_table_100,

Line 7994: x_order_line_id OUT NOCOPY jtf_number_table,

7990: x_quantity OUT NOCOPY jtf_number_table,
7991: x_pricing_quantity OUT NOCOPY jtf_number_table,
7992: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
7993: x_reservation_id OUT NOCOPY jtf_number_table,
7994: x_order_line_id OUT NOCOPY jtf_number_table,
7995: x_ship_to_party_name OUT NOCOPY jtf_varchar2_table_300,
7996: x_ship_to_cont_first_name OUT NOCOPY jtf_varchar2_table_200,
7997: x_ship_to_cont_mid_name OUT NOCOPY jtf_varchar2_table_100,
7998: x_ship_to_cont_last_name OUT NOCOPY jtf_varchar2_table_200,

Line 8027: x_ship_from_org_id OUT NOCOPY jtf_number_table

8023: x_attribute13 OUT NOCOPY jtf_varchar2_table_200,
8024: x_attribute14 OUT NOCOPY jtf_varchar2_table_200,
8025: x_attribute15 OUT NOCOPY jtf_varchar2_table_200,
8026: x_shipment_priority_code OUT NOCOPY jtf_varchar2_table_100,
8027: x_ship_from_org_id OUT NOCOPY jtf_number_table
8028: --*/
8029: )
8030: AS
8031: ddindx binary_integer; indx binary_integer;

Line 8033: x_shipment_id := jtf_number_table();

8029: )
8030: AS
8031: ddindx binary_integer; indx binary_integer;
8032: BEGIN
8033: x_shipment_id := jtf_number_table();
8034:
8035: /*-- The following output parameters are ignored
8036: x_operation_code := jtf_varchar2_table_100();
8037: x_qte_line_index := jtf_number_table();

Line 8037: x_qte_line_index := jtf_number_table();

8033: x_shipment_id := jtf_number_table();
8034:
8035: /*-- The following output parameters are ignored
8036: x_operation_code := jtf_varchar2_table_100();
8037: x_qte_line_index := jtf_number_table();
8038: x_creation_date := jtf_date_table();
8039: x_created_by := jtf_number_table();
8040: x_last_update_date := jtf_date_table();
8041: x_last_updated_by := jtf_number_table();

Line 8039: x_created_by := jtf_number_table();

8035: /*-- The following output parameters are ignored
8036: x_operation_code := jtf_varchar2_table_100();
8037: x_qte_line_index := jtf_number_table();
8038: x_creation_date := jtf_date_table();
8039: x_created_by := jtf_number_table();
8040: x_last_update_date := jtf_date_table();
8041: x_last_updated_by := jtf_number_table();
8042: x_last_update_login := jtf_number_table();
8043: x_request_id := jtf_number_table();

Line 8041: x_last_updated_by := jtf_number_table();

8037: x_qte_line_index := jtf_number_table();
8038: x_creation_date := jtf_date_table();
8039: x_created_by := jtf_number_table();
8040: x_last_update_date := jtf_date_table();
8041: x_last_updated_by := jtf_number_table();
8042: x_last_update_login := jtf_number_table();
8043: x_request_id := jtf_number_table();
8044: x_program_application_id := jtf_number_table();
8045: x_program_id := jtf_number_table();

Line 8042: x_last_update_login := jtf_number_table();

8038: x_creation_date := jtf_date_table();
8039: x_created_by := jtf_number_table();
8040: x_last_update_date := jtf_date_table();
8041: x_last_updated_by := jtf_number_table();
8042: x_last_update_login := jtf_number_table();
8043: x_request_id := jtf_number_table();
8044: x_program_application_id := jtf_number_table();
8045: x_program_id := jtf_number_table();
8046: x_program_update_date := jtf_date_table();

Line 8043: x_request_id := jtf_number_table();

8039: x_created_by := jtf_number_table();
8040: x_last_update_date := jtf_date_table();
8041: x_last_updated_by := jtf_number_table();
8042: x_last_update_login := jtf_number_table();
8043: x_request_id := jtf_number_table();
8044: x_program_application_id := jtf_number_table();
8045: x_program_id := jtf_number_table();
8046: x_program_update_date := jtf_date_table();
8047: x_quote_header_id := jtf_number_table();

Line 8044: x_program_application_id := jtf_number_table();

8040: x_last_update_date := jtf_date_table();
8041: x_last_updated_by := jtf_number_table();
8042: x_last_update_login := jtf_number_table();
8043: x_request_id := jtf_number_table();
8044: x_program_application_id := jtf_number_table();
8045: x_program_id := jtf_number_table();
8046: x_program_update_date := jtf_date_table();
8047: x_quote_header_id := jtf_number_table();
8048: x_quote_line_id := jtf_number_table();

Line 8045: x_program_id := jtf_number_table();

8041: x_last_updated_by := jtf_number_table();
8042: x_last_update_login := jtf_number_table();
8043: x_request_id := jtf_number_table();
8044: x_program_application_id := jtf_number_table();
8045: x_program_id := jtf_number_table();
8046: x_program_update_date := jtf_date_table();
8047: x_quote_header_id := jtf_number_table();
8048: x_quote_line_id := jtf_number_table();
8049: x_promise_date := jtf_date_table();

Line 8047: x_quote_header_id := jtf_number_table();

8043: x_request_id := jtf_number_table();
8044: x_program_application_id := jtf_number_table();
8045: x_program_id := jtf_number_table();
8046: x_program_update_date := jtf_date_table();
8047: x_quote_header_id := jtf_number_table();
8048: x_quote_line_id := jtf_number_table();
8049: x_promise_date := jtf_date_table();
8050: x_request_date := jtf_date_table();
8051: x_schedule_ship_date := jtf_date_table();

Line 8048: x_quote_line_id := jtf_number_table();

8044: x_program_application_id := jtf_number_table();
8045: x_program_id := jtf_number_table();
8046: x_program_update_date := jtf_date_table();
8047: x_quote_header_id := jtf_number_table();
8048: x_quote_line_id := jtf_number_table();
8049: x_promise_date := jtf_date_table();
8050: x_request_date := jtf_date_table();
8051: x_schedule_ship_date := jtf_date_table();
8052: x_ship_to_party_site_id := jtf_number_table();

Line 8052: x_ship_to_party_site_id := jtf_number_table();

8048: x_quote_line_id := jtf_number_table();
8049: x_promise_date := jtf_date_table();
8050: x_request_date := jtf_date_table();
8051: x_schedule_ship_date := jtf_date_table();
8052: x_ship_to_party_site_id := jtf_number_table();
8053: x_ship_to_party_id := jtf_number_table();
8054: x_ship_to_cust_account_id := jtf_number_table();
8055: x_ship_partial_flag := jtf_varchar2_table_300();
8056: x_ship_set_id := jtf_number_table();

Line 8053: x_ship_to_party_id := jtf_number_table();

8049: x_promise_date := jtf_date_table();
8050: x_request_date := jtf_date_table();
8051: x_schedule_ship_date := jtf_date_table();
8052: x_ship_to_party_site_id := jtf_number_table();
8053: x_ship_to_party_id := jtf_number_table();
8054: x_ship_to_cust_account_id := jtf_number_table();
8055: x_ship_partial_flag := jtf_varchar2_table_300();
8056: x_ship_set_id := jtf_number_table();
8057: x_ship_method_code := jtf_varchar2_table_100();

Line 8054: x_ship_to_cust_account_id := jtf_number_table();

8050: x_request_date := jtf_date_table();
8051: x_schedule_ship_date := jtf_date_table();
8052: x_ship_to_party_site_id := jtf_number_table();
8053: x_ship_to_party_id := jtf_number_table();
8054: x_ship_to_cust_account_id := jtf_number_table();
8055: x_ship_partial_flag := jtf_varchar2_table_300();
8056: x_ship_set_id := jtf_number_table();
8057: x_ship_method_code := jtf_varchar2_table_100();
8058: x_freight_terms_code := jtf_varchar2_table_100();

Line 8056: x_ship_set_id := jtf_number_table();

8052: x_ship_to_party_site_id := jtf_number_table();
8053: x_ship_to_party_id := jtf_number_table();
8054: x_ship_to_cust_account_id := jtf_number_table();
8055: x_ship_partial_flag := jtf_varchar2_table_300();
8056: x_ship_set_id := jtf_number_table();
8057: x_ship_method_code := jtf_varchar2_table_100();
8058: x_freight_terms_code := jtf_varchar2_table_100();
8059: x_freight_carrier_code := jtf_varchar2_table_100();
8060: x_fob_code := jtf_varchar2_table_100();

Line 8063: x_ship_quote_price := jtf_number_table();

8059: x_freight_carrier_code := jtf_varchar2_table_100();
8060: x_fob_code := jtf_varchar2_table_100();
8061: x_shipping_instructions := jtf_varchar2_table_2000();
8062: x_packing_instructions := jtf_varchar2_table_2000();
8063: x_ship_quote_price := jtf_number_table();
8064: x_quantity := jtf_number_table();
8065: x_pricing_quantity := jtf_number_table();
8066: x_reserved_quantity := jtf_varchar2_table_300();
8067: x_reservation_id := jtf_number_table();

Line 8064: x_quantity := jtf_number_table();

8060: x_fob_code := jtf_varchar2_table_100();
8061: x_shipping_instructions := jtf_varchar2_table_2000();
8062: x_packing_instructions := jtf_varchar2_table_2000();
8063: x_ship_quote_price := jtf_number_table();
8064: x_quantity := jtf_number_table();
8065: x_pricing_quantity := jtf_number_table();
8066: x_reserved_quantity := jtf_varchar2_table_300();
8067: x_reservation_id := jtf_number_table();
8068: x_order_line_id := jtf_number_table();

Line 8065: x_pricing_quantity := jtf_number_table();

8061: x_shipping_instructions := jtf_varchar2_table_2000();
8062: x_packing_instructions := jtf_varchar2_table_2000();
8063: x_ship_quote_price := jtf_number_table();
8064: x_quantity := jtf_number_table();
8065: x_pricing_quantity := jtf_number_table();
8066: x_reserved_quantity := jtf_varchar2_table_300();
8067: x_reservation_id := jtf_number_table();
8068: x_order_line_id := jtf_number_table();
8069: x_ship_to_party_name := jtf_varchar2_table_300();

Line 8067: x_reservation_id := jtf_number_table();

8063: x_ship_quote_price := jtf_number_table();
8064: x_quantity := jtf_number_table();
8065: x_pricing_quantity := jtf_number_table();
8066: x_reserved_quantity := jtf_varchar2_table_300();
8067: x_reservation_id := jtf_number_table();
8068: x_order_line_id := jtf_number_table();
8069: x_ship_to_party_name := jtf_varchar2_table_300();
8070: x_ship_to_cont_first_name := jtf_varchar2_table_200();
8071: x_ship_to_cont_mid_name := jtf_varchar2_table_100();

Line 8068: x_order_line_id := jtf_number_table();

8064: x_quantity := jtf_number_table();
8065: x_pricing_quantity := jtf_number_table();
8066: x_reserved_quantity := jtf_varchar2_table_300();
8067: x_reservation_id := jtf_number_table();
8068: x_order_line_id := jtf_number_table();
8069: x_ship_to_party_name := jtf_varchar2_table_300();
8070: x_ship_to_cont_first_name := jtf_varchar2_table_200();
8071: x_ship_to_cont_mid_name := jtf_varchar2_table_100();
8072: x_ship_to_cont_last_name := jtf_varchar2_table_200();

Line 8101: x_ship_from_org_id := jtf_number_table();

8097: x_attribute13 := jtf_varchar2_table_200();
8098: x_attribute14 := jtf_varchar2_table_200();
8099: x_attribute15 := jtf_varchar2_table_200();
8100: x_shipment_priority_code := jtf_varchar2_table_100();
8101: x_ship_from_org_id := jtf_number_table();
8102: --*/
8103:
8104: IF p_qte_shipment_tbl.count > 0 THEN
8105: x_shipment_id.extend(p_qte_shipment_tbl.count);

Line 8263: x_tax_detail_id OUT NOCOPY jtf_number_table

8259:
8260: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso tax detail table
8261: PROCEDURE Set_Tax_Detail_Tbl_Out(
8262: p_qte_tax_detail_tbl IN ASO_Quote_Pub.Tax_Detail_Tbl_Type,
8263: x_tax_detail_id OUT NOCOPY jtf_number_table
8264:
8265: /*-- The following output parameters are ignored
8266: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8267: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 8267: x_qte_line_index OUT NOCOPY jtf_number_table,

8263: x_tax_detail_id OUT NOCOPY jtf_number_table
8264:
8265: /*-- The following output parameters are ignored
8266: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8267: x_qte_line_index OUT NOCOPY jtf_number_table,
8268: x_shipment_index OUT NOCOPY jtf_number_table,
8269: x_quote_header_id OUT NOCOPY jtf_number_table,
8270: x_quote_line_id OUT NOCOPY jtf_number_table,
8271: x_quote_shipment_id OUT NOCOPY jtf_number_table,

Line 8268: x_shipment_index OUT NOCOPY jtf_number_table,

8264:
8265: /*-- The following output parameters are ignored
8266: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8267: x_qte_line_index OUT NOCOPY jtf_number_table,
8268: x_shipment_index OUT NOCOPY jtf_number_table,
8269: x_quote_header_id OUT NOCOPY jtf_number_table,
8270: x_quote_line_id OUT NOCOPY jtf_number_table,
8271: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8272: x_creation_date OUT NOCOPY jtf_date_table,

Line 8269: x_quote_header_id OUT NOCOPY jtf_number_table,

8265: /*-- The following output parameters are ignored
8266: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8267: x_qte_line_index OUT NOCOPY jtf_number_table,
8268: x_shipment_index OUT NOCOPY jtf_number_table,
8269: x_quote_header_id OUT NOCOPY jtf_number_table,
8270: x_quote_line_id OUT NOCOPY jtf_number_table,
8271: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8272: x_creation_date OUT NOCOPY jtf_date_table,
8273: x_created_by OUT NOCOPY jtf_number_table,

Line 8270: x_quote_line_id OUT NOCOPY jtf_number_table,

8266: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8267: x_qte_line_index OUT NOCOPY jtf_number_table,
8268: x_shipment_index OUT NOCOPY jtf_number_table,
8269: x_quote_header_id OUT NOCOPY jtf_number_table,
8270: x_quote_line_id OUT NOCOPY jtf_number_table,
8271: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8272: x_creation_date OUT NOCOPY jtf_date_table,
8273: x_created_by OUT NOCOPY jtf_number_table,
8274: x_last_update_date OUT NOCOPY jtf_date_table,

Line 8271: x_quote_shipment_id OUT NOCOPY jtf_number_table,

8267: x_qte_line_index OUT NOCOPY jtf_number_table,
8268: x_shipment_index OUT NOCOPY jtf_number_table,
8269: x_quote_header_id OUT NOCOPY jtf_number_table,
8270: x_quote_line_id OUT NOCOPY jtf_number_table,
8271: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8272: x_creation_date OUT NOCOPY jtf_date_table,
8273: x_created_by OUT NOCOPY jtf_number_table,
8274: x_last_update_date OUT NOCOPY jtf_date_table,
8275: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 8273: x_created_by OUT NOCOPY jtf_number_table,

8269: x_quote_header_id OUT NOCOPY jtf_number_table,
8270: x_quote_line_id OUT NOCOPY jtf_number_table,
8271: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8272: x_creation_date OUT NOCOPY jtf_date_table,
8273: x_created_by OUT NOCOPY jtf_number_table,
8274: x_last_update_date OUT NOCOPY jtf_date_table,
8275: x_last_updated_by OUT NOCOPY jtf_number_table,
8276: x_last_update_login OUT NOCOPY jtf_number_table,
8277: x_request_id OUT NOCOPY jtf_number_table,

Line 8275: x_last_updated_by OUT NOCOPY jtf_number_table,

8271: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8272: x_creation_date OUT NOCOPY jtf_date_table,
8273: x_created_by OUT NOCOPY jtf_number_table,
8274: x_last_update_date OUT NOCOPY jtf_date_table,
8275: x_last_updated_by OUT NOCOPY jtf_number_table,
8276: x_last_update_login OUT NOCOPY jtf_number_table,
8277: x_request_id OUT NOCOPY jtf_number_table,
8278: x_program_application_id OUT NOCOPY jtf_number_table,
8279: x_program_id OUT NOCOPY jtf_number_table,

Line 8276: x_last_update_login OUT NOCOPY jtf_number_table,

8272: x_creation_date OUT NOCOPY jtf_date_table,
8273: x_created_by OUT NOCOPY jtf_number_table,
8274: x_last_update_date OUT NOCOPY jtf_date_table,
8275: x_last_updated_by OUT NOCOPY jtf_number_table,
8276: x_last_update_login OUT NOCOPY jtf_number_table,
8277: x_request_id OUT NOCOPY jtf_number_table,
8278: x_program_application_id OUT NOCOPY jtf_number_table,
8279: x_program_id OUT NOCOPY jtf_number_table,
8280: x_program_update_date OUT NOCOPY jtf_date_table,

Line 8277: x_request_id OUT NOCOPY jtf_number_table,

8273: x_created_by OUT NOCOPY jtf_number_table,
8274: x_last_update_date OUT NOCOPY jtf_date_table,
8275: x_last_updated_by OUT NOCOPY jtf_number_table,
8276: x_last_update_login OUT NOCOPY jtf_number_table,
8277: x_request_id OUT NOCOPY jtf_number_table,
8278: x_program_application_id OUT NOCOPY jtf_number_table,
8279: x_program_id OUT NOCOPY jtf_number_table,
8280: x_program_update_date OUT NOCOPY jtf_date_table,
8281: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,

Line 8278: x_program_application_id OUT NOCOPY jtf_number_table,

8274: x_last_update_date OUT NOCOPY jtf_date_table,
8275: x_last_updated_by OUT NOCOPY jtf_number_table,
8276: x_last_update_login OUT NOCOPY jtf_number_table,
8277: x_request_id OUT NOCOPY jtf_number_table,
8278: x_program_application_id OUT NOCOPY jtf_number_table,
8279: x_program_id OUT NOCOPY jtf_number_table,
8280: x_program_update_date OUT NOCOPY jtf_date_table,
8281: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,
8282: x_tax_code OUT NOCOPY jtf_varchar2_table_100,

Line 8279: x_program_id OUT NOCOPY jtf_number_table,

8275: x_last_updated_by OUT NOCOPY jtf_number_table,
8276: x_last_update_login OUT NOCOPY jtf_number_table,
8277: x_request_id OUT NOCOPY jtf_number_table,
8278: x_program_application_id OUT NOCOPY jtf_number_table,
8279: x_program_id OUT NOCOPY jtf_number_table,
8280: x_program_update_date OUT NOCOPY jtf_date_table,
8281: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,
8282: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
8283: x_tax_rate OUT NOCOPY jtf_number_table,

Line 8283: x_tax_rate OUT NOCOPY jtf_number_table,

8279: x_program_id OUT NOCOPY jtf_number_table,
8280: x_program_update_date OUT NOCOPY jtf_date_table,
8281: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,
8282: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
8283: x_tax_rate OUT NOCOPY jtf_number_table,
8284: x_tax_date OUT NOCOPY jtf_date_table,
8285: x_tax_amount OUT NOCOPY jtf_number_table,
8286: x_tax_exempt_flag OUT NOCOPY jtf_varchar2_table_100,
8287: x_tax_exempt_number OUT NOCOPY jtf_varchar2_table_100,

Line 8285: x_tax_amount OUT NOCOPY jtf_number_table,

8281: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,
8282: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
8283: x_tax_rate OUT NOCOPY jtf_number_table,
8284: x_tax_date OUT NOCOPY jtf_date_table,
8285: x_tax_amount OUT NOCOPY jtf_number_table,
8286: x_tax_exempt_flag OUT NOCOPY jtf_varchar2_table_100,
8287: x_tax_exempt_number OUT NOCOPY jtf_varchar2_table_100,
8288: x_tax_exempt_reason_code OUT NOCOPY jtf_varchar2_table_100,
8289: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,

Line 8310: x_tax_detail_id := jtf_number_table();

8306: )
8307: AS
8308: ddindx binary_integer; indx binary_integer;
8309: BEGIN
8310: x_tax_detail_id := jtf_number_table();
8311:
8312: /*-- The following output parameters are ignored
8313: x_operation_code := jtf_varchar2_table_100();
8314: x_qte_line_index := jtf_number_table();

Line 8314: x_qte_line_index := jtf_number_table();

8310: x_tax_detail_id := jtf_number_table();
8311:
8312: /*-- The following output parameters are ignored
8313: x_operation_code := jtf_varchar2_table_100();
8314: x_qte_line_index := jtf_number_table();
8315: x_shipment_index := jtf_number_table();
8316: x_quote_header_id := jtf_number_table();
8317: x_quote_line_id := jtf_number_table();
8318: x_quote_shipment_id := jtf_number_table();

Line 8315: x_shipment_index := jtf_number_table();

8311:
8312: /*-- The following output parameters are ignored
8313: x_operation_code := jtf_varchar2_table_100();
8314: x_qte_line_index := jtf_number_table();
8315: x_shipment_index := jtf_number_table();
8316: x_quote_header_id := jtf_number_table();
8317: x_quote_line_id := jtf_number_table();
8318: x_quote_shipment_id := jtf_number_table();
8319: x_creation_date := jtf_date_table();

Line 8316: x_quote_header_id := jtf_number_table();

8312: /*-- The following output parameters are ignored
8313: x_operation_code := jtf_varchar2_table_100();
8314: x_qte_line_index := jtf_number_table();
8315: x_shipment_index := jtf_number_table();
8316: x_quote_header_id := jtf_number_table();
8317: x_quote_line_id := jtf_number_table();
8318: x_quote_shipment_id := jtf_number_table();
8319: x_creation_date := jtf_date_table();
8320: x_created_by := jtf_number_table();

Line 8317: x_quote_line_id := jtf_number_table();

8313: x_operation_code := jtf_varchar2_table_100();
8314: x_qte_line_index := jtf_number_table();
8315: x_shipment_index := jtf_number_table();
8316: x_quote_header_id := jtf_number_table();
8317: x_quote_line_id := jtf_number_table();
8318: x_quote_shipment_id := jtf_number_table();
8319: x_creation_date := jtf_date_table();
8320: x_created_by := jtf_number_table();
8321: x_last_update_date := jtf_date_table();

Line 8318: x_quote_shipment_id := jtf_number_table();

8314: x_qte_line_index := jtf_number_table();
8315: x_shipment_index := jtf_number_table();
8316: x_quote_header_id := jtf_number_table();
8317: x_quote_line_id := jtf_number_table();
8318: x_quote_shipment_id := jtf_number_table();
8319: x_creation_date := jtf_date_table();
8320: x_created_by := jtf_number_table();
8321: x_last_update_date := jtf_date_table();
8322: x_last_updated_by := jtf_number_table();

Line 8320: x_created_by := jtf_number_table();

8316: x_quote_header_id := jtf_number_table();
8317: x_quote_line_id := jtf_number_table();
8318: x_quote_shipment_id := jtf_number_table();
8319: x_creation_date := jtf_date_table();
8320: x_created_by := jtf_number_table();
8321: x_last_update_date := jtf_date_table();
8322: x_last_updated_by := jtf_number_table();
8323: x_last_update_login := jtf_number_table();
8324: x_request_id := jtf_number_table();

Line 8322: x_last_updated_by := jtf_number_table();

8318: x_quote_shipment_id := jtf_number_table();
8319: x_creation_date := jtf_date_table();
8320: x_created_by := jtf_number_table();
8321: x_last_update_date := jtf_date_table();
8322: x_last_updated_by := jtf_number_table();
8323: x_last_update_login := jtf_number_table();
8324: x_request_id := jtf_number_table();
8325: x_program_application_id := jtf_number_table();
8326: x_program_id := jtf_number_table();

Line 8323: x_last_update_login := jtf_number_table();

8319: x_creation_date := jtf_date_table();
8320: x_created_by := jtf_number_table();
8321: x_last_update_date := jtf_date_table();
8322: x_last_updated_by := jtf_number_table();
8323: x_last_update_login := jtf_number_table();
8324: x_request_id := jtf_number_table();
8325: x_program_application_id := jtf_number_table();
8326: x_program_id := jtf_number_table();
8327: x_program_update_date := jtf_date_table();

Line 8324: x_request_id := jtf_number_table();

8320: x_created_by := jtf_number_table();
8321: x_last_update_date := jtf_date_table();
8322: x_last_updated_by := jtf_number_table();
8323: x_last_update_login := jtf_number_table();
8324: x_request_id := jtf_number_table();
8325: x_program_application_id := jtf_number_table();
8326: x_program_id := jtf_number_table();
8327: x_program_update_date := jtf_date_table();
8328: x_orig_tax_code := jtf_varchar2_table_300();

Line 8325: x_program_application_id := jtf_number_table();

8321: x_last_update_date := jtf_date_table();
8322: x_last_updated_by := jtf_number_table();
8323: x_last_update_login := jtf_number_table();
8324: x_request_id := jtf_number_table();
8325: x_program_application_id := jtf_number_table();
8326: x_program_id := jtf_number_table();
8327: x_program_update_date := jtf_date_table();
8328: x_orig_tax_code := jtf_varchar2_table_300();
8329: x_tax_code := jtf_varchar2_table_100();

Line 8326: x_program_id := jtf_number_table();

8322: x_last_updated_by := jtf_number_table();
8323: x_last_update_login := jtf_number_table();
8324: x_request_id := jtf_number_table();
8325: x_program_application_id := jtf_number_table();
8326: x_program_id := jtf_number_table();
8327: x_program_update_date := jtf_date_table();
8328: x_orig_tax_code := jtf_varchar2_table_300();
8329: x_tax_code := jtf_varchar2_table_100();
8330: x_tax_rate := jtf_number_table();

Line 8330: x_tax_rate := jtf_number_table();

8326: x_program_id := jtf_number_table();
8327: x_program_update_date := jtf_date_table();
8328: x_orig_tax_code := jtf_varchar2_table_300();
8329: x_tax_code := jtf_varchar2_table_100();
8330: x_tax_rate := jtf_number_table();
8331: x_tax_date := jtf_date_table();
8332: x_tax_amount := jtf_number_table();
8333: x_tax_exempt_flag := jtf_varchar2_table_100();
8334: x_tax_exempt_number := jtf_varchar2_table_100();

Line 8332: x_tax_amount := jtf_number_table();

8328: x_orig_tax_code := jtf_varchar2_table_300();
8329: x_tax_code := jtf_varchar2_table_100();
8330: x_tax_rate := jtf_number_table();
8331: x_tax_date := jtf_date_table();
8332: x_tax_amount := jtf_number_table();
8333: x_tax_exempt_flag := jtf_varchar2_table_100();
8334: x_tax_exempt_number := jtf_varchar2_table_100();
8335: x_tax_exempt_reason_code := jtf_varchar2_table_100();
8336: x_attribute_category := jtf_varchar2_table_100();

Line 8459: x_price_adjustment_id OUT NOCOPY jtf_number_table

8455:
8456: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso price adjustment table
8457: PROCEDURE Set_Price_Adj_Tbl_Out(
8458: p_qte_price_adj_tbl IN ASO_Quote_Pub.Price_Adj_Tbl_Type,
8459: x_price_adjustment_id OUT NOCOPY jtf_number_table
8460:
8461: /*-- The following output parameters are ignored
8462: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8463: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 8463: x_qte_line_index OUT NOCOPY jtf_number_table,

8459: x_price_adjustment_id OUT NOCOPY jtf_number_table
8460:
8461: /*-- The following output parameters are ignored
8462: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8463: x_qte_line_index OUT NOCOPY jtf_number_table,
8464: x_shipment_index OUT NOCOPY jtf_number_table,
8465: x_creation_date OUT NOCOPY jtf_date_table,
8466: x_created_by OUT NOCOPY jtf_number_table,
8467: x_last_update_date OUT NOCOPY jtf_date_table,

Line 8464: x_shipment_index OUT NOCOPY jtf_number_table,

8460:
8461: /*-- The following output parameters are ignored
8462: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8463: x_qte_line_index OUT NOCOPY jtf_number_table,
8464: x_shipment_index OUT NOCOPY jtf_number_table,
8465: x_creation_date OUT NOCOPY jtf_date_table,
8466: x_created_by OUT NOCOPY jtf_number_table,
8467: x_last_update_date OUT NOCOPY jtf_date_table,
8468: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 8466: x_created_by OUT NOCOPY jtf_number_table,

8462: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8463: x_qte_line_index OUT NOCOPY jtf_number_table,
8464: x_shipment_index OUT NOCOPY jtf_number_table,
8465: x_creation_date OUT NOCOPY jtf_date_table,
8466: x_created_by OUT NOCOPY jtf_number_table,
8467: x_last_update_date OUT NOCOPY jtf_date_table,
8468: x_last_updated_by OUT NOCOPY jtf_number_table,
8469: x_last_update_login OUT NOCOPY jtf_number_table,
8470: x_program_application_id OUT NOCOPY jtf_number_table,

Line 8468: x_last_updated_by OUT NOCOPY jtf_number_table,

8464: x_shipment_index OUT NOCOPY jtf_number_table,
8465: x_creation_date OUT NOCOPY jtf_date_table,
8466: x_created_by OUT NOCOPY jtf_number_table,
8467: x_last_update_date OUT NOCOPY jtf_date_table,
8468: x_last_updated_by OUT NOCOPY jtf_number_table,
8469: x_last_update_login OUT NOCOPY jtf_number_table,
8470: x_program_application_id OUT NOCOPY jtf_number_table,
8471: x_program_id OUT NOCOPY jtf_number_table,
8472: x_program_update_date OUT NOCOPY jtf_date_table,

Line 8469: x_last_update_login OUT NOCOPY jtf_number_table,

8465: x_creation_date OUT NOCOPY jtf_date_table,
8466: x_created_by OUT NOCOPY jtf_number_table,
8467: x_last_update_date OUT NOCOPY jtf_date_table,
8468: x_last_updated_by OUT NOCOPY jtf_number_table,
8469: x_last_update_login OUT NOCOPY jtf_number_table,
8470: x_program_application_id OUT NOCOPY jtf_number_table,
8471: x_program_id OUT NOCOPY jtf_number_table,
8472: x_program_update_date OUT NOCOPY jtf_date_table,
8473: x_request_id OUT NOCOPY jtf_number_table,

Line 8470: x_program_application_id OUT NOCOPY jtf_number_table,

8466: x_created_by OUT NOCOPY jtf_number_table,
8467: x_last_update_date OUT NOCOPY jtf_date_table,
8468: x_last_updated_by OUT NOCOPY jtf_number_table,
8469: x_last_update_login OUT NOCOPY jtf_number_table,
8470: x_program_application_id OUT NOCOPY jtf_number_table,
8471: x_program_id OUT NOCOPY jtf_number_table,
8472: x_program_update_date OUT NOCOPY jtf_date_table,
8473: x_request_id OUT NOCOPY jtf_number_table,
8474: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 8471: x_program_id OUT NOCOPY jtf_number_table,

8467: x_last_update_date OUT NOCOPY jtf_date_table,
8468: x_last_updated_by OUT NOCOPY jtf_number_table,
8469: x_last_update_login OUT NOCOPY jtf_number_table,
8470: x_program_application_id OUT NOCOPY jtf_number_table,
8471: x_program_id OUT NOCOPY jtf_number_table,
8472: x_program_update_date OUT NOCOPY jtf_date_table,
8473: x_request_id OUT NOCOPY jtf_number_table,
8474: x_quote_header_id OUT NOCOPY jtf_number_table,
8475: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 8473: x_request_id OUT NOCOPY jtf_number_table,

8469: x_last_update_login OUT NOCOPY jtf_number_table,
8470: x_program_application_id OUT NOCOPY jtf_number_table,
8471: x_program_id OUT NOCOPY jtf_number_table,
8472: x_program_update_date OUT NOCOPY jtf_date_table,
8473: x_request_id OUT NOCOPY jtf_number_table,
8474: x_quote_header_id OUT NOCOPY jtf_number_table,
8475: x_quote_line_id OUT NOCOPY jtf_number_table,
8476: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8477: x_modifier_header_id OUT NOCOPY jtf_number_table,

Line 8474: x_quote_header_id OUT NOCOPY jtf_number_table,

8470: x_program_application_id OUT NOCOPY jtf_number_table,
8471: x_program_id OUT NOCOPY jtf_number_table,
8472: x_program_update_date OUT NOCOPY jtf_date_table,
8473: x_request_id OUT NOCOPY jtf_number_table,
8474: x_quote_header_id OUT NOCOPY jtf_number_table,
8475: x_quote_line_id OUT NOCOPY jtf_number_table,
8476: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8477: x_modifier_header_id OUT NOCOPY jtf_number_table,
8478: x_modifier_line_id OUT NOCOPY jtf_number_table,

Line 8475: x_quote_line_id OUT NOCOPY jtf_number_table,

8471: x_program_id OUT NOCOPY jtf_number_table,
8472: x_program_update_date OUT NOCOPY jtf_date_table,
8473: x_request_id OUT NOCOPY jtf_number_table,
8474: x_quote_header_id OUT NOCOPY jtf_number_table,
8475: x_quote_line_id OUT NOCOPY jtf_number_table,
8476: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8477: x_modifier_header_id OUT NOCOPY jtf_number_table,
8478: x_modifier_line_id OUT NOCOPY jtf_number_table,
8479: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 8476: x_quote_shipment_id OUT NOCOPY jtf_number_table,

8472: x_program_update_date OUT NOCOPY jtf_date_table,
8473: x_request_id OUT NOCOPY jtf_number_table,
8474: x_quote_header_id OUT NOCOPY jtf_number_table,
8475: x_quote_line_id OUT NOCOPY jtf_number_table,
8476: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8477: x_modifier_header_id OUT NOCOPY jtf_number_table,
8478: x_modifier_line_id OUT NOCOPY jtf_number_table,
8479: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
8480: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 8477: x_modifier_header_id OUT NOCOPY jtf_number_table,

8473: x_request_id OUT NOCOPY jtf_number_table,
8474: x_quote_header_id OUT NOCOPY jtf_number_table,
8475: x_quote_line_id OUT NOCOPY jtf_number_table,
8476: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8477: x_modifier_header_id OUT NOCOPY jtf_number_table,
8478: x_modifier_line_id OUT NOCOPY jtf_number_table,
8479: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
8480: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
8481: x_modified_from OUT NOCOPY jtf_number_table,

Line 8478: x_modifier_line_id OUT NOCOPY jtf_number_table,

8474: x_quote_header_id OUT NOCOPY jtf_number_table,
8475: x_quote_line_id OUT NOCOPY jtf_number_table,
8476: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8477: x_modifier_header_id OUT NOCOPY jtf_number_table,
8478: x_modifier_line_id OUT NOCOPY jtf_number_table,
8479: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
8480: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
8481: x_modified_from OUT NOCOPY jtf_number_table,
8482: x_modified_to OUT NOCOPY jtf_number_table,

Line 8481: x_modified_from OUT NOCOPY jtf_number_table,

8477: x_modifier_header_id OUT NOCOPY jtf_number_table,
8478: x_modifier_line_id OUT NOCOPY jtf_number_table,
8479: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
8480: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
8481: x_modified_from OUT NOCOPY jtf_number_table,
8482: x_modified_to OUT NOCOPY jtf_number_table,
8483: x_operand OUT NOCOPY jtf_number_table,
8484: x_arithmetic_operator OUT NOCOPY jtf_varchar2_table_100,
8485: x_automatic_flag OUT NOCOPY jtf_varchar2_table_100,

Line 8482: x_modified_to OUT NOCOPY jtf_number_table,

8478: x_modifier_line_id OUT NOCOPY jtf_number_table,
8479: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
8480: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
8481: x_modified_from OUT NOCOPY jtf_number_table,
8482: x_modified_to OUT NOCOPY jtf_number_table,
8483: x_operand OUT NOCOPY jtf_number_table,
8484: x_arithmetic_operator OUT NOCOPY jtf_varchar2_table_100,
8485: x_automatic_flag OUT NOCOPY jtf_varchar2_table_100,
8486: x_update_allowable_flag OUT NOCOPY jtf_varchar2_table_100,

Line 8483: x_operand OUT NOCOPY jtf_number_table,

8479: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
8480: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
8481: x_modified_from OUT NOCOPY jtf_number_table,
8482: x_modified_to OUT NOCOPY jtf_number_table,
8483: x_operand OUT NOCOPY jtf_number_table,
8484: x_arithmetic_operator OUT NOCOPY jtf_varchar2_table_100,
8485: x_automatic_flag OUT NOCOPY jtf_varchar2_table_100,
8486: x_update_allowable_flag OUT NOCOPY jtf_varchar2_table_100,
8487: x_updated_flag OUT NOCOPY jtf_varchar2_table_100,

Line 8490: x_pricing_phase_id OUT NOCOPY jtf_number_table,

8486: x_update_allowable_flag OUT NOCOPY jtf_varchar2_table_100,
8487: x_updated_flag OUT NOCOPY jtf_varchar2_table_100,
8488: x_applied_flag OUT NOCOPY jtf_varchar2_table_100,
8489: x_on_invoice_flag OUT NOCOPY jtf_varchar2_table_100,
8490: x_pricing_phase_id OUT NOCOPY jtf_number_table,
8491: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
8492: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
8493: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,
8494: x_attribute3 OUT NOCOPY jtf_varchar2_table_200,

Line 8512: x_cost_id OUT NOCOPY jtf_number_table,

8508: x_change_sequence OUT NOCOPY jtf_varchar2_table_100,
8509: x_update_allowed OUT NOCOPY jtf_varchar2_table_100,
8510: x_change_reason_code OUT NOCOPY jtf_varchar2_table_100,
8511: x_change_reason_text OUT NOCOPY jtf_varchar2_table_2000,
8512: x_cost_id OUT NOCOPY jtf_number_table,
8513: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
8514: x_tax_exempt_flag OUT NOCOPY jtf_varchar2_table_100,
8515: x_tax_exempt_number OUT NOCOPY jtf_varchar2_table_100,
8516: x_tax_exempt_reason_code OUT NOCOPY jtf_varchar2_table_100,

Line 8517: x_parent_adjustment_id OUT NOCOPY jtf_number_table,

8513: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
8514: x_tax_exempt_flag OUT NOCOPY jtf_varchar2_table_100,
8515: x_tax_exempt_number OUT NOCOPY jtf_varchar2_table_100,
8516: x_tax_exempt_reason_code OUT NOCOPY jtf_varchar2_table_100,
8517: x_parent_adjustment_id OUT NOCOPY jtf_number_table,
8518: x_invoiced_flag OUT NOCOPY jtf_varchar2_table_100,
8519: x_estimated_flag OUT NOCOPY jtf_varchar2_table_100,
8520: x_inc_in_sales_performance OUT NOCOPY jtf_varchar2_table_100,
8521: x_split_action_code OUT NOCOPY jtf_varchar2_table_100,

Line 8522: x_adjusted_amount OUT NOCOPY jtf_number_table,

8518: x_invoiced_flag OUT NOCOPY jtf_varchar2_table_100,
8519: x_estimated_flag OUT NOCOPY jtf_varchar2_table_100,
8520: x_inc_in_sales_performance OUT NOCOPY jtf_varchar2_table_100,
8521: x_split_action_code OUT NOCOPY jtf_varchar2_table_100,
8522: x_adjusted_amount OUT NOCOPY jtf_number_table,
8523: x_charge_type_code OUT NOCOPY jtf_varchar2_table_100,
8524: x_charge_subtype_code OUT NOCOPY jtf_varchar2_table_100,
8525: x_range_break_quantity OUT NOCOPY jtf_number_table,
8526: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,

Line 8525: x_range_break_quantity OUT NOCOPY jtf_number_table,

8521: x_split_action_code OUT NOCOPY jtf_varchar2_table_100,
8522: x_adjusted_amount OUT NOCOPY jtf_number_table,
8523: x_charge_type_code OUT NOCOPY jtf_varchar2_table_100,
8524: x_charge_subtype_code OUT NOCOPY jtf_varchar2_table_100,
8525: x_range_break_quantity OUT NOCOPY jtf_number_table,
8526: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,
8527: x_pricing_group_sequence OUT NOCOPY jtf_number_table,
8528: x_accrual_flag OUT NOCOPY jtf_varchar2_table_100,
8529: x_list_line_no OUT NOCOPY jtf_varchar2_table_300,

Line 8526: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,

8522: x_adjusted_amount OUT NOCOPY jtf_number_table,
8523: x_charge_type_code OUT NOCOPY jtf_varchar2_table_100,
8524: x_charge_subtype_code OUT NOCOPY jtf_varchar2_table_100,
8525: x_range_break_quantity OUT NOCOPY jtf_number_table,
8526: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,
8527: x_pricing_group_sequence OUT NOCOPY jtf_number_table,
8528: x_accrual_flag OUT NOCOPY jtf_varchar2_table_100,
8529: x_list_line_no OUT NOCOPY jtf_varchar2_table_300,
8530: x_source_system_code OUT NOCOPY jtf_varchar2_table_100,

Line 8527: x_pricing_group_sequence OUT NOCOPY jtf_number_table,

8523: x_charge_type_code OUT NOCOPY jtf_varchar2_table_100,
8524: x_charge_subtype_code OUT NOCOPY jtf_varchar2_table_100,
8525: x_range_break_quantity OUT NOCOPY jtf_number_table,
8526: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,
8527: x_pricing_group_sequence OUT NOCOPY jtf_number_table,
8528: x_accrual_flag OUT NOCOPY jtf_varchar2_table_100,
8529: x_list_line_no OUT NOCOPY jtf_varchar2_table_300,
8530: x_source_system_code OUT NOCOPY jtf_varchar2_table_100,
8531: x_benefit_qty OUT NOCOPY jtf_number_table,

Line 8531: x_benefit_qty OUT NOCOPY jtf_number_table,

8527: x_pricing_group_sequence OUT NOCOPY jtf_number_table,
8528: x_accrual_flag OUT NOCOPY jtf_varchar2_table_100,
8529: x_list_line_no OUT NOCOPY jtf_varchar2_table_300,
8530: x_source_system_code OUT NOCOPY jtf_varchar2_table_100,
8531: x_benefit_qty OUT NOCOPY jtf_number_table,
8532: x_benefit_uom_code OUT NOCOPY jtf_varchar2_table_100,
8533: x_print_on_invoice_flag OUT NOCOPY jtf_varchar2_table_100,
8534: x_expiration_date OUT NOCOPY jtf_date_table,
8535: x_rebate_transaction_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 8551: x_price_adjustment_id := jtf_number_table();

8547: )
8548: AS
8549: ddindx binary_integer; indx binary_integer;
8550: BEGIN
8551: x_price_adjustment_id := jtf_number_table();
8552:
8553: /*-- The following output parameters are ignored
8554: x_operation_code := jtf_varchar2_table_100();
8555: x_qte_line_index := jtf_number_table();

Line 8555: x_qte_line_index := jtf_number_table();

8551: x_price_adjustment_id := jtf_number_table();
8552:
8553: /*-- The following output parameters are ignored
8554: x_operation_code := jtf_varchar2_table_100();
8555: x_qte_line_index := jtf_number_table();
8556: x_shipment_index := jtf_number_table();
8557: x_creation_date := jtf_date_table();
8558: x_created_by := jtf_number_table();
8559: x_last_update_date := jtf_date_table();

Line 8556: x_shipment_index := jtf_number_table();

8552:
8553: /*-- The following output parameters are ignored
8554: x_operation_code := jtf_varchar2_table_100();
8555: x_qte_line_index := jtf_number_table();
8556: x_shipment_index := jtf_number_table();
8557: x_creation_date := jtf_date_table();
8558: x_created_by := jtf_number_table();
8559: x_last_update_date := jtf_date_table();
8560: x_last_updated_by := jtf_number_table();

Line 8558: x_created_by := jtf_number_table();

8554: x_operation_code := jtf_varchar2_table_100();
8555: x_qte_line_index := jtf_number_table();
8556: x_shipment_index := jtf_number_table();
8557: x_creation_date := jtf_date_table();
8558: x_created_by := jtf_number_table();
8559: x_last_update_date := jtf_date_table();
8560: x_last_updated_by := jtf_number_table();
8561: x_last_update_login := jtf_number_table();
8562: x_program_application_id := jtf_number_table();

Line 8560: x_last_updated_by := jtf_number_table();

8556: x_shipment_index := jtf_number_table();
8557: x_creation_date := jtf_date_table();
8558: x_created_by := jtf_number_table();
8559: x_last_update_date := jtf_date_table();
8560: x_last_updated_by := jtf_number_table();
8561: x_last_update_login := jtf_number_table();
8562: x_program_application_id := jtf_number_table();
8563: x_program_id := jtf_number_table();
8564: x_program_update_date := jtf_date_table();

Line 8561: x_last_update_login := jtf_number_table();

8557: x_creation_date := jtf_date_table();
8558: x_created_by := jtf_number_table();
8559: x_last_update_date := jtf_date_table();
8560: x_last_updated_by := jtf_number_table();
8561: x_last_update_login := jtf_number_table();
8562: x_program_application_id := jtf_number_table();
8563: x_program_id := jtf_number_table();
8564: x_program_update_date := jtf_date_table();
8565: x_request_id := jtf_number_table();

Line 8562: x_program_application_id := jtf_number_table();

8558: x_created_by := jtf_number_table();
8559: x_last_update_date := jtf_date_table();
8560: x_last_updated_by := jtf_number_table();
8561: x_last_update_login := jtf_number_table();
8562: x_program_application_id := jtf_number_table();
8563: x_program_id := jtf_number_table();
8564: x_program_update_date := jtf_date_table();
8565: x_request_id := jtf_number_table();
8566: x_quote_header_id := jtf_number_table();

Line 8563: x_program_id := jtf_number_table();

8559: x_last_update_date := jtf_date_table();
8560: x_last_updated_by := jtf_number_table();
8561: x_last_update_login := jtf_number_table();
8562: x_program_application_id := jtf_number_table();
8563: x_program_id := jtf_number_table();
8564: x_program_update_date := jtf_date_table();
8565: x_request_id := jtf_number_table();
8566: x_quote_header_id := jtf_number_table();
8567: x_quote_line_id := jtf_number_table();

Line 8565: x_request_id := jtf_number_table();

8561: x_last_update_login := jtf_number_table();
8562: x_program_application_id := jtf_number_table();
8563: x_program_id := jtf_number_table();
8564: x_program_update_date := jtf_date_table();
8565: x_request_id := jtf_number_table();
8566: x_quote_header_id := jtf_number_table();
8567: x_quote_line_id := jtf_number_table();
8568: x_quote_shipment_id := jtf_number_table();
8569: x_modifier_header_id := jtf_number_table();

Line 8566: x_quote_header_id := jtf_number_table();

8562: x_program_application_id := jtf_number_table();
8563: x_program_id := jtf_number_table();
8564: x_program_update_date := jtf_date_table();
8565: x_request_id := jtf_number_table();
8566: x_quote_header_id := jtf_number_table();
8567: x_quote_line_id := jtf_number_table();
8568: x_quote_shipment_id := jtf_number_table();
8569: x_modifier_header_id := jtf_number_table();
8570: x_modifier_line_id := jtf_number_table();

Line 8567: x_quote_line_id := jtf_number_table();

8563: x_program_id := jtf_number_table();
8564: x_program_update_date := jtf_date_table();
8565: x_request_id := jtf_number_table();
8566: x_quote_header_id := jtf_number_table();
8567: x_quote_line_id := jtf_number_table();
8568: x_quote_shipment_id := jtf_number_table();
8569: x_modifier_header_id := jtf_number_table();
8570: x_modifier_line_id := jtf_number_table();
8571: x_modifier_line_type_code := jtf_varchar2_table_100();

Line 8568: x_quote_shipment_id := jtf_number_table();

8564: x_program_update_date := jtf_date_table();
8565: x_request_id := jtf_number_table();
8566: x_quote_header_id := jtf_number_table();
8567: x_quote_line_id := jtf_number_table();
8568: x_quote_shipment_id := jtf_number_table();
8569: x_modifier_header_id := jtf_number_table();
8570: x_modifier_line_id := jtf_number_table();
8571: x_modifier_line_type_code := jtf_varchar2_table_100();
8572: x_modifier_mechanism_type_code := jtf_varchar2_table_100();

Line 8569: x_modifier_header_id := jtf_number_table();

8565: x_request_id := jtf_number_table();
8566: x_quote_header_id := jtf_number_table();
8567: x_quote_line_id := jtf_number_table();
8568: x_quote_shipment_id := jtf_number_table();
8569: x_modifier_header_id := jtf_number_table();
8570: x_modifier_line_id := jtf_number_table();
8571: x_modifier_line_type_code := jtf_varchar2_table_100();
8572: x_modifier_mechanism_type_code := jtf_varchar2_table_100();
8573: x_modified_from := jtf_number_table();

Line 8570: x_modifier_line_id := jtf_number_table();

8566: x_quote_header_id := jtf_number_table();
8567: x_quote_line_id := jtf_number_table();
8568: x_quote_shipment_id := jtf_number_table();
8569: x_modifier_header_id := jtf_number_table();
8570: x_modifier_line_id := jtf_number_table();
8571: x_modifier_line_type_code := jtf_varchar2_table_100();
8572: x_modifier_mechanism_type_code := jtf_varchar2_table_100();
8573: x_modified_from := jtf_number_table();
8574: x_modified_to := jtf_number_table();

Line 8573: x_modified_from := jtf_number_table();

8569: x_modifier_header_id := jtf_number_table();
8570: x_modifier_line_id := jtf_number_table();
8571: x_modifier_line_type_code := jtf_varchar2_table_100();
8572: x_modifier_mechanism_type_code := jtf_varchar2_table_100();
8573: x_modified_from := jtf_number_table();
8574: x_modified_to := jtf_number_table();
8575: x_operand := jtf_number_table();
8576: x_arithmetic_operator := jtf_varchar2_table_100();
8577: x_automatic_flag := jtf_varchar2_table_100();

Line 8574: x_modified_to := jtf_number_table();

8570: x_modifier_line_id := jtf_number_table();
8571: x_modifier_line_type_code := jtf_varchar2_table_100();
8572: x_modifier_mechanism_type_code := jtf_varchar2_table_100();
8573: x_modified_from := jtf_number_table();
8574: x_modified_to := jtf_number_table();
8575: x_operand := jtf_number_table();
8576: x_arithmetic_operator := jtf_varchar2_table_100();
8577: x_automatic_flag := jtf_varchar2_table_100();
8578: x_update_allowable_flag := jtf_varchar2_table_100();

Line 8575: x_operand := jtf_number_table();

8571: x_modifier_line_type_code := jtf_varchar2_table_100();
8572: x_modifier_mechanism_type_code := jtf_varchar2_table_100();
8573: x_modified_from := jtf_number_table();
8574: x_modified_to := jtf_number_table();
8575: x_operand := jtf_number_table();
8576: x_arithmetic_operator := jtf_varchar2_table_100();
8577: x_automatic_flag := jtf_varchar2_table_100();
8578: x_update_allowable_flag := jtf_varchar2_table_100();
8579: x_updated_flag := jtf_varchar2_table_100();

Line 8582: x_pricing_phase_id := jtf_number_table();

8578: x_update_allowable_flag := jtf_varchar2_table_100();
8579: x_updated_flag := jtf_varchar2_table_100();
8580: x_applied_flag := jtf_varchar2_table_100();
8581: x_on_invoice_flag := jtf_varchar2_table_100();
8582: x_pricing_phase_id := jtf_number_table();
8583: x_attribute_category := jtf_varchar2_table_100();
8584: x_attribute1 := jtf_varchar2_table_200();
8585: x_attribute2 := jtf_varchar2_table_200();
8586: x_attribute3 := jtf_varchar2_table_200();

Line 8604: x_cost_id := jtf_number_table();

8600: x_change_sequence := jtf_varchar2_table_100();
8601: x_update_allowed := jtf_varchar2_table_100();
8602: x_change_reason_code := jtf_varchar2_table_100();
8603: x_change_reason_text := jtf_varchar2_table_2000();
8604: x_cost_id := jtf_number_table();
8605: x_tax_code := jtf_varchar2_table_100();
8606: x_tax_exempt_flag := jtf_varchar2_table_100();
8607: x_tax_exempt_number := jtf_varchar2_table_100();
8608: x_tax_exempt_reason_code := jtf_varchar2_table_100();

Line 8609: x_parent_adjustment_id := jtf_number_table();

8605: x_tax_code := jtf_varchar2_table_100();
8606: x_tax_exempt_flag := jtf_varchar2_table_100();
8607: x_tax_exempt_number := jtf_varchar2_table_100();
8608: x_tax_exempt_reason_code := jtf_varchar2_table_100();
8609: x_parent_adjustment_id := jtf_number_table();
8610: x_invoiced_flag := jtf_varchar2_table_100();
8611: x_estimated_flag := jtf_varchar2_table_100();
8612: x_inc_in_sales_performance := jtf_varchar2_table_100();
8613: x_split_action_code := jtf_varchar2_table_100();

Line 8614: x_adjusted_amount := jtf_number_table();

8610: x_invoiced_flag := jtf_varchar2_table_100();
8611: x_estimated_flag := jtf_varchar2_table_100();
8612: x_inc_in_sales_performance := jtf_varchar2_table_100();
8613: x_split_action_code := jtf_varchar2_table_100();
8614: x_adjusted_amount := jtf_number_table();
8615: x_charge_type_code := jtf_varchar2_table_100();
8616: x_charge_subtype_code := jtf_varchar2_table_100();
8617: x_range_break_quantity := jtf_number_table();
8618: x_accrual_conversion_rate := jtf_number_table();

Line 8617: x_range_break_quantity := jtf_number_table();

8613: x_split_action_code := jtf_varchar2_table_100();
8614: x_adjusted_amount := jtf_number_table();
8615: x_charge_type_code := jtf_varchar2_table_100();
8616: x_charge_subtype_code := jtf_varchar2_table_100();
8617: x_range_break_quantity := jtf_number_table();
8618: x_accrual_conversion_rate := jtf_number_table();
8619: x_pricing_group_sequence := jtf_number_table();
8620: x_accrual_flag := jtf_varchar2_table_100();
8621: x_list_line_no := jtf_varchar2_table_300();

Line 8618: x_accrual_conversion_rate := jtf_number_table();

8614: x_adjusted_amount := jtf_number_table();
8615: x_charge_type_code := jtf_varchar2_table_100();
8616: x_charge_subtype_code := jtf_varchar2_table_100();
8617: x_range_break_quantity := jtf_number_table();
8618: x_accrual_conversion_rate := jtf_number_table();
8619: x_pricing_group_sequence := jtf_number_table();
8620: x_accrual_flag := jtf_varchar2_table_100();
8621: x_list_line_no := jtf_varchar2_table_300();
8622: x_source_system_code := jtf_varchar2_table_100();

Line 8619: x_pricing_group_sequence := jtf_number_table();

8615: x_charge_type_code := jtf_varchar2_table_100();
8616: x_charge_subtype_code := jtf_varchar2_table_100();
8617: x_range_break_quantity := jtf_number_table();
8618: x_accrual_conversion_rate := jtf_number_table();
8619: x_pricing_group_sequence := jtf_number_table();
8620: x_accrual_flag := jtf_varchar2_table_100();
8621: x_list_line_no := jtf_varchar2_table_300();
8622: x_source_system_code := jtf_varchar2_table_100();
8623: x_benefit_qty := jtf_number_table();

Line 8623: x_benefit_qty := jtf_number_table();

8619: x_pricing_group_sequence := jtf_number_table();
8620: x_accrual_flag := jtf_varchar2_table_100();
8621: x_list_line_no := jtf_varchar2_table_300();
8622: x_source_system_code := jtf_varchar2_table_100();
8623: x_benefit_qty := jtf_number_table();
8624: x_benefit_uom_code := jtf_varchar2_table_100();
8625: x_print_on_invoice_flag := jtf_varchar2_table_100();
8626: x_expiration_date := jtf_date_table();
8627: x_rebate_transaction_type_code := jtf_varchar2_table_100();

Line 8835: x_price_attribute_id OUT NOCOPY jtf_number_table

8831:
8832: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso price attributes table
8833: PROCEDURE Set_Price_Attributes_Tbl_Out(
8834: p_qte_price_attributes_tbl IN ASO_Quote_Pub.Price_Attributes_Tbl_Type,
8835: x_price_attribute_id OUT NOCOPY jtf_number_table
8836:
8837: /*-- The following output parameters are ignored
8838: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8839: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 8839: x_qte_line_index OUT NOCOPY jtf_number_table,

8835: x_price_attribute_id OUT NOCOPY jtf_number_table
8836:
8837: /*-- The following output parameters are ignored
8838: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8839: x_qte_line_index OUT NOCOPY jtf_number_table,
8840: x_creation_date OUT NOCOPY jtf_date_table,
8841: x_created_by OUT NOCOPY jtf_number_table,
8842: x_last_update_date OUT NOCOPY jtf_date_table,
8843: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 8841: x_created_by OUT NOCOPY jtf_number_table,

8837: /*-- The following output parameters are ignored
8838: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8839: x_qte_line_index OUT NOCOPY jtf_number_table,
8840: x_creation_date OUT NOCOPY jtf_date_table,
8841: x_created_by OUT NOCOPY jtf_number_table,
8842: x_last_update_date OUT NOCOPY jtf_date_table,
8843: x_last_updated_by OUT NOCOPY jtf_number_table,
8844: x_last_update_login OUT NOCOPY jtf_number_table,
8845: x_request_id OUT NOCOPY jtf_number_table,

Line 8843: x_last_updated_by OUT NOCOPY jtf_number_table,

8839: x_qte_line_index OUT NOCOPY jtf_number_table,
8840: x_creation_date OUT NOCOPY jtf_date_table,
8841: x_created_by OUT NOCOPY jtf_number_table,
8842: x_last_update_date OUT NOCOPY jtf_date_table,
8843: x_last_updated_by OUT NOCOPY jtf_number_table,
8844: x_last_update_login OUT NOCOPY jtf_number_table,
8845: x_request_id OUT NOCOPY jtf_number_table,
8846: x_program_application_id OUT NOCOPY jtf_number_table,
8847: x_program_id OUT NOCOPY jtf_number_table,

Line 8844: x_last_update_login OUT NOCOPY jtf_number_table,

8840: x_creation_date OUT NOCOPY jtf_date_table,
8841: x_created_by OUT NOCOPY jtf_number_table,
8842: x_last_update_date OUT NOCOPY jtf_date_table,
8843: x_last_updated_by OUT NOCOPY jtf_number_table,
8844: x_last_update_login OUT NOCOPY jtf_number_table,
8845: x_request_id OUT NOCOPY jtf_number_table,
8846: x_program_application_id OUT NOCOPY jtf_number_table,
8847: x_program_id OUT NOCOPY jtf_number_table,
8848: x_program_update_date OUT NOCOPY jtf_date_table,

Line 8845: x_request_id OUT NOCOPY jtf_number_table,

8841: x_created_by OUT NOCOPY jtf_number_table,
8842: x_last_update_date OUT NOCOPY jtf_date_table,
8843: x_last_updated_by OUT NOCOPY jtf_number_table,
8844: x_last_update_login OUT NOCOPY jtf_number_table,
8845: x_request_id OUT NOCOPY jtf_number_table,
8846: x_program_application_id OUT NOCOPY jtf_number_table,
8847: x_program_id OUT NOCOPY jtf_number_table,
8848: x_program_update_date OUT NOCOPY jtf_date_table,
8849: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 8846: x_program_application_id OUT NOCOPY jtf_number_table,

8842: x_last_update_date OUT NOCOPY jtf_date_table,
8843: x_last_updated_by OUT NOCOPY jtf_number_table,
8844: x_last_update_login OUT NOCOPY jtf_number_table,
8845: x_request_id OUT NOCOPY jtf_number_table,
8846: x_program_application_id OUT NOCOPY jtf_number_table,
8847: x_program_id OUT NOCOPY jtf_number_table,
8848: x_program_update_date OUT NOCOPY jtf_date_table,
8849: x_quote_header_id OUT NOCOPY jtf_number_table,
8850: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 8847: x_program_id OUT NOCOPY jtf_number_table,

8843: x_last_updated_by OUT NOCOPY jtf_number_table,
8844: x_last_update_login OUT NOCOPY jtf_number_table,
8845: x_request_id OUT NOCOPY jtf_number_table,
8846: x_program_application_id OUT NOCOPY jtf_number_table,
8847: x_program_id OUT NOCOPY jtf_number_table,
8848: x_program_update_date OUT NOCOPY jtf_date_table,
8849: x_quote_header_id OUT NOCOPY jtf_number_table,
8850: x_quote_line_id OUT NOCOPY jtf_number_table,
8851: x_flex_title OUT NOCOPY jtf_varchar2_table_100,

Line 8849: x_quote_header_id OUT NOCOPY jtf_number_table,

8845: x_request_id OUT NOCOPY jtf_number_table,
8846: x_program_application_id OUT NOCOPY jtf_number_table,
8847: x_program_id OUT NOCOPY jtf_number_table,
8848: x_program_update_date OUT NOCOPY jtf_date_table,
8849: x_quote_header_id OUT NOCOPY jtf_number_table,
8850: x_quote_line_id OUT NOCOPY jtf_number_table,
8851: x_flex_title OUT NOCOPY jtf_varchar2_table_100,
8852: x_pricing_context OUT NOCOPY jtf_varchar2_table_100,
8853: x_pricing_attribute1 OUT NOCOPY jtf_varchar2_table_200,

Line 8850: x_quote_line_id OUT NOCOPY jtf_number_table,

8846: x_program_application_id OUT NOCOPY jtf_number_table,
8847: x_program_id OUT NOCOPY jtf_number_table,
8848: x_program_update_date OUT NOCOPY jtf_date_table,
8849: x_quote_header_id OUT NOCOPY jtf_number_table,
8850: x_quote_line_id OUT NOCOPY jtf_number_table,
8851: x_flex_title OUT NOCOPY jtf_varchar2_table_100,
8852: x_pricing_context OUT NOCOPY jtf_varchar2_table_100,
8853: x_pricing_attribute1 OUT NOCOPY jtf_varchar2_table_200,
8854: x_pricing_attribute2 OUT NOCOPY jtf_varchar2_table_200,

Line 8974: x_price_attribute_id := jtf_number_table();

8970: )
8971: AS
8972: ddindx binary_integer; indx binary_integer;
8973: BEGIN
8974: x_price_attribute_id := jtf_number_table();
8975:
8976: /*-- The following output parameters are ignored
8977: x_operation_code := jtf_varchar2_table_100();
8978: x_qte_line_index := jtf_number_table();

Line 8978: x_qte_line_index := jtf_number_table();

8974: x_price_attribute_id := jtf_number_table();
8975:
8976: /*-- The following output parameters are ignored
8977: x_operation_code := jtf_varchar2_table_100();
8978: x_qte_line_index := jtf_number_table();
8979: x_creation_date := jtf_date_table();
8980: x_created_by := jtf_number_table();
8981: x_last_update_date := jtf_date_table();
8982: x_last_updated_by := jtf_number_table();

Line 8980: x_created_by := jtf_number_table();

8976: /*-- The following output parameters are ignored
8977: x_operation_code := jtf_varchar2_table_100();
8978: x_qte_line_index := jtf_number_table();
8979: x_creation_date := jtf_date_table();
8980: x_created_by := jtf_number_table();
8981: x_last_update_date := jtf_date_table();
8982: x_last_updated_by := jtf_number_table();
8983: x_last_update_login := jtf_number_table();
8984: x_request_id := jtf_number_table();

Line 8982: x_last_updated_by := jtf_number_table();

8978: x_qte_line_index := jtf_number_table();
8979: x_creation_date := jtf_date_table();
8980: x_created_by := jtf_number_table();
8981: x_last_update_date := jtf_date_table();
8982: x_last_updated_by := jtf_number_table();
8983: x_last_update_login := jtf_number_table();
8984: x_request_id := jtf_number_table();
8985: x_program_application_id := jtf_number_table();
8986: x_program_id := jtf_number_table();

Line 8983: x_last_update_login := jtf_number_table();

8979: x_creation_date := jtf_date_table();
8980: x_created_by := jtf_number_table();
8981: x_last_update_date := jtf_date_table();
8982: x_last_updated_by := jtf_number_table();
8983: x_last_update_login := jtf_number_table();
8984: x_request_id := jtf_number_table();
8985: x_program_application_id := jtf_number_table();
8986: x_program_id := jtf_number_table();
8987: x_program_update_date := jtf_date_table();

Line 8984: x_request_id := jtf_number_table();

8980: x_created_by := jtf_number_table();
8981: x_last_update_date := jtf_date_table();
8982: x_last_updated_by := jtf_number_table();
8983: x_last_update_login := jtf_number_table();
8984: x_request_id := jtf_number_table();
8985: x_program_application_id := jtf_number_table();
8986: x_program_id := jtf_number_table();
8987: x_program_update_date := jtf_date_table();
8988: x_quote_header_id := jtf_number_table();

Line 8985: x_program_application_id := jtf_number_table();

8981: x_last_update_date := jtf_date_table();
8982: x_last_updated_by := jtf_number_table();
8983: x_last_update_login := jtf_number_table();
8984: x_request_id := jtf_number_table();
8985: x_program_application_id := jtf_number_table();
8986: x_program_id := jtf_number_table();
8987: x_program_update_date := jtf_date_table();
8988: x_quote_header_id := jtf_number_table();
8989: x_quote_line_id := jtf_number_table();

Line 8986: x_program_id := jtf_number_table();

8982: x_last_updated_by := jtf_number_table();
8983: x_last_update_login := jtf_number_table();
8984: x_request_id := jtf_number_table();
8985: x_program_application_id := jtf_number_table();
8986: x_program_id := jtf_number_table();
8987: x_program_update_date := jtf_date_table();
8988: x_quote_header_id := jtf_number_table();
8989: x_quote_line_id := jtf_number_table();
8990: x_flex_title := jtf_varchar2_table_100();

Line 8988: x_quote_header_id := jtf_number_table();

8984: x_request_id := jtf_number_table();
8985: x_program_application_id := jtf_number_table();
8986: x_program_id := jtf_number_table();
8987: x_program_update_date := jtf_date_table();
8988: x_quote_header_id := jtf_number_table();
8989: x_quote_line_id := jtf_number_table();
8990: x_flex_title := jtf_varchar2_table_100();
8991: x_pricing_context := jtf_varchar2_table_100();
8992: x_pricing_attribute1 := jtf_varchar2_table_200();

Line 8989: x_quote_line_id := jtf_number_table();

8985: x_program_application_id := jtf_number_table();
8986: x_program_id := jtf_number_table();
8987: x_program_update_date := jtf_date_table();
8988: x_quote_header_id := jtf_number_table();
8989: x_quote_line_id := jtf_number_table();
8990: x_flex_title := jtf_varchar2_table_100();
8991: x_pricing_context := jtf_varchar2_table_100();
8992: x_pricing_attribute1 := jtf_varchar2_table_200();
8993: x_pricing_attribute2 := jtf_varchar2_table_200();

Line 9399: x_sales_credit_id OUT NOCOPY jtf_number_table

9395:
9396: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso sales credit table
9397: PROCEDURE Set_Sales_Credit_Tbl_Out(
9398: p_qte_sales_credit_tbl IN ASO_Quote_Pub.Sales_Credit_Tbl_Type,
9399: x_sales_credit_id OUT NOCOPY jtf_number_table
9400:
9401: /*-- The following output parameters are ignored
9402: x_qte_line_index OUT NOCOPY jtf_number_table,
9403: x_operation_code OUT NOCOPY jtf_varchar2_table_100,

Line 9402: x_qte_line_index OUT NOCOPY jtf_number_table,

9398: p_qte_sales_credit_tbl IN ASO_Quote_Pub.Sales_Credit_Tbl_Type,
9399: x_sales_credit_id OUT NOCOPY jtf_number_table
9400:
9401: /*-- The following output parameters are ignored
9402: x_qte_line_index OUT NOCOPY jtf_number_table,
9403: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
9404: x_creation_date OUT NOCOPY jtf_date_table,
9405: x_created_by OUT NOCOPY jtf_number_table,
9406: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 9405: x_created_by OUT NOCOPY jtf_number_table,

9401: /*-- The following output parameters are ignored
9402: x_qte_line_index OUT NOCOPY jtf_number_table,
9403: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
9404: x_creation_date OUT NOCOPY jtf_date_table,
9405: x_created_by OUT NOCOPY jtf_number_table,
9406: x_last_updated_by OUT NOCOPY jtf_number_table,
9407: x_last_update_date OUT NOCOPY jtf_date_table,
9408: x_last_update_login OUT NOCOPY jtf_number_table,
9409: x_request_id OUT NOCOPY jtf_number_table,

Line 9406: x_last_updated_by OUT NOCOPY jtf_number_table,

9402: x_qte_line_index OUT NOCOPY jtf_number_table,
9403: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
9404: x_creation_date OUT NOCOPY jtf_date_table,
9405: x_created_by OUT NOCOPY jtf_number_table,
9406: x_last_updated_by OUT NOCOPY jtf_number_table,
9407: x_last_update_date OUT NOCOPY jtf_date_table,
9408: x_last_update_login OUT NOCOPY jtf_number_table,
9409: x_request_id OUT NOCOPY jtf_number_table,
9410: x_program_application_id OUT NOCOPY jtf_number_table,

Line 9408: x_last_update_login OUT NOCOPY jtf_number_table,

9404: x_creation_date OUT NOCOPY jtf_date_table,
9405: x_created_by OUT NOCOPY jtf_number_table,
9406: x_last_updated_by OUT NOCOPY jtf_number_table,
9407: x_last_update_date OUT NOCOPY jtf_date_table,
9408: x_last_update_login OUT NOCOPY jtf_number_table,
9409: x_request_id OUT NOCOPY jtf_number_table,
9410: x_program_application_id OUT NOCOPY jtf_number_table,
9411: x_program_id OUT NOCOPY jtf_number_table,
9412: x_program_update_date OUT NOCOPY jtf_date_table,

Line 9409: x_request_id OUT NOCOPY jtf_number_table,

9405: x_created_by OUT NOCOPY jtf_number_table,
9406: x_last_updated_by OUT NOCOPY jtf_number_table,
9407: x_last_update_date OUT NOCOPY jtf_date_table,
9408: x_last_update_login OUT NOCOPY jtf_number_table,
9409: x_request_id OUT NOCOPY jtf_number_table,
9410: x_program_application_id OUT NOCOPY jtf_number_table,
9411: x_program_id OUT NOCOPY jtf_number_table,
9412: x_program_update_date OUT NOCOPY jtf_date_table,
9413: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 9410: x_program_application_id OUT NOCOPY jtf_number_table,

9406: x_last_updated_by OUT NOCOPY jtf_number_table,
9407: x_last_update_date OUT NOCOPY jtf_date_table,
9408: x_last_update_login OUT NOCOPY jtf_number_table,
9409: x_request_id OUT NOCOPY jtf_number_table,
9410: x_program_application_id OUT NOCOPY jtf_number_table,
9411: x_program_id OUT NOCOPY jtf_number_table,
9412: x_program_update_date OUT NOCOPY jtf_date_table,
9413: x_quote_header_id OUT NOCOPY jtf_number_table,
9414: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 9411: x_program_id OUT NOCOPY jtf_number_table,

9407: x_last_update_date OUT NOCOPY jtf_date_table,
9408: x_last_update_login OUT NOCOPY jtf_number_table,
9409: x_request_id OUT NOCOPY jtf_number_table,
9410: x_program_application_id OUT NOCOPY jtf_number_table,
9411: x_program_id OUT NOCOPY jtf_number_table,
9412: x_program_update_date OUT NOCOPY jtf_date_table,
9413: x_quote_header_id OUT NOCOPY jtf_number_table,
9414: x_quote_line_id OUT NOCOPY jtf_number_table,
9415: x_percent OUT NOCOPY jtf_number_table,

Line 9413: x_quote_header_id OUT NOCOPY jtf_number_table,

9409: x_request_id OUT NOCOPY jtf_number_table,
9410: x_program_application_id OUT NOCOPY jtf_number_table,
9411: x_program_id OUT NOCOPY jtf_number_table,
9412: x_program_update_date OUT NOCOPY jtf_date_table,
9413: x_quote_header_id OUT NOCOPY jtf_number_table,
9414: x_quote_line_id OUT NOCOPY jtf_number_table,
9415: x_percent OUT NOCOPY jtf_number_table,
9416: x_resource_id OUT NOCOPY jtf_number_table,
9417: x_first_name OUT NOCOPY jtf_varchar2_table_300,

Line 9414: x_quote_line_id OUT NOCOPY jtf_number_table,

9410: x_program_application_id OUT NOCOPY jtf_number_table,
9411: x_program_id OUT NOCOPY jtf_number_table,
9412: x_program_update_date OUT NOCOPY jtf_date_table,
9413: x_quote_header_id OUT NOCOPY jtf_number_table,
9414: x_quote_line_id OUT NOCOPY jtf_number_table,
9415: x_percent OUT NOCOPY jtf_number_table,
9416: x_resource_id OUT NOCOPY jtf_number_table,
9417: x_first_name OUT NOCOPY jtf_varchar2_table_300,
9418: x_last_name OUT NOCOPY jtf_varchar2_table_300,

Line 9415: x_percent OUT NOCOPY jtf_number_table,

9411: x_program_id OUT NOCOPY jtf_number_table,
9412: x_program_update_date OUT NOCOPY jtf_date_table,
9413: x_quote_header_id OUT NOCOPY jtf_number_table,
9414: x_quote_line_id OUT NOCOPY jtf_number_table,
9415: x_percent OUT NOCOPY jtf_number_table,
9416: x_resource_id OUT NOCOPY jtf_number_table,
9417: x_first_name OUT NOCOPY jtf_varchar2_table_300,
9418: x_last_name OUT NOCOPY jtf_varchar2_table_300,
9419: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,

Line 9416: x_resource_id OUT NOCOPY jtf_number_table,

9412: x_program_update_date OUT NOCOPY jtf_date_table,
9413: x_quote_header_id OUT NOCOPY jtf_number_table,
9414: x_quote_line_id OUT NOCOPY jtf_number_table,
9415: x_percent OUT NOCOPY jtf_number_table,
9416: x_resource_id OUT NOCOPY jtf_number_table,
9417: x_first_name OUT NOCOPY jtf_varchar2_table_300,
9418: x_last_name OUT NOCOPY jtf_varchar2_table_300,
9419: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,
9420: x_resource_group_id OUT NOCOPY jtf_number_table,

Line 9420: x_resource_group_id OUT NOCOPY jtf_number_table,

9416: x_resource_id OUT NOCOPY jtf_number_table,
9417: x_first_name OUT NOCOPY jtf_varchar2_table_300,
9418: x_last_name OUT NOCOPY jtf_varchar2_table_300,
9419: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,
9420: x_resource_group_id OUT NOCOPY jtf_number_table,
9421: x_employee_person_id OUT NOCOPY jtf_number_table,
9422: x_sales_credit_type_id OUT NOCOPY jtf_number_table,
9423: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
9424: x_attribute1 OUT NOCOPY jtf_varchar2_table_300,

Line 9421: x_employee_person_id OUT NOCOPY jtf_number_table,

9417: x_first_name OUT NOCOPY jtf_varchar2_table_300,
9418: x_last_name OUT NOCOPY jtf_varchar2_table_300,
9419: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,
9420: x_resource_group_id OUT NOCOPY jtf_number_table,
9421: x_employee_person_id OUT NOCOPY jtf_number_table,
9422: x_sales_credit_type_id OUT NOCOPY jtf_number_table,
9423: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
9424: x_attribute1 OUT NOCOPY jtf_varchar2_table_300,
9425: x_attribute2 OUT NOCOPY jtf_varchar2_table_300,

Line 9422: x_sales_credit_type_id OUT NOCOPY jtf_number_table,

9418: x_last_name OUT NOCOPY jtf_varchar2_table_300,
9419: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,
9420: x_resource_group_id OUT NOCOPY jtf_number_table,
9421: x_employee_person_id OUT NOCOPY jtf_number_table,
9422: x_sales_credit_type_id OUT NOCOPY jtf_number_table,
9423: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
9424: x_attribute1 OUT NOCOPY jtf_varchar2_table_300,
9425: x_attribute2 OUT NOCOPY jtf_varchar2_table_300,
9426: x_attribute3 OUT NOCOPY jtf_varchar2_table_300,

Line 9444: x_sales_credit_id := jtf_number_table();

9440: )
9441: AS
9442: ddindx binary_integer; indx binary_integer;
9443: BEGIN
9444: x_sales_credit_id := jtf_number_table();
9445:
9446: /*-- The following output parameters are ignored
9447: x_qte_line_index := jtf_number_table();
9448: x_operation_code := jtf_varchar2_table_100();

Line 9447: x_qte_line_index := jtf_number_table();

9443: BEGIN
9444: x_sales_credit_id := jtf_number_table();
9445:
9446: /*-- The following output parameters are ignored
9447: x_qte_line_index := jtf_number_table();
9448: x_operation_code := jtf_varchar2_table_100();
9449: x_creation_date := jtf_date_table();
9450: x_created_by := jtf_number_table();
9451: x_last_updated_by := jtf_number_table();

Line 9450: x_created_by := jtf_number_table();

9446: /*-- The following output parameters are ignored
9447: x_qte_line_index := jtf_number_table();
9448: x_operation_code := jtf_varchar2_table_100();
9449: x_creation_date := jtf_date_table();
9450: x_created_by := jtf_number_table();
9451: x_last_updated_by := jtf_number_table();
9452: x_last_update_date := jtf_date_table();
9453: x_last_update_login := jtf_number_table();
9454: x_request_id := jtf_number_table();

Line 9451: x_last_updated_by := jtf_number_table();

9447: x_qte_line_index := jtf_number_table();
9448: x_operation_code := jtf_varchar2_table_100();
9449: x_creation_date := jtf_date_table();
9450: x_created_by := jtf_number_table();
9451: x_last_updated_by := jtf_number_table();
9452: x_last_update_date := jtf_date_table();
9453: x_last_update_login := jtf_number_table();
9454: x_request_id := jtf_number_table();
9455: x_program_application_id := jtf_number_table();

Line 9453: x_last_update_login := jtf_number_table();

9449: x_creation_date := jtf_date_table();
9450: x_created_by := jtf_number_table();
9451: x_last_updated_by := jtf_number_table();
9452: x_last_update_date := jtf_date_table();
9453: x_last_update_login := jtf_number_table();
9454: x_request_id := jtf_number_table();
9455: x_program_application_id := jtf_number_table();
9456: x_program_id := jtf_number_table();
9457: x_program_update_date := jtf_date_table();

Line 9454: x_request_id := jtf_number_table();

9450: x_created_by := jtf_number_table();
9451: x_last_updated_by := jtf_number_table();
9452: x_last_update_date := jtf_date_table();
9453: x_last_update_login := jtf_number_table();
9454: x_request_id := jtf_number_table();
9455: x_program_application_id := jtf_number_table();
9456: x_program_id := jtf_number_table();
9457: x_program_update_date := jtf_date_table();
9458: x_quote_header_id := jtf_number_table();

Line 9455: x_program_application_id := jtf_number_table();

9451: x_last_updated_by := jtf_number_table();
9452: x_last_update_date := jtf_date_table();
9453: x_last_update_login := jtf_number_table();
9454: x_request_id := jtf_number_table();
9455: x_program_application_id := jtf_number_table();
9456: x_program_id := jtf_number_table();
9457: x_program_update_date := jtf_date_table();
9458: x_quote_header_id := jtf_number_table();
9459: x_quote_line_id := jtf_number_table();

Line 9456: x_program_id := jtf_number_table();

9452: x_last_update_date := jtf_date_table();
9453: x_last_update_login := jtf_number_table();
9454: x_request_id := jtf_number_table();
9455: x_program_application_id := jtf_number_table();
9456: x_program_id := jtf_number_table();
9457: x_program_update_date := jtf_date_table();
9458: x_quote_header_id := jtf_number_table();
9459: x_quote_line_id := jtf_number_table();
9460: x_percent := jtf_number_table();

Line 9458: x_quote_header_id := jtf_number_table();

9454: x_request_id := jtf_number_table();
9455: x_program_application_id := jtf_number_table();
9456: x_program_id := jtf_number_table();
9457: x_program_update_date := jtf_date_table();
9458: x_quote_header_id := jtf_number_table();
9459: x_quote_line_id := jtf_number_table();
9460: x_percent := jtf_number_table();
9461: x_resource_id := jtf_number_table();
9462: x_first_name := jtf_varchar2_table_300();

Line 9459: x_quote_line_id := jtf_number_table();

9455: x_program_application_id := jtf_number_table();
9456: x_program_id := jtf_number_table();
9457: x_program_update_date := jtf_date_table();
9458: x_quote_header_id := jtf_number_table();
9459: x_quote_line_id := jtf_number_table();
9460: x_percent := jtf_number_table();
9461: x_resource_id := jtf_number_table();
9462: x_first_name := jtf_varchar2_table_300();
9463: x_last_name := jtf_varchar2_table_300();

Line 9460: x_percent := jtf_number_table();

9456: x_program_id := jtf_number_table();
9457: x_program_update_date := jtf_date_table();
9458: x_quote_header_id := jtf_number_table();
9459: x_quote_line_id := jtf_number_table();
9460: x_percent := jtf_number_table();
9461: x_resource_id := jtf_number_table();
9462: x_first_name := jtf_varchar2_table_300();
9463: x_last_name := jtf_varchar2_table_300();
9464: x_sales_credit_type := jtf_varchar2_table_300();

Line 9461: x_resource_id := jtf_number_table();

9457: x_program_update_date := jtf_date_table();
9458: x_quote_header_id := jtf_number_table();
9459: x_quote_line_id := jtf_number_table();
9460: x_percent := jtf_number_table();
9461: x_resource_id := jtf_number_table();
9462: x_first_name := jtf_varchar2_table_300();
9463: x_last_name := jtf_varchar2_table_300();
9464: x_sales_credit_type := jtf_varchar2_table_300();
9465: x_resource_group_id := jtf_number_table();

Line 9465: x_resource_group_id := jtf_number_table();

9461: x_resource_id := jtf_number_table();
9462: x_first_name := jtf_varchar2_table_300();
9463: x_last_name := jtf_varchar2_table_300();
9464: x_sales_credit_type := jtf_varchar2_table_300();
9465: x_resource_group_id := jtf_number_table();
9466: x_employee_person_id := jtf_number_table();
9467: x_sales_credit_type_id := jtf_number_table();
9468: x_attribute_category := jtf_varchar2_table_100();
9469: x_attribute1 := jtf_varchar2_table_300();

Line 9466: x_employee_person_id := jtf_number_table();

9462: x_first_name := jtf_varchar2_table_300();
9463: x_last_name := jtf_varchar2_table_300();
9464: x_sales_credit_type := jtf_varchar2_table_300();
9465: x_resource_group_id := jtf_number_table();
9466: x_employee_person_id := jtf_number_table();
9467: x_sales_credit_type_id := jtf_number_table();
9468: x_attribute_category := jtf_varchar2_table_100();
9469: x_attribute1 := jtf_varchar2_table_300();
9470: x_attribute2 := jtf_varchar2_table_300();

Line 9467: x_sales_credit_type_id := jtf_number_table();

9463: x_last_name := jtf_varchar2_table_300();
9464: x_sales_credit_type := jtf_varchar2_table_300();
9465: x_resource_group_id := jtf_number_table();
9466: x_employee_person_id := jtf_number_table();
9467: x_sales_credit_type_id := jtf_number_table();
9468: x_attribute_category := jtf_varchar2_table_100();
9469: x_attribute1 := jtf_varchar2_table_300();
9470: x_attribute2 := jtf_varchar2_table_300();
9471: x_attribute3 := jtf_varchar2_table_300();

Line 9586: x_approval_det_id OUT NOCOPY jtf_number_table,

9582:
9583: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso approvers list table
9584: PROCEDURE Set_Approvers_List_Tbl_Out(
9585: p_qte_approvers_list_tbl IN ASO_Apr_Pub.Approvers_List_Tbl_Type,
9586: x_approval_det_id OUT NOCOPY jtf_number_table,
9587: x_object_approval_id OUT NOCOPY jtf_number_table,
9588: x_approver_person_id OUT NOCOPY jtf_number_table,
9589: x_approver_user_id OUT NOCOPY jtf_number_table,
9590: x_notification_id OUT NOCOPY jtf_number_table,

Line 9587: x_object_approval_id OUT NOCOPY jtf_number_table,

9583: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso approvers list table
9584: PROCEDURE Set_Approvers_List_Tbl_Out(
9585: p_qte_approvers_list_tbl IN ASO_Apr_Pub.Approvers_List_Tbl_Type,
9586: x_approval_det_id OUT NOCOPY jtf_number_table,
9587: x_object_approval_id OUT NOCOPY jtf_number_table,
9588: x_approver_person_id OUT NOCOPY jtf_number_table,
9589: x_approver_user_id OUT NOCOPY jtf_number_table,
9590: x_notification_id OUT NOCOPY jtf_number_table,
9591: x_approver_sequence OUT NOCOPY jtf_number_table,

Line 9588: x_approver_person_id OUT NOCOPY jtf_number_table,

9584: PROCEDURE Set_Approvers_List_Tbl_Out(
9585: p_qte_approvers_list_tbl IN ASO_Apr_Pub.Approvers_List_Tbl_Type,
9586: x_approval_det_id OUT NOCOPY jtf_number_table,
9587: x_object_approval_id OUT NOCOPY jtf_number_table,
9588: x_approver_person_id OUT NOCOPY jtf_number_table,
9589: x_approver_user_id OUT NOCOPY jtf_number_table,
9590: x_notification_id OUT NOCOPY jtf_number_table,
9591: x_approver_sequence OUT NOCOPY jtf_number_table,
9592: x_approver_status OUT NOCOPY jtf_varchar2_table_100,

Line 9589: x_approver_user_id OUT NOCOPY jtf_number_table,

9585: p_qte_approvers_list_tbl IN ASO_Apr_Pub.Approvers_List_Tbl_Type,
9586: x_approval_det_id OUT NOCOPY jtf_number_table,
9587: x_object_approval_id OUT NOCOPY jtf_number_table,
9588: x_approver_person_id OUT NOCOPY jtf_number_table,
9589: x_approver_user_id OUT NOCOPY jtf_number_table,
9590: x_notification_id OUT NOCOPY jtf_number_table,
9591: x_approver_sequence OUT NOCOPY jtf_number_table,
9592: x_approver_status OUT NOCOPY jtf_varchar2_table_100,
9593: x_approver_name OUT NOCOPY jtf_varchar2_table_100,

Line 9590: x_notification_id OUT NOCOPY jtf_number_table,

9586: x_approval_det_id OUT NOCOPY jtf_number_table,
9587: x_object_approval_id OUT NOCOPY jtf_number_table,
9588: x_approver_person_id OUT NOCOPY jtf_number_table,
9589: x_approver_user_id OUT NOCOPY jtf_number_table,
9590: x_notification_id OUT NOCOPY jtf_number_table,
9591: x_approver_sequence OUT NOCOPY jtf_number_table,
9592: x_approver_status OUT NOCOPY jtf_varchar2_table_100,
9593: x_approver_name OUT NOCOPY jtf_varchar2_table_100,
9594: x_approval_comments OUT NOCOPY jtf_varchar2_table_300,

Line 9591: x_approver_sequence OUT NOCOPY jtf_number_table,

9587: x_object_approval_id OUT NOCOPY jtf_number_table,
9588: x_approver_person_id OUT NOCOPY jtf_number_table,
9589: x_approver_user_id OUT NOCOPY jtf_number_table,
9590: x_notification_id OUT NOCOPY jtf_number_table,
9591: x_approver_sequence OUT NOCOPY jtf_number_table,
9592: x_approver_status OUT NOCOPY jtf_varchar2_table_100,
9593: x_approver_name OUT NOCOPY jtf_varchar2_table_100,
9594: x_approval_comments OUT NOCOPY jtf_varchar2_table_300,
9595: x_date_sent OUT NOCOPY jtf_date_table,

Line 9601: x_approval_det_id := jtf_number_table();

9597: )
9598: AS
9599: ddindx binary_integer; indx binary_integer;
9600: BEGIN
9601: x_approval_det_id := jtf_number_table();
9602: x_object_approval_id := jtf_number_table();
9603: x_approver_person_id := jtf_number_table();
9604: x_approver_user_id := jtf_number_table();
9605: x_notification_id := jtf_number_table();

Line 9602: x_object_approval_id := jtf_number_table();

9598: AS
9599: ddindx binary_integer; indx binary_integer;
9600: BEGIN
9601: x_approval_det_id := jtf_number_table();
9602: x_object_approval_id := jtf_number_table();
9603: x_approver_person_id := jtf_number_table();
9604: x_approver_user_id := jtf_number_table();
9605: x_notification_id := jtf_number_table();
9606: x_approver_sequence := jtf_number_table();

Line 9603: x_approver_person_id := jtf_number_table();

9599: ddindx binary_integer; indx binary_integer;
9600: BEGIN
9601: x_approval_det_id := jtf_number_table();
9602: x_object_approval_id := jtf_number_table();
9603: x_approver_person_id := jtf_number_table();
9604: x_approver_user_id := jtf_number_table();
9605: x_notification_id := jtf_number_table();
9606: x_approver_sequence := jtf_number_table();
9607: x_approver_status := jtf_varchar2_table_100();

Line 9604: x_approver_user_id := jtf_number_table();

9600: BEGIN
9601: x_approval_det_id := jtf_number_table();
9602: x_object_approval_id := jtf_number_table();
9603: x_approver_person_id := jtf_number_table();
9604: x_approver_user_id := jtf_number_table();
9605: x_notification_id := jtf_number_table();
9606: x_approver_sequence := jtf_number_table();
9607: x_approver_status := jtf_varchar2_table_100();
9608: x_approver_name := jtf_varchar2_table_100();

Line 9605: x_notification_id := jtf_number_table();

9601: x_approval_det_id := jtf_number_table();
9602: x_object_approval_id := jtf_number_table();
9603: x_approver_person_id := jtf_number_table();
9604: x_approver_user_id := jtf_number_table();
9605: x_notification_id := jtf_number_table();
9606: x_approver_sequence := jtf_number_table();
9607: x_approver_status := jtf_varchar2_table_100();
9608: x_approver_name := jtf_varchar2_table_100();
9609: x_approval_comments := jtf_varchar2_table_300();

Line 9606: x_approver_sequence := jtf_number_table();

9602: x_object_approval_id := jtf_number_table();
9603: x_approver_person_id := jtf_number_table();
9604: x_approver_user_id := jtf_number_table();
9605: x_notification_id := jtf_number_table();
9606: x_approver_sequence := jtf_number_table();
9607: x_approver_status := jtf_varchar2_table_100();
9608: x_approver_name := jtf_varchar2_table_100();
9609: x_approval_comments := jtf_varchar2_table_300();
9610: x_date_sent := jtf_date_table();

Line 9651: x_rule_id OUT NOCOPY jtf_number_table,

9647:
9648: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso rules list table
9649: PROCEDURE Set_Rules_List_Tbl_Out(
9650: p_qte_rules_list_tbl IN ASO_Apr_Pub.Rules_List_Tbl_Type,
9651: x_rule_id OUT NOCOPY jtf_number_table,
9652: x_object_approval_id OUT NOCOPY jtf_number_table,
9653: x_rule_action_id OUT NOCOPY jtf_number_table,
9654: x_rule_description OUT NOCOPY jtf_varchar2_table_300,
9655: x_approval_level OUT NOCOPY jtf_varchar2_table_300

Line 9652: x_object_approval_id OUT NOCOPY jtf_number_table,

9648: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso rules list table
9649: PROCEDURE Set_Rules_List_Tbl_Out(
9650: p_qte_rules_list_tbl IN ASO_Apr_Pub.Rules_List_Tbl_Type,
9651: x_rule_id OUT NOCOPY jtf_number_table,
9652: x_object_approval_id OUT NOCOPY jtf_number_table,
9653: x_rule_action_id OUT NOCOPY jtf_number_table,
9654: x_rule_description OUT NOCOPY jtf_varchar2_table_300,
9655: x_approval_level OUT NOCOPY jtf_varchar2_table_300
9656: )

Line 9653: x_rule_action_id OUT NOCOPY jtf_number_table,

9649: PROCEDURE Set_Rules_List_Tbl_Out(
9650: p_qte_rules_list_tbl IN ASO_Apr_Pub.Rules_List_Tbl_Type,
9651: x_rule_id OUT NOCOPY jtf_number_table,
9652: x_object_approval_id OUT NOCOPY jtf_number_table,
9653: x_rule_action_id OUT NOCOPY jtf_number_table,
9654: x_rule_description OUT NOCOPY jtf_varchar2_table_300,
9655: x_approval_level OUT NOCOPY jtf_varchar2_table_300
9656: )
9657: AS

Line 9660: x_rule_id := jtf_number_table();

9656: )
9657: AS
9658: ddindx binary_integer; indx binary_integer;
9659: BEGIN
9660: x_rule_id := jtf_number_table();
9661: x_object_approval_id := jtf_number_table();
9662: x_rule_action_id := jtf_number_table();
9663: x_rule_description := jtf_varchar2_table_300();
9664: x_approval_level := jtf_varchar2_table_300();

Line 9661: x_object_approval_id := jtf_number_table();

9657: AS
9658: ddindx binary_integer; indx binary_integer;
9659: BEGIN
9660: x_rule_id := jtf_number_table();
9661: x_object_approval_id := jtf_number_table();
9662: x_rule_action_id := jtf_number_table();
9663: x_rule_description := jtf_varchar2_table_300();
9664: x_approval_level := jtf_varchar2_table_300();
9665: IF p_qte_rules_list_tbl.count > 0 THEN

Line 9662: x_rule_action_id := jtf_number_table();

9658: ddindx binary_integer; indx binary_integer;
9659: BEGIN
9660: x_rule_id := jtf_number_table();
9661: x_object_approval_id := jtf_number_table();
9662: x_rule_action_id := jtf_number_table();
9663: x_rule_description := jtf_varchar2_table_300();
9664: x_approval_level := jtf_varchar2_table_300();
9665: IF p_qte_rules_list_tbl.count > 0 THEN
9666: x_rule_id.extend(p_qte_rules_list_tbl.count);

Line 9711: x_access_id OUT NOCOPY jtf_number_table

9707:
9708: -- copy info OUT NOCOPY /* file.sql.39 change */ from aso quote accesses tbl
9709: PROCEDURE Set_Qte_Access_Tbl_Out(
9710: p_qte_access_tbl IN ASO_Quote_Pub.Qte_Access_Tbl_Type,
9711: x_access_id OUT NOCOPY jtf_number_table
9712: )
9713: IS
9714: ddindx binary_integer;
9715: indx binary_integer;

Line 9717: x_access_id := jtf_number_table();

9713: IS
9714: ddindx binary_integer;
9715: indx binary_integer;
9716: BEGIN
9717: x_access_id := jtf_number_table();
9718: IF p_qte_access_tbl.count > 0 THEN
9719: x_access_id.extend(p_qte_access_tbl.count);
9720: ddindx := p_qte_access_tbl.first;
9721: indx := 1;

Line 9736: x_template_id OUT NOCOPY jtf_number_table

9732:
9733: -- copy info OUT NOCOPY /* file.sql.39 change */ from aso template tbl
9734: PROCEDURE Set_Template_Tbl_Out(
9735: p_template_tbl IN ASO_Quote_Pub.Template_Tbl_Type,
9736: x_template_id OUT NOCOPY jtf_number_table
9737: )
9738: IS
9739: ddindx binary_integer;
9740: indx binary_integer;

Line 9742: x_template_id := jtf_number_table();

9738: IS
9739: ddindx binary_integer;
9740: indx binary_integer;
9741: BEGIN
9742: x_template_id := jtf_number_table();
9743: IF p_template_tbl.count > 0 THEN
9744: x_template_id.extend(p_template_tbl.count);
9745: ddindx := p_template_tbl.first;
9746: indx := 1;

Line 9761: x_inventory_item_id OUT NOCOPY JTF_NUMBER_TABLE,

9757:
9758:
9759: PROCEDURE Set_Atp_Tbl_Out (
9760: p_atp_tbl IN ASO_ATP_INT.Atp_Tbl_Typ,
9761: x_inventory_item_id OUT NOCOPY JTF_NUMBER_TABLE,
9762: x_inventory_item_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9763: x_inventory_item_description OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9764: x_padded_concatenated_segments OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9765: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,

Line 9765: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,

9761: x_inventory_item_id OUT NOCOPY JTF_NUMBER_TABLE,
9762: x_inventory_item_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9763: x_inventory_item_description OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9764: x_padded_concatenated_segments OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9765: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,
9766: x_source_organization_code OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9767: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9768: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
9769: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,

Line 9768: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,

9764: x_padded_concatenated_segments OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9765: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,
9766: x_source_organization_code OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9767: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9768: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
9769: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,
9770: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,
9771: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,
9772: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,

Line 9769: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,

9765: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,
9766: x_source_organization_code OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9767: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9768: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
9769: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,
9770: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,
9771: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,
9772: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9773: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,

Line 9770: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,

9766: x_source_organization_code OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9767: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9768: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
9769: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,
9770: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,
9771: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,
9772: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9773: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9774: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,

Line 9771: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,

9767: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9768: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
9769: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,
9770: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,
9771: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,
9772: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9773: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9774: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,
9775: x_ship_date OUT NOCOPY JTF_DATE_TABLE,

Line 9776: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,

9772: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9773: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9774: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,
9775: x_ship_date OUT NOCOPY JTF_DATE_TABLE,
9776: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,
9777: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,
9778: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,
9779: x_message OUT NOCOPY JTF_VARCHAR2_TABLE_2000,
9780: x_request_date_type OUT NOCOPY jtf_varchar2_table_300,

Line 9777: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,

9773: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9774: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,
9775: x_ship_date OUT NOCOPY JTF_DATE_TABLE,
9776: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,
9777: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,
9778: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,
9779: x_message OUT NOCOPY JTF_VARCHAR2_TABLE_2000,
9780: x_request_date_type OUT NOCOPY jtf_varchar2_table_300,
9781: x_request_date_type_meaning OUT NOCOPY jtf_varchar2_table_300,

Line 9778: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,

9774: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,
9775: x_ship_date OUT NOCOPY JTF_DATE_TABLE,
9776: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,
9777: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,
9778: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,
9779: x_message OUT NOCOPY JTF_VARCHAR2_TABLE_2000,
9780: x_request_date_type OUT NOCOPY jtf_varchar2_table_300,
9781: x_request_date_type_meaning OUT NOCOPY jtf_varchar2_table_300,
9782: x_demand_class_code OUT NOCOPY jtf_varchar2_table_300,

Line 9791: x_quantity_on_hand OUT NOCOPY jtf_number_table,

9787: x_group_ship_date OUT NOCOPY jtf_date_table,
9788: x_requested_arrival_date OUT NOCOPY jtf_date_table,
9789: x_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
9790: x_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
9791: x_quantity_on_hand OUT NOCOPY jtf_number_table,
9792: x_quote_header_id OUT NOCOPY jtf_number_table,
9793: x_calling_module OUT NOCOPY jtf_number_table,
9794: x_quote_number OUT NOCOPY jtf_number_table,
9795: x_ato_line_id OUT NOCOPY jtf_number_table,

Line 9792: x_quote_header_id OUT NOCOPY jtf_number_table,

9788: x_requested_arrival_date OUT NOCOPY jtf_date_table,
9789: x_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
9790: x_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
9791: x_quantity_on_hand OUT NOCOPY jtf_number_table,
9792: x_quote_header_id OUT NOCOPY jtf_number_table,
9793: x_calling_module OUT NOCOPY jtf_number_table,
9794: x_quote_number OUT NOCOPY jtf_number_table,
9795: x_ato_line_id OUT NOCOPY jtf_number_table,
9796: x_ref_line_id OUT NOCOPY jtf_number_table,

Line 9793: x_calling_module OUT NOCOPY jtf_number_table,

9789: x_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
9790: x_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
9791: x_quantity_on_hand OUT NOCOPY jtf_number_table,
9792: x_quote_header_id OUT NOCOPY jtf_number_table,
9793: x_calling_module OUT NOCOPY jtf_number_table,
9794: x_quote_number OUT NOCOPY jtf_number_table,
9795: x_ato_line_id OUT NOCOPY jtf_number_table,
9796: x_ref_line_id OUT NOCOPY jtf_number_table,
9797: x_top_model_line_id OUT NOCOPY jtf_number_table,

Line 9794: x_quote_number OUT NOCOPY jtf_number_table,

9790: x_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
9791: x_quantity_on_hand OUT NOCOPY jtf_number_table,
9792: x_quote_header_id OUT NOCOPY jtf_number_table,
9793: x_calling_module OUT NOCOPY jtf_number_table,
9794: x_quote_number OUT NOCOPY jtf_number_table,
9795: x_ato_line_id OUT NOCOPY jtf_number_table,
9796: x_ref_line_id OUT NOCOPY jtf_number_table,
9797: x_top_model_line_id OUT NOCOPY jtf_number_table,
9798: x_action OUT NOCOPY jtf_number_table,

Line 9795: x_ato_line_id OUT NOCOPY jtf_number_table,

9791: x_quantity_on_hand OUT NOCOPY jtf_number_table,
9792: x_quote_header_id OUT NOCOPY jtf_number_table,
9793: x_calling_module OUT NOCOPY jtf_number_table,
9794: x_quote_number OUT NOCOPY jtf_number_table,
9795: x_ato_line_id OUT NOCOPY jtf_number_table,
9796: x_ref_line_id OUT NOCOPY jtf_number_table,
9797: x_top_model_line_id OUT NOCOPY jtf_number_table,
9798: x_action OUT NOCOPY jtf_number_table,
9799: x_arrival_date OUT NOCOPY jtf_date_table,

Line 9796: x_ref_line_id OUT NOCOPY jtf_number_table,

9792: x_quote_header_id OUT NOCOPY jtf_number_table,
9793: x_calling_module OUT NOCOPY jtf_number_table,
9794: x_quote_number OUT NOCOPY jtf_number_table,
9795: x_ato_line_id OUT NOCOPY jtf_number_table,
9796: x_ref_line_id OUT NOCOPY jtf_number_table,
9797: x_top_model_line_id OUT NOCOPY jtf_number_table,
9798: x_action OUT NOCOPY jtf_number_table,
9799: x_arrival_date OUT NOCOPY jtf_date_table,
9800: x_organization_id OUT NOCOPY jtf_number_table,

Line 9797: x_top_model_line_id OUT NOCOPY jtf_number_table,

9793: x_calling_module OUT NOCOPY jtf_number_table,
9794: x_quote_number OUT NOCOPY jtf_number_table,
9795: x_ato_line_id OUT NOCOPY jtf_number_table,
9796: x_ref_line_id OUT NOCOPY jtf_number_table,
9797: x_top_model_line_id OUT NOCOPY jtf_number_table,
9798: x_action OUT NOCOPY jtf_number_table,
9799: x_arrival_date OUT NOCOPY jtf_date_table,
9800: x_organization_id OUT NOCOPY jtf_number_table,
9801: x_component_code OUT NOCOPY jtf_varchar2_table_1200,

Line 9798: x_action OUT NOCOPY jtf_number_table,

9794: x_quote_number OUT NOCOPY jtf_number_table,
9795: x_ato_line_id OUT NOCOPY jtf_number_table,
9796: x_ref_line_id OUT NOCOPY jtf_number_table,
9797: x_top_model_line_id OUT NOCOPY jtf_number_table,
9798: x_action OUT NOCOPY jtf_number_table,
9799: x_arrival_date OUT NOCOPY jtf_date_table,
9800: x_organization_id OUT NOCOPY jtf_number_table,
9801: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
9802: x_component_sequence_id OUT NOCOPY jtf_number_table,

Line 9800: x_organization_id OUT NOCOPY jtf_number_table,

9796: x_ref_line_id OUT NOCOPY jtf_number_table,
9797: x_top_model_line_id OUT NOCOPY jtf_number_table,
9798: x_action OUT NOCOPY jtf_number_table,
9799: x_arrival_date OUT NOCOPY jtf_date_table,
9800: x_organization_id OUT NOCOPY jtf_number_table,
9801: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
9802: x_component_sequence_id OUT NOCOPY jtf_number_table,
9803: x_included_item_flag OUT NOCOPY jtf_number_table,
9804: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,

Line 9802: x_component_sequence_id OUT NOCOPY jtf_number_table,

9798: x_action OUT NOCOPY jtf_number_table,
9799: x_arrival_date OUT NOCOPY jtf_date_table,
9800: x_organization_id OUT NOCOPY jtf_number_table,
9801: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
9802: x_component_sequence_id OUT NOCOPY jtf_number_table,
9803: x_included_item_flag OUT NOCOPY jtf_number_table,
9804: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
9805: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9806: x_country OUT NOCOPY jtf_varchar2_table_600,

Line 9803: x_included_item_flag OUT NOCOPY jtf_number_table,

9799: x_arrival_date OUT NOCOPY jtf_date_table,
9800: x_organization_id OUT NOCOPY jtf_number_table,
9801: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
9802: x_component_sequence_id OUT NOCOPY jtf_number_table,
9803: x_included_item_flag OUT NOCOPY jtf_number_table,
9804: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
9805: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9806: x_country OUT NOCOPY jtf_varchar2_table_600,
9807: x_state OUT NOCOPY jtf_varchar2_table_600,

Line 9804: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,

9800: x_organization_id OUT NOCOPY jtf_number_table,
9801: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
9802: x_component_sequence_id OUT NOCOPY jtf_number_table,
9803: x_included_item_flag OUT NOCOPY jtf_number_table,
9804: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
9805: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9806: x_country OUT NOCOPY jtf_varchar2_table_600,
9807: x_state OUT NOCOPY jtf_varchar2_table_600,
9808: x_city OUT NOCOPY jtf_varchar2_table_600,

Line 9805: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,

9801: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
9802: x_component_sequence_id OUT NOCOPY jtf_number_table,
9803: x_included_item_flag OUT NOCOPY jtf_number_table,
9804: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
9805: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9806: x_country OUT NOCOPY jtf_varchar2_table_600,
9807: x_state OUT NOCOPY jtf_varchar2_table_600,
9808: x_city OUT NOCOPY jtf_varchar2_table_600,
9809: x_postal_code OUT NOCOPY jtf_varchar2_table_600,

Line 9810: x_match_item_id OUT NOCOPY jtf_number_table

9806: x_country OUT NOCOPY jtf_varchar2_table_600,
9807: x_state OUT NOCOPY jtf_varchar2_table_600,
9808: x_city OUT NOCOPY jtf_varchar2_table_600,
9809: x_postal_code OUT NOCOPY jtf_varchar2_table_600,
9810: x_match_item_id OUT NOCOPY jtf_number_table
9811: )
9812: IS
9813: ddindx binary_integer;
9814: indx binary_integer;

Line 9816: x_inventory_item_id := JTF_NUMBER_TABLE();

9812: IS
9813: ddindx binary_integer;
9814: indx binary_integer;
9815: BEGIN
9816: x_inventory_item_id := JTF_NUMBER_TABLE();
9817: x_inventory_item_name := JTF_VARCHAR2_TABLE_300();
9818: x_inventory_item_description := JTF_VARCHAR2_TABLE_300();
9819: x_padded_concatenated_segments := JTF_VARCHAR2_TABLE_300();
9820: x_source_organization_id := JTF_NUMBER_TABLE();

Line 9820: x_source_organization_id := JTF_NUMBER_TABLE();

9816: x_inventory_item_id := JTF_NUMBER_TABLE();
9817: x_inventory_item_name := JTF_VARCHAR2_TABLE_300();
9818: x_inventory_item_description := JTF_VARCHAR2_TABLE_300();
9819: x_padded_concatenated_segments := JTF_VARCHAR2_TABLE_300();
9820: x_source_organization_id := JTF_NUMBER_TABLE();
9821: x_source_organization_code := JTF_VARCHAR2_TABLE_300();
9822: x_source_organization_name := JTF_VARCHAR2_TABLE_300();
9823: x_identifier := JTF_NUMBER_TABLE();
9824: x_customer_id := JTF_NUMBER_TABLE();

Line 9823: x_identifier := JTF_NUMBER_TABLE();

9819: x_padded_concatenated_segments := JTF_VARCHAR2_TABLE_300();
9820: x_source_organization_id := JTF_NUMBER_TABLE();
9821: x_source_organization_code := JTF_VARCHAR2_TABLE_300();
9822: x_source_organization_name := JTF_VARCHAR2_TABLE_300();
9823: x_identifier := JTF_NUMBER_TABLE();
9824: x_customer_id := JTF_NUMBER_TABLE();
9825: x_customer_site_id := JTF_NUMBER_TABLE();
9826: x_quantity_ordered := JTF_NUMBER_TABLE();
9827: x_quantity_uom := JTF_VARCHAR2_TABLE_100();

Line 9824: x_customer_id := JTF_NUMBER_TABLE();

9820: x_source_organization_id := JTF_NUMBER_TABLE();
9821: x_source_organization_code := JTF_VARCHAR2_TABLE_300();
9822: x_source_organization_name := JTF_VARCHAR2_TABLE_300();
9823: x_identifier := JTF_NUMBER_TABLE();
9824: x_customer_id := JTF_NUMBER_TABLE();
9825: x_customer_site_id := JTF_NUMBER_TABLE();
9826: x_quantity_ordered := JTF_NUMBER_TABLE();
9827: x_quantity_uom := JTF_VARCHAR2_TABLE_100();
9828: x_uom_meaning := JTF_VARCHAR2_TABLE_100();

Line 9825: x_customer_site_id := JTF_NUMBER_TABLE();

9821: x_source_organization_code := JTF_VARCHAR2_TABLE_300();
9822: x_source_organization_name := JTF_VARCHAR2_TABLE_300();
9823: x_identifier := JTF_NUMBER_TABLE();
9824: x_customer_id := JTF_NUMBER_TABLE();
9825: x_customer_site_id := JTF_NUMBER_TABLE();
9826: x_quantity_ordered := JTF_NUMBER_TABLE();
9827: x_quantity_uom := JTF_VARCHAR2_TABLE_100();
9828: x_uom_meaning := JTF_VARCHAR2_TABLE_100();
9829: x_requested_ship_date := JTF_DATE_TABLE();

Line 9826: x_quantity_ordered := JTF_NUMBER_TABLE();

9822: x_source_organization_name := JTF_VARCHAR2_TABLE_300();
9823: x_identifier := JTF_NUMBER_TABLE();
9824: x_customer_id := JTF_NUMBER_TABLE();
9825: x_customer_site_id := JTF_NUMBER_TABLE();
9826: x_quantity_ordered := JTF_NUMBER_TABLE();
9827: x_quantity_uom := JTF_VARCHAR2_TABLE_100();
9828: x_uom_meaning := JTF_VARCHAR2_TABLE_100();
9829: x_requested_ship_date := JTF_DATE_TABLE();
9830: x_ship_date := JTF_DATE_TABLE();

Line 9831: x_available_quantity := JTF_NUMBER_TABLE();

9827: x_quantity_uom := JTF_VARCHAR2_TABLE_100();
9828: x_uom_meaning := JTF_VARCHAR2_TABLE_100();
9829: x_requested_ship_date := JTF_DATE_TABLE();
9830: x_ship_date := JTF_DATE_TABLE();
9831: x_available_quantity := JTF_NUMBER_TABLE();
9832: x_request_date_quantity := JTF_NUMBER_TABLE();
9833: x_error_code := JTF_NUMBER_TABLE();
9834: x_message := JTF_VARCHAR2_TABLE_2000();
9835:

Line 9832: x_request_date_quantity := JTF_NUMBER_TABLE();

9828: x_uom_meaning := JTF_VARCHAR2_TABLE_100();
9829: x_requested_ship_date := JTF_DATE_TABLE();
9830: x_ship_date := JTF_DATE_TABLE();
9831: x_available_quantity := JTF_NUMBER_TABLE();
9832: x_request_date_quantity := JTF_NUMBER_TABLE();
9833: x_error_code := JTF_NUMBER_TABLE();
9834: x_message := JTF_VARCHAR2_TABLE_2000();
9835:
9836: x_request_date_type :=jtf_varchar2_table_300();

Line 9833: x_error_code := JTF_NUMBER_TABLE();

9829: x_requested_ship_date := JTF_DATE_TABLE();
9830: x_ship_date := JTF_DATE_TABLE();
9831: x_available_quantity := JTF_NUMBER_TABLE();
9832: x_request_date_quantity := JTF_NUMBER_TABLE();
9833: x_error_code := JTF_NUMBER_TABLE();
9834: x_message := JTF_VARCHAR2_TABLE_2000();
9835:
9836: x_request_date_type :=jtf_varchar2_table_300();
9837: x_request_date_type_meaning :=jtf_varchar2_table_300();

Line 9847: x_quantity_on_hand :=jtf_number_table();

9843: x_group_ship_date :=jtf_date_table();
9844: x_requested_arrival_date :=jtf_date_table();
9845: x_ship_method_code :=jtf_varchar2_table_300();
9846: x_ship_method_meaning :=jtf_varchar2_table_300();
9847: x_quantity_on_hand :=jtf_number_table();
9848: x_quote_header_id :=jtf_number_table();
9849: x_calling_module :=jtf_number_table();
9850: x_quote_number :=jtf_number_table();
9851: x_ato_line_id :=jtf_number_table();

Line 9848: x_quote_header_id :=jtf_number_table();

9844: x_requested_arrival_date :=jtf_date_table();
9845: x_ship_method_code :=jtf_varchar2_table_300();
9846: x_ship_method_meaning :=jtf_varchar2_table_300();
9847: x_quantity_on_hand :=jtf_number_table();
9848: x_quote_header_id :=jtf_number_table();
9849: x_calling_module :=jtf_number_table();
9850: x_quote_number :=jtf_number_table();
9851: x_ato_line_id :=jtf_number_table();
9852: x_ref_line_id :=jtf_number_table();

Line 9849: x_calling_module :=jtf_number_table();

9845: x_ship_method_code :=jtf_varchar2_table_300();
9846: x_ship_method_meaning :=jtf_varchar2_table_300();
9847: x_quantity_on_hand :=jtf_number_table();
9848: x_quote_header_id :=jtf_number_table();
9849: x_calling_module :=jtf_number_table();
9850: x_quote_number :=jtf_number_table();
9851: x_ato_line_id :=jtf_number_table();
9852: x_ref_line_id :=jtf_number_table();
9853: x_top_model_line_id :=jtf_number_table();

Line 9850: x_quote_number :=jtf_number_table();

9846: x_ship_method_meaning :=jtf_varchar2_table_300();
9847: x_quantity_on_hand :=jtf_number_table();
9848: x_quote_header_id :=jtf_number_table();
9849: x_calling_module :=jtf_number_table();
9850: x_quote_number :=jtf_number_table();
9851: x_ato_line_id :=jtf_number_table();
9852: x_ref_line_id :=jtf_number_table();
9853: x_top_model_line_id :=jtf_number_table();
9854: x_action :=jtf_number_table();

Line 9851: x_ato_line_id :=jtf_number_table();

9847: x_quantity_on_hand :=jtf_number_table();
9848: x_quote_header_id :=jtf_number_table();
9849: x_calling_module :=jtf_number_table();
9850: x_quote_number :=jtf_number_table();
9851: x_ato_line_id :=jtf_number_table();
9852: x_ref_line_id :=jtf_number_table();
9853: x_top_model_line_id :=jtf_number_table();
9854: x_action :=jtf_number_table();
9855: x_arrival_date :=jtf_date_table();

Line 9852: x_ref_line_id :=jtf_number_table();

9848: x_quote_header_id :=jtf_number_table();
9849: x_calling_module :=jtf_number_table();
9850: x_quote_number :=jtf_number_table();
9851: x_ato_line_id :=jtf_number_table();
9852: x_ref_line_id :=jtf_number_table();
9853: x_top_model_line_id :=jtf_number_table();
9854: x_action :=jtf_number_table();
9855: x_arrival_date :=jtf_date_table();
9856: x_organization_id :=jtf_number_table();

Line 9853: x_top_model_line_id :=jtf_number_table();

9849: x_calling_module :=jtf_number_table();
9850: x_quote_number :=jtf_number_table();
9851: x_ato_line_id :=jtf_number_table();
9852: x_ref_line_id :=jtf_number_table();
9853: x_top_model_line_id :=jtf_number_table();
9854: x_action :=jtf_number_table();
9855: x_arrival_date :=jtf_date_table();
9856: x_organization_id :=jtf_number_table();
9857: x_component_code :=jtf_varchar2_table_1200();

Line 9854: x_action :=jtf_number_table();

9850: x_quote_number :=jtf_number_table();
9851: x_ato_line_id :=jtf_number_table();
9852: x_ref_line_id :=jtf_number_table();
9853: x_top_model_line_id :=jtf_number_table();
9854: x_action :=jtf_number_table();
9855: x_arrival_date :=jtf_date_table();
9856: x_organization_id :=jtf_number_table();
9857: x_component_code :=jtf_varchar2_table_1200();
9858: x_component_sequence_id :=jtf_number_table();

Line 9856: x_organization_id :=jtf_number_table();

9852: x_ref_line_id :=jtf_number_table();
9853: x_top_model_line_id :=jtf_number_table();
9854: x_action :=jtf_number_table();
9855: x_arrival_date :=jtf_date_table();
9856: x_organization_id :=jtf_number_table();
9857: x_component_code :=jtf_varchar2_table_1200();
9858: x_component_sequence_id :=jtf_number_table();
9859: x_included_item_flag :=jtf_number_table();
9860: x_cascade_model_info_to_comp :=jtf_number_table();

Line 9858: x_component_sequence_id :=jtf_number_table();

9854: x_action :=jtf_number_table();
9855: x_arrival_date :=jtf_date_table();
9856: x_organization_id :=jtf_number_table();
9857: x_component_code :=jtf_varchar2_table_1200();
9858: x_component_sequence_id :=jtf_number_table();
9859: x_included_item_flag :=jtf_number_table();
9860: x_cascade_model_info_to_comp :=jtf_number_table();
9861: x_ship_to_party_site_id :=jtf_number_table();
9862: x_country :=jtf_varchar2_table_600();

Line 9859: x_included_item_flag :=jtf_number_table();

9855: x_arrival_date :=jtf_date_table();
9856: x_organization_id :=jtf_number_table();
9857: x_component_code :=jtf_varchar2_table_1200();
9858: x_component_sequence_id :=jtf_number_table();
9859: x_included_item_flag :=jtf_number_table();
9860: x_cascade_model_info_to_comp :=jtf_number_table();
9861: x_ship_to_party_site_id :=jtf_number_table();
9862: x_country :=jtf_varchar2_table_600();
9863: x_state :=jtf_varchar2_table_600();

Line 9860: x_cascade_model_info_to_comp :=jtf_number_table();

9856: x_organization_id :=jtf_number_table();
9857: x_component_code :=jtf_varchar2_table_1200();
9858: x_component_sequence_id :=jtf_number_table();
9859: x_included_item_flag :=jtf_number_table();
9860: x_cascade_model_info_to_comp :=jtf_number_table();
9861: x_ship_to_party_site_id :=jtf_number_table();
9862: x_country :=jtf_varchar2_table_600();
9863: x_state :=jtf_varchar2_table_600();
9864: x_city :=jtf_varchar2_table_600();

Line 9861: x_ship_to_party_site_id :=jtf_number_table();

9857: x_component_code :=jtf_varchar2_table_1200();
9858: x_component_sequence_id :=jtf_number_table();
9859: x_included_item_flag :=jtf_number_table();
9860: x_cascade_model_info_to_comp :=jtf_number_table();
9861: x_ship_to_party_site_id :=jtf_number_table();
9862: x_country :=jtf_varchar2_table_600();
9863: x_state :=jtf_varchar2_table_600();
9864: x_city :=jtf_varchar2_table_600();
9865: x_postal_code :=jtf_varchar2_table_600();

Line 9866: x_match_item_id :=jtf_number_table();

9862: x_country :=jtf_varchar2_table_600();
9863: x_state :=jtf_varchar2_table_600();
9864: x_city :=jtf_varchar2_table_600();
9865: x_postal_code :=jtf_varchar2_table_600();
9866: x_match_item_id :=jtf_number_table();
9867:
9868:
9869: IF p_atp_tbl.COUNT > 0
9870: THEN

Line 10061: p_template_id IN jtf_number_table := NULL

10057: END Construct_Template_Rec;
10058:
10059:
10060: FUNCTION Construct_Template_Tbl(
10061: p_template_id IN jtf_number_table := NULL
10062: )
10063: RETURN ASO_Quote_Pub.Template_Tbl_Type
10064: IS
10065: l_template_tbl ASO_Quote_Pub.Template_Tbl_Type;

Line 11001: x_quote_line_id OUT NOCOPY JTF_NUMBER_TABLE,

10997: end;
10998:
10999: PROCEDURE Set_Config_Valid_Table_Out(
11000: p_config_table IN ASO_QUOTE_PUB.Config_Vaild_Tbl_Type,
11001: x_quote_line_id OUT NOCOPY JTF_NUMBER_TABLE,
11002: x_changed_flag OUT NOCOPY JTF_VARCHAR2_TABLE_100,
11003: x_valid_flag OUT NOCOPY JTF_VARCHAR2_TABLE_100,
11004: x_complete_flag OUT NOCOPY JTF_VARCHAR2_TABLE_100
11005: )

Line 11010: x_quote_line_id:= jtf_number_table();

11006: IS
11007: ddindx binary_integer;
11008: indx binary_integer;
11009: BEGIN
11010: x_quote_line_id:= jtf_number_table();
11011: x_changed_flag := jtf_varchar2_table_100();
11012: x_valid_flag := jtf_varchar2_table_100();
11013: x_complete_flag := jtf_varchar2_table_100();
11014:

Line 11039: x_num_id OUT NOCOPY JTF_NUMBER_TABLE

11035: END Set_Config_Valid_Table_Out;
11036:
11037: PROCEDURE Set_num_Tbl_Out (
11038: p_num_tbl IN ASO_DEFAULTING_INT.ATTRIBUTE_IDS_TBL_TYPE,
11039: x_num_id OUT NOCOPY JTF_NUMBER_TABLE
11040: )
11041: IS
11042: ddindx binary_integer;
11043: indx binary_integer;

Line 11045: x_num_id := JTF_NUMBER_TABLE();

11041: IS
11042: ddindx binary_integer;
11043: indx binary_integer;
11044: BEGIN
11045: x_num_id := JTF_NUMBER_TABLE();
11046:
11047: IF p_num_tbl.COUNT > 0
11048: THEN
11049: x_num_id.extend(p_num_tbl.COUNT);

Line 11070: p_RELATED_OBJECT_ID IN jtf_number_table := NULL,

11066: END Set_num_Tbl_Out;
11067:
11068: FUNCTION Construct_Related_Obj_Tbl(
11069: p_operation_code IN jtf_varchar2_table_100 := NULL,
11070: p_RELATED_OBJECT_ID IN jtf_number_table := NULL,
11071: p_CREATION_DATE IN jtf_date_table := null,
11072: p_CREATED_BY IN jtf_number_table := NULL,
11073: p_LAST_UPDATE_DATE IN jtf_date_table := null,
11074: p_LAST_UPDATED_BY IN jtf_number_table := NULL,

Line 11072: p_CREATED_BY IN jtf_number_table := NULL,

11068: FUNCTION Construct_Related_Obj_Tbl(
11069: p_operation_code IN jtf_varchar2_table_100 := NULL,
11070: p_RELATED_OBJECT_ID IN jtf_number_table := NULL,
11071: p_CREATION_DATE IN jtf_date_table := null,
11072: p_CREATED_BY IN jtf_number_table := NULL,
11073: p_LAST_UPDATE_DATE IN jtf_date_table := null,
11074: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
11075: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
11076: p_REQUEST_ID IN jtf_number_table := NULL,

Line 11074: p_LAST_UPDATED_BY IN jtf_number_table := NULL,

11070: p_RELATED_OBJECT_ID IN jtf_number_table := NULL,
11071: p_CREATION_DATE IN jtf_date_table := null,
11072: p_CREATED_BY IN jtf_number_table := NULL,
11073: p_LAST_UPDATE_DATE IN jtf_date_table := null,
11074: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
11075: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
11076: p_REQUEST_ID IN jtf_number_table := NULL,
11077: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
11078: p_PROGRAM_ID IN jtf_number_table := NULL,

Line 11075: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,

11071: p_CREATION_DATE IN jtf_date_table := null,
11072: p_CREATED_BY IN jtf_number_table := NULL,
11073: p_LAST_UPDATE_DATE IN jtf_date_table := null,
11074: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
11075: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
11076: p_REQUEST_ID IN jtf_number_table := NULL,
11077: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
11078: p_PROGRAM_ID IN jtf_number_table := NULL,
11079: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,

Line 11076: p_REQUEST_ID IN jtf_number_table := NULL,

11072: p_CREATED_BY IN jtf_number_table := NULL,
11073: p_LAST_UPDATE_DATE IN jtf_date_table := null,
11074: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
11075: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
11076: p_REQUEST_ID IN jtf_number_table := NULL,
11077: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
11078: p_PROGRAM_ID IN jtf_number_table := NULL,
11079: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
11080: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,

Line 11077: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,

11073: p_LAST_UPDATE_DATE IN jtf_date_table := null,
11074: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
11075: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
11076: p_REQUEST_ID IN jtf_number_table := NULL,
11077: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
11078: p_PROGRAM_ID IN jtf_number_table := NULL,
11079: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
11080: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11081: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,

Line 11078: p_PROGRAM_ID IN jtf_number_table := NULL,

11074: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
11075: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
11076: p_REQUEST_ID IN jtf_number_table := NULL,
11077: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
11078: p_PROGRAM_ID IN jtf_number_table := NULL,
11079: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
11080: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11081: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,
11082: p_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,

Line 11081: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,

11077: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
11078: p_PROGRAM_ID IN jtf_number_table := NULL,
11079: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
11080: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11081: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,
11082: p_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11083: p_OBJECT_ID IN jtf_number_table := NULL,
11084: p_RELATIONSHIP_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11085: p_RECIPROCAL_FLAG IN jtf_varchar2_table_100 := NULL,

Line 11083: p_OBJECT_ID IN jtf_number_table := NULL,

11079: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
11080: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11081: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,
11082: p_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11083: p_OBJECT_ID IN jtf_number_table := NULL,
11084: p_RELATIONSHIP_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11085: p_RECIPROCAL_FLAG IN jtf_varchar2_table_100 := NULL,
11086: p_QUOTE_OBJECT_CODE IN jtf_number_table := NULL,
11087: p_OBJECT_VERSION_NUMBER IN jtf_number_table := NULL

Line 11086: p_QUOTE_OBJECT_CODE IN jtf_number_table := NULL,

11082: p_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11083: p_OBJECT_ID IN jtf_number_table := NULL,
11084: p_RELATIONSHIP_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11085: p_RECIPROCAL_FLAG IN jtf_varchar2_table_100 := NULL,
11086: p_QUOTE_OBJECT_CODE IN jtf_number_table := NULL,
11087: p_OBJECT_VERSION_NUMBER IN jtf_number_table := NULL
11088: )
11089: RETURN ASO_Quote_Pub.RELATED_OBJ_Tbl_Type
11090: IS

Line 11087: p_OBJECT_VERSION_NUMBER IN jtf_number_table := NULL

11083: p_OBJECT_ID IN jtf_number_table := NULL,
11084: p_RELATIONSHIP_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11085: p_RECIPROCAL_FLAG IN jtf_varchar2_table_100 := NULL,
11086: p_QUOTE_OBJECT_CODE IN jtf_number_table := NULL,
11087: p_OBJECT_VERSION_NUMBER IN jtf_number_table := NULL
11088: )
11089: RETURN ASO_Quote_Pub.RELATED_OBJ_Tbl_Type
11090: IS
11091: l_rel_obj_tbl ASO_QUOTE_PUB.RELATED_OBJ_Tbl_Type := ASO_Quote_Pub.G_MISS_RELATED_OBJ_TBL;

Line 11259: x_related_object_id OUT NOCOPY jtf_number_table

11255: END Construct_Related_Obj_Tbl;
11256:
11257: PROCEDURE Set_Related_Obj_Tbl_Out(
11258: p_rel_obj_tbl IN ASO_Quote_Pub.RELATED_OBJ_Tbl_Type,
11259: x_related_object_id OUT NOCOPY jtf_number_table
11260: )
11261: IS
11262: ddindx binary_integer;
11263: indx binary_integer;

Line 11265: x_related_object_id := jtf_number_table();

11261: IS
11262: ddindx binary_integer;
11263: indx binary_integer;
11264: BEGIN
11265: x_related_object_id := jtf_number_table();
11266: IF p_rel_obj_tbl.count > 0 THEN
11267: x_related_object_id.extend(p_rel_obj_tbl.count);
11268: ddindx := p_rel_obj_tbl.first;
11269: indx := 1;