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 6556: x_quote_header_id OUT NOCOPY jtf_number_table,

6552:
6553: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso quote header table
6554: PROCEDURE Set_Qte_Header_Tbl_Out(
6555: p_qte_header_tbl IN ASO_Quote_Pub.Qte_Header_Tbl_Type,
6556: x_quote_header_id OUT NOCOPY jtf_number_table,
6557: x_last_update_date OUT NOCOPY jtf_date_table
6558:
6559: /*-- The following output parameters are ignored
6560: x_creation_date OUT NOCOPY jtf_date_table,

Line 6561: x_created_by OUT NOCOPY jtf_number_table,

6557: x_last_update_date OUT NOCOPY jtf_date_table
6558:
6559: /*-- The following output parameters are ignored
6560: x_creation_date OUT NOCOPY jtf_date_table,
6561: x_created_by OUT NOCOPY jtf_number_table,
6562: x_last_updated_by OUT NOCOPY jtf_number_table,
6563: x_last_update_login OUT NOCOPY jtf_number_table,
6564: x_request_id OUT NOCOPY jtf_number_table,
6565: x_program_application_id OUT NOCOPY jtf_number_table,

Line 6562: x_last_updated_by OUT NOCOPY jtf_number_table,

6558:
6559: /*-- The following output parameters are ignored
6560: x_creation_date OUT NOCOPY jtf_date_table,
6561: x_created_by OUT NOCOPY jtf_number_table,
6562: x_last_updated_by OUT NOCOPY jtf_number_table,
6563: x_last_update_login OUT NOCOPY jtf_number_table,
6564: x_request_id OUT NOCOPY jtf_number_table,
6565: x_program_application_id OUT NOCOPY jtf_number_table,
6566: x_program_id OUT NOCOPY jtf_number_table,

Line 6563: x_last_update_login OUT NOCOPY jtf_number_table,

6559: /*-- The following output parameters are ignored
6560: x_creation_date OUT NOCOPY jtf_date_table,
6561: x_created_by OUT NOCOPY jtf_number_table,
6562: x_last_updated_by OUT NOCOPY jtf_number_table,
6563: x_last_update_login OUT NOCOPY jtf_number_table,
6564: x_request_id OUT NOCOPY jtf_number_table,
6565: x_program_application_id OUT NOCOPY jtf_number_table,
6566: x_program_id OUT NOCOPY jtf_number_table,
6567: x_program_update_date OUT NOCOPY jtf_date_table,

Line 6564: x_request_id OUT NOCOPY jtf_number_table,

6560: x_creation_date OUT NOCOPY jtf_date_table,
6561: x_created_by OUT NOCOPY jtf_number_table,
6562: x_last_updated_by OUT NOCOPY jtf_number_table,
6563: x_last_update_login OUT NOCOPY jtf_number_table,
6564: x_request_id OUT NOCOPY jtf_number_table,
6565: x_program_application_id OUT NOCOPY jtf_number_table,
6566: x_program_id OUT NOCOPY jtf_number_table,
6567: x_program_update_date OUT NOCOPY jtf_date_table,
6568: x_org_id OUT NOCOPY jtf_number_table,

Line 6565: x_program_application_id OUT NOCOPY jtf_number_table,

6561: x_created_by OUT NOCOPY jtf_number_table,
6562: x_last_updated_by OUT NOCOPY jtf_number_table,
6563: x_last_update_login OUT NOCOPY jtf_number_table,
6564: x_request_id OUT NOCOPY jtf_number_table,
6565: x_program_application_id OUT NOCOPY jtf_number_table,
6566: x_program_id OUT NOCOPY jtf_number_table,
6567: x_program_update_date OUT NOCOPY jtf_date_table,
6568: x_org_id OUT NOCOPY jtf_number_table,
6569: x_quote_name OUT NOCOPY jtf_varchar2_table_100,

Line 6566: x_program_id OUT NOCOPY jtf_number_table,

6562: x_last_updated_by OUT NOCOPY jtf_number_table,
6563: x_last_update_login OUT NOCOPY jtf_number_table,
6564: x_request_id OUT NOCOPY jtf_number_table,
6565: x_program_application_id OUT NOCOPY jtf_number_table,
6566: x_program_id OUT NOCOPY jtf_number_table,
6567: x_program_update_date OUT NOCOPY jtf_date_table,
6568: x_org_id OUT NOCOPY jtf_number_table,
6569: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
6570: x_quote_number OUT NOCOPY jtf_number_table,

Line 6568: x_org_id OUT NOCOPY jtf_number_table,

6564: x_request_id OUT NOCOPY jtf_number_table,
6565: x_program_application_id OUT NOCOPY jtf_number_table,
6566: x_program_id OUT NOCOPY jtf_number_table,
6567: x_program_update_date OUT NOCOPY jtf_date_table,
6568: x_org_id OUT NOCOPY jtf_number_table,
6569: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
6570: x_quote_number OUT NOCOPY jtf_number_table,
6571: x_quote_version OUT NOCOPY jtf_number_table,
6572: x_quote_status_id OUT NOCOPY jtf_number_table,

Line 6570: x_quote_number OUT NOCOPY jtf_number_table,

6566: x_program_id OUT NOCOPY jtf_number_table,
6567: x_program_update_date OUT NOCOPY jtf_date_table,
6568: x_org_id OUT NOCOPY jtf_number_table,
6569: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
6570: x_quote_number OUT NOCOPY jtf_number_table,
6571: x_quote_version OUT NOCOPY jtf_number_table,
6572: x_quote_status_id OUT NOCOPY jtf_number_table,
6573: x_quote_source_code OUT NOCOPY jtf_varchar2_table_300,
6574: x_quote_expiration_date OUT NOCOPY jtf_date_table,

Line 6571: x_quote_version OUT NOCOPY jtf_number_table,

6567: x_program_update_date OUT NOCOPY jtf_date_table,
6568: x_org_id OUT NOCOPY jtf_number_table,
6569: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
6570: x_quote_number OUT NOCOPY jtf_number_table,
6571: x_quote_version OUT NOCOPY jtf_number_table,
6572: x_quote_status_id OUT NOCOPY jtf_number_table,
6573: x_quote_source_code OUT NOCOPY jtf_varchar2_table_300,
6574: x_quote_expiration_date OUT NOCOPY jtf_date_table,
6575: x_price_frozen_date OUT NOCOPY jtf_date_table,

Line 6572: x_quote_status_id OUT NOCOPY jtf_number_table,

6568: x_org_id OUT NOCOPY jtf_number_table,
6569: x_quote_name OUT NOCOPY jtf_varchar2_table_100,
6570: x_quote_number OUT NOCOPY jtf_number_table,
6571: x_quote_version OUT NOCOPY jtf_number_table,
6572: x_quote_status_id OUT NOCOPY jtf_number_table,
6573: x_quote_source_code OUT NOCOPY jtf_varchar2_table_300,
6574: x_quote_expiration_date OUT NOCOPY jtf_date_table,
6575: x_price_frozen_date OUT NOCOPY jtf_date_table,
6576: x_quote_password OUT NOCOPY jtf_varchar2_table_300,

Line 6578: x_party_id OUT NOCOPY jtf_number_table,

6574: x_quote_expiration_date OUT NOCOPY jtf_date_table,
6575: x_price_frozen_date OUT NOCOPY jtf_date_table,
6576: x_quote_password OUT NOCOPY jtf_varchar2_table_300,
6577: x_original_system_reference OUT NOCOPY jtf_varchar2_table_300,
6578: x_party_id OUT NOCOPY jtf_number_table,
6579: x_cust_account_id OUT NOCOPY jtf_number_table,
6580: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
6581: x_org_contact_id OUT NOCOPY jtf_number_table,
6582: x_phone_id OUT NOCOPY jtf_number_table,

Line 6579: x_cust_account_id OUT NOCOPY jtf_number_table,

6575: x_price_frozen_date OUT NOCOPY jtf_date_table,
6576: x_quote_password OUT NOCOPY jtf_varchar2_table_300,
6577: x_original_system_reference OUT NOCOPY jtf_varchar2_table_300,
6578: x_party_id OUT NOCOPY jtf_number_table,
6579: x_cust_account_id OUT NOCOPY jtf_number_table,
6580: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
6581: x_org_contact_id OUT NOCOPY jtf_number_table,
6582: x_phone_id OUT NOCOPY jtf_number_table,
6583: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,

Line 6580: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,

6576: x_quote_password OUT NOCOPY jtf_varchar2_table_300,
6577: x_original_system_reference OUT NOCOPY jtf_varchar2_table_300,
6578: x_party_id OUT NOCOPY jtf_number_table,
6579: x_cust_account_id OUT NOCOPY jtf_number_table,
6580: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
6581: x_org_contact_id OUT NOCOPY jtf_number_table,
6582: x_phone_id OUT NOCOPY jtf_number_table,
6583: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6584: x_invoice_to_party_id OUT NOCOPY jtf_number_table,

Line 6581: x_org_contact_id OUT NOCOPY jtf_number_table,

6577: x_original_system_reference OUT NOCOPY jtf_varchar2_table_300,
6578: x_party_id OUT NOCOPY jtf_number_table,
6579: x_cust_account_id OUT NOCOPY jtf_number_table,
6580: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
6581: x_org_contact_id OUT NOCOPY jtf_number_table,
6582: x_phone_id OUT NOCOPY jtf_number_table,
6583: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6584: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
6585: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,

Line 6582: x_phone_id OUT NOCOPY jtf_number_table,

6578: x_party_id OUT NOCOPY jtf_number_table,
6579: x_cust_account_id OUT NOCOPY jtf_number_table,
6580: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
6581: x_org_contact_id OUT NOCOPY jtf_number_table,
6582: x_phone_id OUT NOCOPY jtf_number_table,
6583: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6584: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
6585: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
6586: x_marketing_source_code_id OUT NOCOPY jtf_number_table,

Line 6583: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,

6579: x_cust_account_id OUT NOCOPY jtf_number_table,
6580: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
6581: x_org_contact_id OUT NOCOPY jtf_number_table,
6582: x_phone_id OUT NOCOPY jtf_number_table,
6583: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6584: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
6585: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
6586: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
6587: x_order_type_id OUT NOCOPY jtf_number_table,

Line 6584: x_invoice_to_party_id OUT NOCOPY jtf_number_table,

6580: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
6581: x_org_contact_id OUT NOCOPY jtf_number_table,
6582: x_phone_id OUT NOCOPY jtf_number_table,
6583: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6584: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
6585: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
6586: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
6587: x_order_type_id OUT NOCOPY jtf_number_table,
6588: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,

Line 6585: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,

6581: x_org_contact_id OUT NOCOPY jtf_number_table,
6582: x_phone_id OUT NOCOPY jtf_number_table,
6583: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6584: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
6585: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
6586: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
6587: x_order_type_id OUT NOCOPY jtf_number_table,
6588: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
6589: x_ordered_date OUT NOCOPY jtf_date_table,

Line 6586: x_marketing_source_code_id OUT NOCOPY jtf_number_table,

6582: x_phone_id OUT NOCOPY jtf_number_table,
6583: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6584: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
6585: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
6586: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
6587: x_order_type_id OUT NOCOPY jtf_number_table,
6588: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
6589: x_ordered_date OUT NOCOPY jtf_date_table,
6590: x_accounting_rule_id OUT NOCOPY jtf_number_table,

Line 6587: x_order_type_id OUT NOCOPY jtf_number_table,

6583: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
6584: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
6585: x_orig_mktg_source_code_id OUT NOCOPY jtf_number_table,
6586: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
6587: x_order_type_id OUT NOCOPY jtf_number_table,
6588: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
6589: x_ordered_date OUT NOCOPY jtf_date_table,
6590: x_accounting_rule_id OUT NOCOPY jtf_number_table,
6591: x_invoicing_rule_id OUT NOCOPY jtf_number_table,

Line 6590: x_accounting_rule_id OUT NOCOPY jtf_number_table,

6586: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
6587: x_order_type_id OUT NOCOPY jtf_number_table,
6588: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
6589: x_ordered_date OUT NOCOPY jtf_date_table,
6590: x_accounting_rule_id OUT NOCOPY jtf_number_table,
6591: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
6592: x_employee_person_id OUT NOCOPY jtf_number_table,
6593: x_price_list_id OUT NOCOPY jtf_number_table,
6594: x_currency_code OUT NOCOPY jtf_varchar2_table_100,

Line 6591: x_invoicing_rule_id OUT NOCOPY jtf_number_table,

6587: x_order_type_id OUT NOCOPY jtf_number_table,
6588: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
6589: x_ordered_date OUT NOCOPY jtf_date_table,
6590: x_accounting_rule_id OUT NOCOPY jtf_number_table,
6591: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
6592: x_employee_person_id OUT NOCOPY jtf_number_table,
6593: x_price_list_id OUT NOCOPY jtf_number_table,
6594: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
6595: x_total_list_price OUT NOCOPY jtf_number_table,

Line 6592: x_employee_person_id OUT NOCOPY jtf_number_table,

6588: x_quote_category_code OUT NOCOPY jtf_varchar2_table_300,
6589: x_ordered_date OUT NOCOPY jtf_date_table,
6590: x_accounting_rule_id OUT NOCOPY jtf_number_table,
6591: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
6592: x_employee_person_id OUT NOCOPY jtf_number_table,
6593: x_price_list_id OUT NOCOPY jtf_number_table,
6594: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
6595: x_total_list_price OUT NOCOPY jtf_number_table,
6596: x_total_adjusted_amount OUT NOCOPY jtf_number_table,

Line 6593: x_price_list_id OUT NOCOPY jtf_number_table,

6589: x_ordered_date OUT NOCOPY jtf_date_table,
6590: x_accounting_rule_id OUT NOCOPY jtf_number_table,
6591: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
6592: x_employee_person_id OUT NOCOPY jtf_number_table,
6593: x_price_list_id OUT NOCOPY jtf_number_table,
6594: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
6595: x_total_list_price OUT NOCOPY jtf_number_table,
6596: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
6597: x_total_adjusted_percent OUT NOCOPY jtf_number_table,

Line 6595: x_total_list_price OUT NOCOPY jtf_number_table,

6591: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
6592: x_employee_person_id OUT NOCOPY jtf_number_table,
6593: x_price_list_id OUT NOCOPY jtf_number_table,
6594: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
6595: x_total_list_price OUT NOCOPY jtf_number_table,
6596: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
6597: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
6598: x_total_tax OUT NOCOPY jtf_number_table,
6599: x_total_shipping_charge OUT NOCOPY jtf_number_table,

Line 6596: x_total_adjusted_amount OUT NOCOPY jtf_number_table,

6592: x_employee_person_id OUT NOCOPY jtf_number_table,
6593: x_price_list_id OUT NOCOPY jtf_number_table,
6594: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
6595: x_total_list_price OUT NOCOPY jtf_number_table,
6596: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
6597: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
6598: x_total_tax OUT NOCOPY jtf_number_table,
6599: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6600: x_surcharge OUT NOCOPY jtf_number_table,

Line 6597: x_total_adjusted_percent OUT NOCOPY jtf_number_table,

6593: x_price_list_id OUT NOCOPY jtf_number_table,
6594: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
6595: x_total_list_price OUT NOCOPY jtf_number_table,
6596: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
6597: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
6598: x_total_tax OUT NOCOPY jtf_number_table,
6599: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6600: x_surcharge OUT NOCOPY jtf_number_table,
6601: x_total_quote_price OUT NOCOPY jtf_number_table,

Line 6598: x_total_tax OUT NOCOPY jtf_number_table,

6594: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
6595: x_total_list_price OUT NOCOPY jtf_number_table,
6596: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
6597: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
6598: x_total_tax OUT NOCOPY jtf_number_table,
6599: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6600: x_surcharge OUT NOCOPY jtf_number_table,
6601: x_total_quote_price OUT NOCOPY jtf_number_table,
6602: x_payment_amount OUT NOCOPY jtf_number_table,

Line 6599: x_total_shipping_charge OUT NOCOPY jtf_number_table,

6595: x_total_list_price OUT NOCOPY jtf_number_table,
6596: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
6597: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
6598: x_total_tax OUT NOCOPY jtf_number_table,
6599: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6600: x_surcharge OUT NOCOPY jtf_number_table,
6601: x_total_quote_price OUT NOCOPY jtf_number_table,
6602: x_payment_amount OUT NOCOPY jtf_number_table,
6603: x_exchange_rate OUT NOCOPY jtf_number_table,

Line 6600: x_surcharge OUT NOCOPY jtf_number_table,

6596: x_total_adjusted_amount OUT NOCOPY jtf_number_table,
6597: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
6598: x_total_tax OUT NOCOPY jtf_number_table,
6599: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6600: x_surcharge OUT NOCOPY jtf_number_table,
6601: x_total_quote_price OUT NOCOPY jtf_number_table,
6602: x_payment_amount OUT NOCOPY jtf_number_table,
6603: x_exchange_rate OUT NOCOPY jtf_number_table,
6604: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 6601: x_total_quote_price OUT NOCOPY jtf_number_table,

6597: x_total_adjusted_percent OUT NOCOPY jtf_number_table,
6598: x_total_tax OUT NOCOPY jtf_number_table,
6599: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6600: x_surcharge OUT NOCOPY jtf_number_table,
6601: x_total_quote_price OUT NOCOPY jtf_number_table,
6602: x_payment_amount OUT NOCOPY jtf_number_table,
6603: x_exchange_rate OUT NOCOPY jtf_number_table,
6604: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
6605: x_exchange_rate_date OUT NOCOPY jtf_date_table,

Line 6602: x_payment_amount OUT NOCOPY jtf_number_table,

6598: x_total_tax OUT NOCOPY jtf_number_table,
6599: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6600: x_surcharge OUT NOCOPY jtf_number_table,
6601: x_total_quote_price OUT NOCOPY jtf_number_table,
6602: x_payment_amount OUT NOCOPY jtf_number_table,
6603: x_exchange_rate OUT NOCOPY jtf_number_table,
6604: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
6605: x_exchange_rate_date OUT NOCOPY jtf_date_table,
6606: x_contract_id OUT NOCOPY jtf_number_table,

Line 6603: x_exchange_rate OUT NOCOPY jtf_number_table,

6599: x_total_shipping_charge OUT NOCOPY jtf_number_table,
6600: x_surcharge OUT NOCOPY jtf_number_table,
6601: x_total_quote_price OUT NOCOPY jtf_number_table,
6602: x_payment_amount OUT NOCOPY jtf_number_table,
6603: x_exchange_rate OUT NOCOPY jtf_number_table,
6604: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
6605: x_exchange_rate_date OUT NOCOPY jtf_date_table,
6606: x_contract_id OUT NOCOPY jtf_number_table,
6607: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,

Line 6606: x_contract_id OUT NOCOPY jtf_number_table,

6602: x_payment_amount OUT NOCOPY jtf_number_table,
6603: x_exchange_rate OUT NOCOPY jtf_number_table,
6604: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
6605: x_exchange_rate_date OUT NOCOPY jtf_date_table,
6606: x_contract_id OUT NOCOPY jtf_number_table,
6607: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
6608: x_order_id OUT NOCOPY jtf_number_table,
6609: x_order_number OUT NOCOPY jtf_number_table,
6610: x_ffm_request_id OUT NOCOPY jtf_number_table,

Line 6608: x_order_id OUT NOCOPY jtf_number_table,

6604: x_exchange_type_code OUT NOCOPY jtf_varchar2_table_100,
6605: x_exchange_rate_date OUT NOCOPY jtf_date_table,
6606: x_contract_id OUT NOCOPY jtf_number_table,
6607: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
6608: x_order_id OUT NOCOPY jtf_number_table,
6609: x_order_number OUT NOCOPY jtf_number_table,
6610: x_ffm_request_id OUT NOCOPY jtf_number_table,
6611: x_qte_contract_id OUT NOCOPY jtf_number_table,
6612: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,

Line 6609: x_order_number OUT NOCOPY jtf_number_table,

6605: x_exchange_rate_date OUT NOCOPY jtf_date_table,
6606: x_contract_id OUT NOCOPY jtf_number_table,
6607: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
6608: x_order_id OUT NOCOPY jtf_number_table,
6609: x_order_number OUT NOCOPY jtf_number_table,
6610: x_ffm_request_id OUT NOCOPY jtf_number_table,
6611: x_qte_contract_id OUT NOCOPY jtf_number_table,
6612: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
6613: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,

Line 6610: x_ffm_request_id OUT NOCOPY jtf_number_table,

6606: x_contract_id OUT NOCOPY jtf_number_table,
6607: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
6608: x_order_id OUT NOCOPY jtf_number_table,
6609: x_order_number OUT NOCOPY jtf_number_table,
6610: x_ffm_request_id OUT NOCOPY jtf_number_table,
6611: x_qte_contract_id OUT NOCOPY jtf_number_table,
6612: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
6613: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
6614: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,

Line 6611: x_qte_contract_id OUT NOCOPY jtf_number_table,

6607: x_sales_channel_code OUT NOCOPY jtf_varchar2_table_100,
6608: x_order_id OUT NOCOPY jtf_number_table,
6609: x_order_number OUT NOCOPY jtf_number_table,
6610: x_ffm_request_id OUT NOCOPY jtf_number_table,
6611: x_qte_contract_id OUT NOCOPY jtf_number_table,
6612: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
6613: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
6614: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,
6615: x_attribute3 OUT NOCOPY jtf_varchar2_table_200,

Line 6656: x_resource_id OUT NOCOPY jtf_number_table

6652: x_invoice_to_postal_code OUT NOCOPY jtf_varchar2_table_100,
6653: x_invoice_to_state OUT NOCOPY jtf_varchar2_table_100,
6654: x_invoice_to_province OUT NOCOPY jtf_varchar2_table_100,
6655: x_invoice_to_county OUT NOCOPY jtf_varchar2_table_100,
6656: x_resource_id OUT NOCOPY jtf_number_table
6657: --*/
6658: )
6659: AS
6660: ddindx binary_integer; indx binary_integer;

Line 6662: x_quote_header_id := jtf_number_table();

6658: )
6659: AS
6660: ddindx binary_integer; indx binary_integer;
6661: BEGIN
6662: x_quote_header_id := jtf_number_table();
6663: x_last_update_date := jtf_date_table();
6664:
6665: /*-- The following output parameters are ignored
6666: x_creation_date := jtf_date_table();

Line 6667: x_created_by := jtf_number_table();

6663: x_last_update_date := jtf_date_table();
6664:
6665: /*-- The following output parameters are ignored
6666: x_creation_date := jtf_date_table();
6667: x_created_by := jtf_number_table();
6668: x_last_updated_by := jtf_number_table();
6669: x_last_update_login := jtf_number_table();
6670: x_request_id := jtf_number_table();
6671: x_program_application_id := jtf_number_table();

Line 6668: x_last_updated_by := jtf_number_table();

6664:
6665: /*-- The following output parameters are ignored
6666: x_creation_date := jtf_date_table();
6667: x_created_by := jtf_number_table();
6668: x_last_updated_by := jtf_number_table();
6669: x_last_update_login := jtf_number_table();
6670: x_request_id := jtf_number_table();
6671: x_program_application_id := jtf_number_table();
6672: x_program_id := jtf_number_table();

Line 6669: x_last_update_login := jtf_number_table();

6665: /*-- The following output parameters are ignored
6666: x_creation_date := jtf_date_table();
6667: x_created_by := jtf_number_table();
6668: x_last_updated_by := jtf_number_table();
6669: x_last_update_login := jtf_number_table();
6670: x_request_id := jtf_number_table();
6671: x_program_application_id := jtf_number_table();
6672: x_program_id := jtf_number_table();
6673: x_program_update_date := jtf_date_table();

Line 6670: x_request_id := jtf_number_table();

6666: x_creation_date := jtf_date_table();
6667: x_created_by := jtf_number_table();
6668: x_last_updated_by := jtf_number_table();
6669: x_last_update_login := jtf_number_table();
6670: x_request_id := jtf_number_table();
6671: x_program_application_id := jtf_number_table();
6672: x_program_id := jtf_number_table();
6673: x_program_update_date := jtf_date_table();
6674: x_org_id := jtf_number_table();

Line 6671: x_program_application_id := jtf_number_table();

6667: x_created_by := jtf_number_table();
6668: x_last_updated_by := jtf_number_table();
6669: x_last_update_login := jtf_number_table();
6670: x_request_id := jtf_number_table();
6671: x_program_application_id := jtf_number_table();
6672: x_program_id := jtf_number_table();
6673: x_program_update_date := jtf_date_table();
6674: x_org_id := jtf_number_table();
6675: x_quote_name := jtf_varchar2_table_100();

Line 6672: x_program_id := jtf_number_table();

6668: x_last_updated_by := jtf_number_table();
6669: x_last_update_login := jtf_number_table();
6670: x_request_id := jtf_number_table();
6671: x_program_application_id := jtf_number_table();
6672: x_program_id := jtf_number_table();
6673: x_program_update_date := jtf_date_table();
6674: x_org_id := jtf_number_table();
6675: x_quote_name := jtf_varchar2_table_100();
6676: x_quote_number := jtf_number_table();

Line 6674: x_org_id := jtf_number_table();

6670: x_request_id := jtf_number_table();
6671: x_program_application_id := jtf_number_table();
6672: x_program_id := jtf_number_table();
6673: x_program_update_date := jtf_date_table();
6674: x_org_id := jtf_number_table();
6675: x_quote_name := jtf_varchar2_table_100();
6676: x_quote_number := jtf_number_table();
6677: x_quote_version := jtf_number_table();
6678: x_quote_status_id := jtf_number_table();

Line 6676: x_quote_number := jtf_number_table();

6672: x_program_id := jtf_number_table();
6673: x_program_update_date := jtf_date_table();
6674: x_org_id := jtf_number_table();
6675: x_quote_name := jtf_varchar2_table_100();
6676: x_quote_number := jtf_number_table();
6677: x_quote_version := jtf_number_table();
6678: x_quote_status_id := jtf_number_table();
6679: x_quote_source_code := jtf_varchar2_table_300();
6680: x_quote_expiration_date := jtf_date_table();

Line 6677: x_quote_version := jtf_number_table();

6673: x_program_update_date := jtf_date_table();
6674: x_org_id := jtf_number_table();
6675: x_quote_name := jtf_varchar2_table_100();
6676: x_quote_number := jtf_number_table();
6677: x_quote_version := jtf_number_table();
6678: x_quote_status_id := jtf_number_table();
6679: x_quote_source_code := jtf_varchar2_table_300();
6680: x_quote_expiration_date := jtf_date_table();
6681: x_price_frozen_date := jtf_date_table();

Line 6678: x_quote_status_id := jtf_number_table();

6674: x_org_id := jtf_number_table();
6675: x_quote_name := jtf_varchar2_table_100();
6676: x_quote_number := jtf_number_table();
6677: x_quote_version := jtf_number_table();
6678: x_quote_status_id := jtf_number_table();
6679: x_quote_source_code := jtf_varchar2_table_300();
6680: x_quote_expiration_date := jtf_date_table();
6681: x_price_frozen_date := jtf_date_table();
6682: x_quote_password := jtf_varchar2_table_300();

Line 6684: x_party_id := jtf_number_table();

6680: x_quote_expiration_date := jtf_date_table();
6681: x_price_frozen_date := jtf_date_table();
6682: x_quote_password := jtf_varchar2_table_300();
6683: x_original_system_reference := jtf_varchar2_table_300();
6684: x_party_id := jtf_number_table();
6685: x_cust_account_id := jtf_number_table();
6686: x_invoice_to_cust_account_id := jtf_number_table();
6687: x_org_contact_id := jtf_number_table();
6688: x_phone_id := jtf_number_table();

Line 6685: x_cust_account_id := jtf_number_table();

6681: x_price_frozen_date := jtf_date_table();
6682: x_quote_password := jtf_varchar2_table_300();
6683: x_original_system_reference := jtf_varchar2_table_300();
6684: x_party_id := jtf_number_table();
6685: x_cust_account_id := jtf_number_table();
6686: x_invoice_to_cust_account_id := jtf_number_table();
6687: x_org_contact_id := jtf_number_table();
6688: x_phone_id := jtf_number_table();
6689: x_invoice_to_party_site_id := jtf_number_table();

Line 6686: x_invoice_to_cust_account_id := jtf_number_table();

6682: x_quote_password := jtf_varchar2_table_300();
6683: x_original_system_reference := jtf_varchar2_table_300();
6684: x_party_id := jtf_number_table();
6685: x_cust_account_id := jtf_number_table();
6686: x_invoice_to_cust_account_id := jtf_number_table();
6687: x_org_contact_id := jtf_number_table();
6688: x_phone_id := jtf_number_table();
6689: x_invoice_to_party_site_id := jtf_number_table();
6690: x_invoice_to_party_id := jtf_number_table();

Line 6687: x_org_contact_id := jtf_number_table();

6683: x_original_system_reference := jtf_varchar2_table_300();
6684: x_party_id := jtf_number_table();
6685: x_cust_account_id := jtf_number_table();
6686: x_invoice_to_cust_account_id := jtf_number_table();
6687: x_org_contact_id := jtf_number_table();
6688: x_phone_id := jtf_number_table();
6689: x_invoice_to_party_site_id := jtf_number_table();
6690: x_invoice_to_party_id := jtf_number_table();
6691: x_orig_mktg_source_code_id := jtf_number_table();

Line 6688: x_phone_id := jtf_number_table();

6684: x_party_id := jtf_number_table();
6685: x_cust_account_id := jtf_number_table();
6686: x_invoice_to_cust_account_id := jtf_number_table();
6687: x_org_contact_id := jtf_number_table();
6688: x_phone_id := jtf_number_table();
6689: x_invoice_to_party_site_id := jtf_number_table();
6690: x_invoice_to_party_id := jtf_number_table();
6691: x_orig_mktg_source_code_id := jtf_number_table();
6692: x_marketing_source_code_id := jtf_number_table();

Line 6689: x_invoice_to_party_site_id := jtf_number_table();

6685: x_cust_account_id := jtf_number_table();
6686: x_invoice_to_cust_account_id := jtf_number_table();
6687: x_org_contact_id := jtf_number_table();
6688: x_phone_id := jtf_number_table();
6689: x_invoice_to_party_site_id := jtf_number_table();
6690: x_invoice_to_party_id := jtf_number_table();
6691: x_orig_mktg_source_code_id := jtf_number_table();
6692: x_marketing_source_code_id := jtf_number_table();
6693: x_order_type_id := jtf_number_table();

Line 6690: x_invoice_to_party_id := jtf_number_table();

6686: x_invoice_to_cust_account_id := jtf_number_table();
6687: x_org_contact_id := jtf_number_table();
6688: x_phone_id := jtf_number_table();
6689: x_invoice_to_party_site_id := jtf_number_table();
6690: x_invoice_to_party_id := jtf_number_table();
6691: x_orig_mktg_source_code_id := jtf_number_table();
6692: x_marketing_source_code_id := jtf_number_table();
6693: x_order_type_id := jtf_number_table();
6694: x_quote_category_code := jtf_varchar2_table_300();

Line 6691: x_orig_mktg_source_code_id := jtf_number_table();

6687: x_org_contact_id := jtf_number_table();
6688: x_phone_id := jtf_number_table();
6689: x_invoice_to_party_site_id := jtf_number_table();
6690: x_invoice_to_party_id := jtf_number_table();
6691: x_orig_mktg_source_code_id := jtf_number_table();
6692: x_marketing_source_code_id := jtf_number_table();
6693: x_order_type_id := jtf_number_table();
6694: x_quote_category_code := jtf_varchar2_table_300();
6695: x_ordered_date := jtf_date_table();

Line 6692: x_marketing_source_code_id := jtf_number_table();

6688: x_phone_id := jtf_number_table();
6689: x_invoice_to_party_site_id := jtf_number_table();
6690: x_invoice_to_party_id := jtf_number_table();
6691: x_orig_mktg_source_code_id := jtf_number_table();
6692: x_marketing_source_code_id := jtf_number_table();
6693: x_order_type_id := jtf_number_table();
6694: x_quote_category_code := jtf_varchar2_table_300();
6695: x_ordered_date := jtf_date_table();
6696: x_accounting_rule_id := jtf_number_table();

Line 6693: x_order_type_id := jtf_number_table();

6689: x_invoice_to_party_site_id := jtf_number_table();
6690: x_invoice_to_party_id := jtf_number_table();
6691: x_orig_mktg_source_code_id := jtf_number_table();
6692: x_marketing_source_code_id := jtf_number_table();
6693: x_order_type_id := jtf_number_table();
6694: x_quote_category_code := jtf_varchar2_table_300();
6695: x_ordered_date := jtf_date_table();
6696: x_accounting_rule_id := jtf_number_table();
6697: x_invoicing_rule_id := jtf_number_table();

Line 6696: x_accounting_rule_id := jtf_number_table();

6692: x_marketing_source_code_id := jtf_number_table();
6693: x_order_type_id := jtf_number_table();
6694: x_quote_category_code := jtf_varchar2_table_300();
6695: x_ordered_date := jtf_date_table();
6696: x_accounting_rule_id := jtf_number_table();
6697: x_invoicing_rule_id := jtf_number_table();
6698: x_employee_person_id := jtf_number_table();
6699: x_price_list_id := jtf_number_table();
6700: x_currency_code := jtf_varchar2_table_100();

Line 6697: x_invoicing_rule_id := jtf_number_table();

6693: x_order_type_id := jtf_number_table();
6694: x_quote_category_code := jtf_varchar2_table_300();
6695: x_ordered_date := jtf_date_table();
6696: x_accounting_rule_id := jtf_number_table();
6697: x_invoicing_rule_id := jtf_number_table();
6698: x_employee_person_id := jtf_number_table();
6699: x_price_list_id := jtf_number_table();
6700: x_currency_code := jtf_varchar2_table_100();
6701: x_total_list_price := jtf_number_table();

Line 6698: x_employee_person_id := jtf_number_table();

6694: x_quote_category_code := jtf_varchar2_table_300();
6695: x_ordered_date := jtf_date_table();
6696: x_accounting_rule_id := jtf_number_table();
6697: x_invoicing_rule_id := jtf_number_table();
6698: x_employee_person_id := jtf_number_table();
6699: x_price_list_id := jtf_number_table();
6700: x_currency_code := jtf_varchar2_table_100();
6701: x_total_list_price := jtf_number_table();
6702: x_total_adjusted_amount := jtf_number_table();

Line 6699: x_price_list_id := jtf_number_table();

6695: x_ordered_date := jtf_date_table();
6696: x_accounting_rule_id := jtf_number_table();
6697: x_invoicing_rule_id := jtf_number_table();
6698: x_employee_person_id := jtf_number_table();
6699: x_price_list_id := jtf_number_table();
6700: x_currency_code := jtf_varchar2_table_100();
6701: x_total_list_price := jtf_number_table();
6702: x_total_adjusted_amount := jtf_number_table();
6703: x_total_adjusted_percent := jtf_number_table();

Line 6701: x_total_list_price := jtf_number_table();

6697: x_invoicing_rule_id := jtf_number_table();
6698: x_employee_person_id := jtf_number_table();
6699: x_price_list_id := jtf_number_table();
6700: x_currency_code := jtf_varchar2_table_100();
6701: x_total_list_price := jtf_number_table();
6702: x_total_adjusted_amount := jtf_number_table();
6703: x_total_adjusted_percent := jtf_number_table();
6704: x_total_tax := jtf_number_table();
6705: x_total_shipping_charge := jtf_number_table();

Line 6702: x_total_adjusted_amount := jtf_number_table();

6698: x_employee_person_id := jtf_number_table();
6699: x_price_list_id := jtf_number_table();
6700: x_currency_code := jtf_varchar2_table_100();
6701: x_total_list_price := jtf_number_table();
6702: x_total_adjusted_amount := jtf_number_table();
6703: x_total_adjusted_percent := jtf_number_table();
6704: x_total_tax := jtf_number_table();
6705: x_total_shipping_charge := jtf_number_table();
6706: x_surcharge := jtf_number_table();

Line 6703: x_total_adjusted_percent := jtf_number_table();

6699: x_price_list_id := jtf_number_table();
6700: x_currency_code := jtf_varchar2_table_100();
6701: x_total_list_price := jtf_number_table();
6702: x_total_adjusted_amount := jtf_number_table();
6703: x_total_adjusted_percent := jtf_number_table();
6704: x_total_tax := jtf_number_table();
6705: x_total_shipping_charge := jtf_number_table();
6706: x_surcharge := jtf_number_table();
6707: x_total_quote_price := jtf_number_table();

Line 6704: x_total_tax := jtf_number_table();

6700: x_currency_code := jtf_varchar2_table_100();
6701: x_total_list_price := jtf_number_table();
6702: x_total_adjusted_amount := jtf_number_table();
6703: x_total_adjusted_percent := jtf_number_table();
6704: x_total_tax := jtf_number_table();
6705: x_total_shipping_charge := jtf_number_table();
6706: x_surcharge := jtf_number_table();
6707: x_total_quote_price := jtf_number_table();
6708: x_payment_amount := jtf_number_table();

Line 6705: x_total_shipping_charge := jtf_number_table();

6701: x_total_list_price := jtf_number_table();
6702: x_total_adjusted_amount := jtf_number_table();
6703: x_total_adjusted_percent := jtf_number_table();
6704: x_total_tax := jtf_number_table();
6705: x_total_shipping_charge := jtf_number_table();
6706: x_surcharge := jtf_number_table();
6707: x_total_quote_price := jtf_number_table();
6708: x_payment_amount := jtf_number_table();
6709: x_exchange_rate := jtf_number_table();

Line 6706: x_surcharge := jtf_number_table();

6702: x_total_adjusted_amount := jtf_number_table();
6703: x_total_adjusted_percent := jtf_number_table();
6704: x_total_tax := jtf_number_table();
6705: x_total_shipping_charge := jtf_number_table();
6706: x_surcharge := jtf_number_table();
6707: x_total_quote_price := jtf_number_table();
6708: x_payment_amount := jtf_number_table();
6709: x_exchange_rate := jtf_number_table();
6710: x_exchange_type_code := jtf_varchar2_table_100();

Line 6707: x_total_quote_price := jtf_number_table();

6703: x_total_adjusted_percent := jtf_number_table();
6704: x_total_tax := jtf_number_table();
6705: x_total_shipping_charge := jtf_number_table();
6706: x_surcharge := jtf_number_table();
6707: x_total_quote_price := jtf_number_table();
6708: x_payment_amount := jtf_number_table();
6709: x_exchange_rate := jtf_number_table();
6710: x_exchange_type_code := jtf_varchar2_table_100();
6711: x_exchange_rate_date := jtf_date_table();

Line 6708: x_payment_amount := jtf_number_table();

6704: x_total_tax := jtf_number_table();
6705: x_total_shipping_charge := jtf_number_table();
6706: x_surcharge := jtf_number_table();
6707: x_total_quote_price := jtf_number_table();
6708: x_payment_amount := jtf_number_table();
6709: x_exchange_rate := jtf_number_table();
6710: x_exchange_type_code := jtf_varchar2_table_100();
6711: x_exchange_rate_date := jtf_date_table();
6712: x_contract_id := jtf_number_table();

Line 6709: x_exchange_rate := jtf_number_table();

6705: x_total_shipping_charge := jtf_number_table();
6706: x_surcharge := jtf_number_table();
6707: x_total_quote_price := jtf_number_table();
6708: x_payment_amount := jtf_number_table();
6709: x_exchange_rate := jtf_number_table();
6710: x_exchange_type_code := jtf_varchar2_table_100();
6711: x_exchange_rate_date := jtf_date_table();
6712: x_contract_id := jtf_number_table();
6713: x_sales_channel_code := jtf_varchar2_table_100();

Line 6712: x_contract_id := jtf_number_table();

6708: x_payment_amount := jtf_number_table();
6709: x_exchange_rate := jtf_number_table();
6710: x_exchange_type_code := jtf_varchar2_table_100();
6711: x_exchange_rate_date := jtf_date_table();
6712: x_contract_id := jtf_number_table();
6713: x_sales_channel_code := jtf_varchar2_table_100();
6714: x_order_id := jtf_number_table();
6715: x_order_number := jtf_number_table();
6716: x_ffm_request_id := jtf_number_table();

Line 6714: x_order_id := jtf_number_table();

6710: x_exchange_type_code := jtf_varchar2_table_100();
6711: x_exchange_rate_date := jtf_date_table();
6712: x_contract_id := jtf_number_table();
6713: x_sales_channel_code := jtf_varchar2_table_100();
6714: x_order_id := jtf_number_table();
6715: x_order_number := jtf_number_table();
6716: x_ffm_request_id := jtf_number_table();
6717: x_qte_contract_id := jtf_number_table();
6718: x_attribute_category := jtf_varchar2_table_100();

Line 6715: x_order_number := jtf_number_table();

6711: x_exchange_rate_date := jtf_date_table();
6712: x_contract_id := jtf_number_table();
6713: x_sales_channel_code := jtf_varchar2_table_100();
6714: x_order_id := jtf_number_table();
6715: x_order_number := jtf_number_table();
6716: x_ffm_request_id := jtf_number_table();
6717: x_qte_contract_id := jtf_number_table();
6718: x_attribute_category := jtf_varchar2_table_100();
6719: x_attribute1 := jtf_varchar2_table_200();

Line 6716: x_ffm_request_id := jtf_number_table();

6712: x_contract_id := jtf_number_table();
6713: x_sales_channel_code := jtf_varchar2_table_100();
6714: x_order_id := jtf_number_table();
6715: x_order_number := jtf_number_table();
6716: x_ffm_request_id := jtf_number_table();
6717: x_qte_contract_id := jtf_number_table();
6718: x_attribute_category := jtf_varchar2_table_100();
6719: x_attribute1 := jtf_varchar2_table_200();
6720: x_attribute2 := jtf_varchar2_table_200();

Line 6717: x_qte_contract_id := jtf_number_table();

6713: x_sales_channel_code := jtf_varchar2_table_100();
6714: x_order_id := jtf_number_table();
6715: x_order_number := jtf_number_table();
6716: x_ffm_request_id := jtf_number_table();
6717: x_qte_contract_id := jtf_number_table();
6718: x_attribute_category := jtf_varchar2_table_100();
6719: x_attribute1 := jtf_varchar2_table_200();
6720: x_attribute2 := jtf_varchar2_table_200();
6721: x_attribute3 := jtf_varchar2_table_200();

Line 6762: x_resource_id := jtf_number_table();

6758: x_invoice_to_postal_code := jtf_varchar2_table_100();
6759: x_invoice_to_state := jtf_varchar2_table_100();
6760: x_invoice_to_province := jtf_varchar2_table_100();
6761: x_invoice_to_county := jtf_varchar2_table_100();
6762: x_resource_id := jtf_number_table();
6763: --*/
6764:
6765: IF p_qte_header_tbl.count > 0 THEN
6766: x_quote_header_id.extend(p_qte_header_tbl.count);

Line 6988: x_quote_line_id OUT NOCOPY jtf_number_table

6984:
6985: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso quote line table
6986: PROCEDURE Set_Qte_Line_Tbl_Out(
6987: p_qte_line_tbl IN ASO_Quote_Pub.Qte_Line_Tbl_Type,
6988: x_quote_line_id OUT NOCOPY jtf_number_table
6989:
6990: /*-- The following output parameters are ignored
6991: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
6992: x_creation_date OUT NOCOPY jtf_date_table,

Line 6993: x_created_by OUT NOCOPY jtf_number_table,

6989:
6990: /*-- The following output parameters are ignored
6991: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
6992: x_creation_date OUT NOCOPY jtf_date_table,
6993: x_created_by OUT NOCOPY jtf_number_table,
6994: x_last_update_date OUT NOCOPY jtf_date_table,
6995: x_last_updated_by OUT NOCOPY jtf_number_table,
6996: x_last_update_login OUT NOCOPY jtf_number_table,
6997: x_request_id OUT NOCOPY jtf_number_table,

Line 6995: x_last_updated_by OUT NOCOPY jtf_number_table,

6991: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
6992: x_creation_date OUT NOCOPY jtf_date_table,
6993: x_created_by OUT NOCOPY jtf_number_table,
6994: x_last_update_date OUT NOCOPY jtf_date_table,
6995: x_last_updated_by OUT NOCOPY jtf_number_table,
6996: x_last_update_login OUT NOCOPY jtf_number_table,
6997: x_request_id OUT NOCOPY jtf_number_table,
6998: x_program_application_id OUT NOCOPY jtf_number_table,
6999: x_program_id OUT NOCOPY jtf_number_table,

Line 6996: x_last_update_login OUT NOCOPY jtf_number_table,

6992: x_creation_date OUT NOCOPY jtf_date_table,
6993: x_created_by OUT NOCOPY jtf_number_table,
6994: x_last_update_date OUT NOCOPY jtf_date_table,
6995: x_last_updated_by OUT NOCOPY jtf_number_table,
6996: x_last_update_login OUT NOCOPY jtf_number_table,
6997: x_request_id OUT NOCOPY jtf_number_table,
6998: x_program_application_id OUT NOCOPY jtf_number_table,
6999: x_program_id OUT NOCOPY jtf_number_table,
7000: x_program_update_date OUT NOCOPY jtf_date_table,

Line 6997: x_request_id OUT NOCOPY jtf_number_table,

6993: x_created_by OUT NOCOPY jtf_number_table,
6994: x_last_update_date OUT NOCOPY jtf_date_table,
6995: x_last_updated_by OUT NOCOPY jtf_number_table,
6996: x_last_update_login OUT NOCOPY jtf_number_table,
6997: x_request_id OUT NOCOPY jtf_number_table,
6998: x_program_application_id OUT NOCOPY jtf_number_table,
6999: x_program_id OUT NOCOPY jtf_number_table,
7000: x_program_update_date OUT NOCOPY jtf_date_table,
7001: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 6998: x_program_application_id OUT NOCOPY jtf_number_table,

6994: x_last_update_date OUT NOCOPY jtf_date_table,
6995: x_last_updated_by OUT NOCOPY jtf_number_table,
6996: x_last_update_login OUT NOCOPY jtf_number_table,
6997: x_request_id OUT NOCOPY jtf_number_table,
6998: x_program_application_id OUT NOCOPY jtf_number_table,
6999: x_program_id OUT NOCOPY jtf_number_table,
7000: x_program_update_date OUT NOCOPY jtf_date_table,
7001: x_quote_header_id OUT NOCOPY jtf_number_table,
7002: x_org_id OUT NOCOPY jtf_number_table,

Line 6999: x_program_id OUT NOCOPY jtf_number_table,

6995: x_last_updated_by OUT NOCOPY jtf_number_table,
6996: x_last_update_login OUT NOCOPY jtf_number_table,
6997: x_request_id OUT NOCOPY jtf_number_table,
6998: x_program_application_id OUT NOCOPY jtf_number_table,
6999: x_program_id OUT NOCOPY jtf_number_table,
7000: x_program_update_date OUT NOCOPY jtf_date_table,
7001: x_quote_header_id OUT NOCOPY jtf_number_table,
7002: x_org_id OUT NOCOPY jtf_number_table,
7003: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,

Line 7001: x_quote_header_id OUT NOCOPY jtf_number_table,

6997: x_request_id OUT NOCOPY jtf_number_table,
6998: x_program_application_id OUT NOCOPY jtf_number_table,
6999: x_program_id OUT NOCOPY jtf_number_table,
7000: x_program_update_date OUT NOCOPY jtf_date_table,
7001: x_quote_header_id OUT NOCOPY jtf_number_table,
7002: x_org_id OUT NOCOPY jtf_number_table,
7003: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,
7004: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,
7005: x_line_number OUT NOCOPY jtf_number_table,

Line 7002: x_org_id OUT NOCOPY jtf_number_table,

6998: x_program_application_id OUT NOCOPY jtf_number_table,
6999: x_program_id OUT NOCOPY jtf_number_table,
7000: x_program_update_date OUT NOCOPY jtf_date_table,
7001: x_quote_header_id OUT NOCOPY jtf_number_table,
7002: x_org_id OUT NOCOPY jtf_number_table,
7003: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,
7004: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,
7005: x_line_number OUT NOCOPY jtf_number_table,
7006: x_start_date_active OUT NOCOPY jtf_date_table,

Line 7005: x_line_number OUT NOCOPY jtf_number_table,

7001: x_quote_header_id OUT NOCOPY jtf_number_table,
7002: x_org_id OUT NOCOPY jtf_number_table,
7003: x_line_category_code OUT NOCOPY jtf_varchar2_table_100,
7004: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,
7005: x_line_number OUT NOCOPY jtf_number_table,
7006: x_start_date_active OUT NOCOPY jtf_date_table,
7007: x_end_date_active OUT NOCOPY jtf_date_table,
7008: x_order_line_type_id OUT NOCOPY jtf_number_table,
7009: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,

Line 7008: x_order_line_type_id OUT NOCOPY jtf_number_table,

7004: x_item_type_code OUT NOCOPY jtf_varchar2_table_100,
7005: x_line_number OUT NOCOPY jtf_number_table,
7006: x_start_date_active OUT NOCOPY jtf_date_table,
7007: x_end_date_active OUT NOCOPY jtf_date_table,
7008: x_order_line_type_id OUT NOCOPY jtf_number_table,
7009: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
7010: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
7011: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
7012: x_organization_id OUT NOCOPY jtf_number_table,

Line 7009: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,

7005: x_line_number OUT NOCOPY jtf_number_table,
7006: x_start_date_active OUT NOCOPY jtf_date_table,
7007: x_end_date_active OUT NOCOPY jtf_date_table,
7008: x_order_line_type_id OUT NOCOPY jtf_number_table,
7009: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
7010: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
7011: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
7012: x_organization_id OUT NOCOPY jtf_number_table,
7013: x_inventory_item_id OUT NOCOPY jtf_number_table,

Line 7010: x_invoice_to_party_id OUT NOCOPY jtf_number_table,

7006: x_start_date_active OUT NOCOPY jtf_date_table,
7007: x_end_date_active OUT NOCOPY jtf_date_table,
7008: x_order_line_type_id OUT NOCOPY jtf_number_table,
7009: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
7010: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
7011: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
7012: x_organization_id OUT NOCOPY jtf_number_table,
7013: x_inventory_item_id OUT NOCOPY jtf_number_table,
7014: x_quantity OUT NOCOPY jtf_number_table,

Line 7011: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,

7007: x_end_date_active OUT NOCOPY jtf_date_table,
7008: x_order_line_type_id OUT NOCOPY jtf_number_table,
7009: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
7010: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
7011: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
7012: x_organization_id OUT NOCOPY jtf_number_table,
7013: x_inventory_item_id OUT NOCOPY jtf_number_table,
7014: x_quantity OUT NOCOPY jtf_number_table,
7015: x_uom_code OUT NOCOPY jtf_varchar2_table_100,

Line 7012: x_organization_id OUT NOCOPY jtf_number_table,

7008: x_order_line_type_id OUT NOCOPY jtf_number_table,
7009: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
7010: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
7011: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
7012: x_organization_id OUT NOCOPY jtf_number_table,
7013: x_inventory_item_id OUT NOCOPY jtf_number_table,
7014: x_quantity OUT NOCOPY jtf_number_table,
7015: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
7016: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,

Line 7013: x_inventory_item_id OUT NOCOPY jtf_number_table,

7009: x_invoice_to_party_site_id OUT NOCOPY jtf_number_table,
7010: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
7011: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
7012: x_organization_id OUT NOCOPY jtf_number_table,
7013: x_inventory_item_id OUT NOCOPY jtf_number_table,
7014: x_quantity OUT NOCOPY jtf_number_table,
7015: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
7016: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
7017: x_marketing_source_code_id OUT NOCOPY jtf_number_table,

Line 7014: x_quantity OUT NOCOPY jtf_number_table,

7010: x_invoice_to_party_id OUT NOCOPY jtf_number_table,
7011: x_invoice_to_cust_account_id OUT NOCOPY jtf_number_table,
7012: x_organization_id OUT NOCOPY jtf_number_table,
7013: x_inventory_item_id OUT NOCOPY jtf_number_table,
7014: x_quantity OUT NOCOPY jtf_number_table,
7015: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
7016: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
7017: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
7018: x_price_list_id OUT NOCOPY jtf_number_table,

Line 7017: x_marketing_source_code_id OUT NOCOPY jtf_number_table,

7013: x_inventory_item_id OUT NOCOPY jtf_number_table,
7014: x_quantity OUT NOCOPY jtf_number_table,
7015: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
7016: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
7017: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
7018: x_price_list_id OUT NOCOPY jtf_number_table,
7019: x_price_list_line_id OUT NOCOPY jtf_number_table,
7020: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
7021: x_line_list_price OUT NOCOPY jtf_number_table,

Line 7018: x_price_list_id OUT NOCOPY jtf_number_table,

7014: x_quantity OUT NOCOPY jtf_number_table,
7015: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
7016: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
7017: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
7018: x_price_list_id OUT NOCOPY jtf_number_table,
7019: x_price_list_line_id OUT NOCOPY jtf_number_table,
7020: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
7021: x_line_list_price OUT NOCOPY jtf_number_table,
7022: x_line_adjusted_amount OUT NOCOPY jtf_number_table,

Line 7019: x_price_list_line_id OUT NOCOPY jtf_number_table,

7015: x_uom_code OUT NOCOPY jtf_varchar2_table_100,
7016: x_pricing_quantity_uom OUT NOCOPY jtf_varchar2_table_100,
7017: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
7018: x_price_list_id OUT NOCOPY jtf_number_table,
7019: x_price_list_line_id OUT NOCOPY jtf_number_table,
7020: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
7021: x_line_list_price OUT NOCOPY jtf_number_table,
7022: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
7023: x_line_adjusted_percent OUT NOCOPY jtf_number_table,

Line 7021: x_line_list_price OUT NOCOPY jtf_number_table,

7017: x_marketing_source_code_id OUT NOCOPY jtf_number_table,
7018: x_price_list_id OUT NOCOPY jtf_number_table,
7019: x_price_list_line_id OUT NOCOPY jtf_number_table,
7020: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
7021: x_line_list_price OUT NOCOPY jtf_number_table,
7022: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
7023: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
7024: x_line_quote_price OUT NOCOPY jtf_number_table,
7025: x_related_item_id OUT NOCOPY jtf_number_table,

Line 7022: x_line_adjusted_amount OUT NOCOPY jtf_number_table,

7018: x_price_list_id OUT NOCOPY jtf_number_table,
7019: x_price_list_line_id OUT NOCOPY jtf_number_table,
7020: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
7021: x_line_list_price OUT NOCOPY jtf_number_table,
7022: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
7023: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
7024: x_line_quote_price OUT NOCOPY jtf_number_table,
7025: x_related_item_id OUT NOCOPY jtf_number_table,
7026: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,

Line 7023: x_line_adjusted_percent OUT NOCOPY jtf_number_table,

7019: x_price_list_line_id OUT NOCOPY jtf_number_table,
7020: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
7021: x_line_list_price OUT NOCOPY jtf_number_table,
7022: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
7023: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
7024: x_line_quote_price OUT NOCOPY jtf_number_table,
7025: x_related_item_id OUT NOCOPY jtf_number_table,
7026: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
7027: x_accounting_rule_id OUT NOCOPY jtf_number_table,

Line 7024: x_line_quote_price OUT NOCOPY jtf_number_table,

7020: x_currency_code OUT NOCOPY jtf_varchar2_table_100,
7021: x_line_list_price OUT NOCOPY jtf_number_table,
7022: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
7023: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
7024: x_line_quote_price OUT NOCOPY jtf_number_table,
7025: x_related_item_id OUT NOCOPY jtf_number_table,
7026: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
7027: x_accounting_rule_id OUT NOCOPY jtf_number_table,
7028: x_invoicing_rule_id OUT NOCOPY jtf_number_table,

Line 7025: x_related_item_id OUT NOCOPY jtf_number_table,

7021: x_line_list_price OUT NOCOPY jtf_number_table,
7022: x_line_adjusted_amount OUT NOCOPY jtf_number_table,
7023: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
7024: x_line_quote_price OUT NOCOPY jtf_number_table,
7025: x_related_item_id OUT NOCOPY jtf_number_table,
7026: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
7027: x_accounting_rule_id OUT NOCOPY jtf_number_table,
7028: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
7029: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,

Line 7027: x_accounting_rule_id OUT NOCOPY jtf_number_table,

7023: x_line_adjusted_percent OUT NOCOPY jtf_number_table,
7024: x_line_quote_price OUT NOCOPY jtf_number_table,
7025: x_related_item_id OUT NOCOPY jtf_number_table,
7026: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
7027: x_accounting_rule_id OUT NOCOPY jtf_number_table,
7028: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
7029: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,
7030: x_backorder_flag OUT NOCOPY jtf_varchar2_table_100,
7031: x_minisite_id OUT NOCOPY jtf_number_table,

Line 7028: x_invoicing_rule_id OUT NOCOPY jtf_number_table,

7024: x_line_quote_price OUT NOCOPY jtf_number_table,
7025: x_related_item_id OUT NOCOPY jtf_number_table,
7026: x_item_relationship_type OUT NOCOPY jtf_varchar2_table_100,
7027: x_accounting_rule_id OUT NOCOPY jtf_number_table,
7028: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
7029: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,
7030: x_backorder_flag OUT NOCOPY jtf_varchar2_table_100,
7031: x_minisite_id OUT NOCOPY jtf_number_table,
7032: x_section_id OUT NOCOPY jtf_number_table,

Line 7031: x_minisite_id OUT NOCOPY jtf_number_table,

7027: x_accounting_rule_id OUT NOCOPY jtf_number_table,
7028: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
7029: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,
7030: x_backorder_flag OUT NOCOPY jtf_varchar2_table_100,
7031: x_minisite_id OUT NOCOPY jtf_number_table,
7032: x_section_id OUT NOCOPY jtf_number_table,
7033: x_selling_price_change OUT NOCOPY jtf_varchar2_table_100,
7034: x_recalculate_flag OUT NOCOPY jtf_varchar2_table_100,
7035: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,

Line 7032: x_section_id OUT NOCOPY jtf_number_table,

7028: x_invoicing_rule_id OUT NOCOPY jtf_number_table,
7029: x_split_shipment_flag OUT NOCOPY jtf_varchar2_table_100,
7030: x_backorder_flag OUT NOCOPY jtf_varchar2_table_100,
7031: x_minisite_id OUT NOCOPY jtf_number_table,
7032: x_section_id OUT NOCOPY jtf_number_table,
7033: x_selling_price_change OUT NOCOPY jtf_varchar2_table_100,
7034: x_recalculate_flag OUT NOCOPY jtf_varchar2_table_100,
7035: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
7036: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,

Line 7062: x_quote_line_id := jtf_number_table();

7058: )
7059: AS
7060: ddindx binary_integer; indx binary_integer;
7061: BEGIN
7062: x_quote_line_id := jtf_number_table();
7063:
7064: /*-- The following output parameters are ignored
7065: x_operation_code := jtf_varchar2_table_100();
7066: x_creation_date := jtf_date_table();

Line 7067: x_created_by := jtf_number_table();

7063:
7064: /*-- The following output parameters are ignored
7065: x_operation_code := jtf_varchar2_table_100();
7066: x_creation_date := jtf_date_table();
7067: x_created_by := jtf_number_table();
7068: x_last_update_date := jtf_date_table();
7069: x_last_updated_by := jtf_number_table();
7070: x_last_update_login := jtf_number_table();
7071: x_request_id := jtf_number_table();

Line 7069: x_last_updated_by := jtf_number_table();

7065: x_operation_code := jtf_varchar2_table_100();
7066: x_creation_date := jtf_date_table();
7067: x_created_by := jtf_number_table();
7068: x_last_update_date := jtf_date_table();
7069: x_last_updated_by := jtf_number_table();
7070: x_last_update_login := jtf_number_table();
7071: x_request_id := jtf_number_table();
7072: x_program_application_id := jtf_number_table();
7073: x_program_id := jtf_number_table();

Line 7070: x_last_update_login := jtf_number_table();

7066: x_creation_date := jtf_date_table();
7067: x_created_by := jtf_number_table();
7068: x_last_update_date := jtf_date_table();
7069: x_last_updated_by := jtf_number_table();
7070: x_last_update_login := jtf_number_table();
7071: x_request_id := jtf_number_table();
7072: x_program_application_id := jtf_number_table();
7073: x_program_id := jtf_number_table();
7074: x_program_update_date := jtf_date_table();

Line 7071: x_request_id := jtf_number_table();

7067: x_created_by := jtf_number_table();
7068: x_last_update_date := jtf_date_table();
7069: x_last_updated_by := jtf_number_table();
7070: x_last_update_login := jtf_number_table();
7071: x_request_id := jtf_number_table();
7072: x_program_application_id := jtf_number_table();
7073: x_program_id := jtf_number_table();
7074: x_program_update_date := jtf_date_table();
7075: x_quote_header_id := jtf_number_table();

Line 7072: x_program_application_id := jtf_number_table();

7068: x_last_update_date := jtf_date_table();
7069: x_last_updated_by := jtf_number_table();
7070: x_last_update_login := jtf_number_table();
7071: x_request_id := jtf_number_table();
7072: x_program_application_id := jtf_number_table();
7073: x_program_id := jtf_number_table();
7074: x_program_update_date := jtf_date_table();
7075: x_quote_header_id := jtf_number_table();
7076: x_org_id := jtf_number_table();

Line 7073: x_program_id := jtf_number_table();

7069: x_last_updated_by := jtf_number_table();
7070: x_last_update_login := jtf_number_table();
7071: x_request_id := jtf_number_table();
7072: x_program_application_id := jtf_number_table();
7073: x_program_id := jtf_number_table();
7074: x_program_update_date := jtf_date_table();
7075: x_quote_header_id := jtf_number_table();
7076: x_org_id := jtf_number_table();
7077: x_line_category_code := jtf_varchar2_table_100();

Line 7075: x_quote_header_id := jtf_number_table();

7071: x_request_id := jtf_number_table();
7072: x_program_application_id := jtf_number_table();
7073: x_program_id := jtf_number_table();
7074: x_program_update_date := jtf_date_table();
7075: x_quote_header_id := jtf_number_table();
7076: x_org_id := jtf_number_table();
7077: x_line_category_code := jtf_varchar2_table_100();
7078: x_item_type_code := jtf_varchar2_table_100();
7079: x_line_number := jtf_number_table();

Line 7076: x_org_id := jtf_number_table();

7072: x_program_application_id := jtf_number_table();
7073: x_program_id := jtf_number_table();
7074: x_program_update_date := jtf_date_table();
7075: x_quote_header_id := jtf_number_table();
7076: x_org_id := jtf_number_table();
7077: x_line_category_code := jtf_varchar2_table_100();
7078: x_item_type_code := jtf_varchar2_table_100();
7079: x_line_number := jtf_number_table();
7080: x_start_date_active := jtf_date_table();

Line 7079: x_line_number := jtf_number_table();

7075: x_quote_header_id := jtf_number_table();
7076: x_org_id := jtf_number_table();
7077: x_line_category_code := jtf_varchar2_table_100();
7078: x_item_type_code := jtf_varchar2_table_100();
7079: x_line_number := jtf_number_table();
7080: x_start_date_active := jtf_date_table();
7081: x_end_date_active := jtf_date_table();
7082: x_order_line_type_id := jtf_number_table();
7083: x_invoice_to_party_site_id := jtf_number_table();

Line 7082: x_order_line_type_id := jtf_number_table();

7078: x_item_type_code := jtf_varchar2_table_100();
7079: x_line_number := jtf_number_table();
7080: x_start_date_active := jtf_date_table();
7081: x_end_date_active := jtf_date_table();
7082: x_order_line_type_id := jtf_number_table();
7083: x_invoice_to_party_site_id := jtf_number_table();
7084: x_invoice_to_party_id := jtf_number_table();
7085: x_invoice_to_cust_account_id := jtf_number_table();
7086: x_organization_id := jtf_number_table();

Line 7083: x_invoice_to_party_site_id := jtf_number_table();

7079: x_line_number := jtf_number_table();
7080: x_start_date_active := jtf_date_table();
7081: x_end_date_active := jtf_date_table();
7082: x_order_line_type_id := jtf_number_table();
7083: x_invoice_to_party_site_id := jtf_number_table();
7084: x_invoice_to_party_id := jtf_number_table();
7085: x_invoice_to_cust_account_id := jtf_number_table();
7086: x_organization_id := jtf_number_table();
7087: x_inventory_item_id := jtf_number_table();

Line 7084: x_invoice_to_party_id := jtf_number_table();

7080: x_start_date_active := jtf_date_table();
7081: x_end_date_active := jtf_date_table();
7082: x_order_line_type_id := jtf_number_table();
7083: x_invoice_to_party_site_id := jtf_number_table();
7084: x_invoice_to_party_id := jtf_number_table();
7085: x_invoice_to_cust_account_id := jtf_number_table();
7086: x_organization_id := jtf_number_table();
7087: x_inventory_item_id := jtf_number_table();
7088: x_quantity := jtf_number_table();

Line 7085: x_invoice_to_cust_account_id := jtf_number_table();

7081: x_end_date_active := jtf_date_table();
7082: x_order_line_type_id := jtf_number_table();
7083: x_invoice_to_party_site_id := jtf_number_table();
7084: x_invoice_to_party_id := jtf_number_table();
7085: x_invoice_to_cust_account_id := jtf_number_table();
7086: x_organization_id := jtf_number_table();
7087: x_inventory_item_id := jtf_number_table();
7088: x_quantity := jtf_number_table();
7089: x_uom_code := jtf_varchar2_table_100();

Line 7086: x_organization_id := jtf_number_table();

7082: x_order_line_type_id := jtf_number_table();
7083: x_invoice_to_party_site_id := jtf_number_table();
7084: x_invoice_to_party_id := jtf_number_table();
7085: x_invoice_to_cust_account_id := jtf_number_table();
7086: x_organization_id := jtf_number_table();
7087: x_inventory_item_id := jtf_number_table();
7088: x_quantity := jtf_number_table();
7089: x_uom_code := jtf_varchar2_table_100();
7090: x_pricing_quantity_uom := jtf_varchar2_table_100();

Line 7087: x_inventory_item_id := jtf_number_table();

7083: x_invoice_to_party_site_id := jtf_number_table();
7084: x_invoice_to_party_id := jtf_number_table();
7085: x_invoice_to_cust_account_id := jtf_number_table();
7086: x_organization_id := jtf_number_table();
7087: x_inventory_item_id := jtf_number_table();
7088: x_quantity := jtf_number_table();
7089: x_uom_code := jtf_varchar2_table_100();
7090: x_pricing_quantity_uom := jtf_varchar2_table_100();
7091: x_marketing_source_code_id := jtf_number_table();

Line 7088: x_quantity := jtf_number_table();

7084: x_invoice_to_party_id := jtf_number_table();
7085: x_invoice_to_cust_account_id := jtf_number_table();
7086: x_organization_id := jtf_number_table();
7087: x_inventory_item_id := jtf_number_table();
7088: x_quantity := jtf_number_table();
7089: x_uom_code := jtf_varchar2_table_100();
7090: x_pricing_quantity_uom := jtf_varchar2_table_100();
7091: x_marketing_source_code_id := jtf_number_table();
7092: x_price_list_id := jtf_number_table();

Line 7091: x_marketing_source_code_id := jtf_number_table();

7087: x_inventory_item_id := jtf_number_table();
7088: x_quantity := jtf_number_table();
7089: x_uom_code := jtf_varchar2_table_100();
7090: x_pricing_quantity_uom := jtf_varchar2_table_100();
7091: x_marketing_source_code_id := jtf_number_table();
7092: x_price_list_id := jtf_number_table();
7093: x_price_list_line_id := jtf_number_table();
7094: x_currency_code := jtf_varchar2_table_100();
7095: x_line_list_price := jtf_number_table();

Line 7092: x_price_list_id := jtf_number_table();

7088: x_quantity := jtf_number_table();
7089: x_uom_code := jtf_varchar2_table_100();
7090: x_pricing_quantity_uom := jtf_varchar2_table_100();
7091: x_marketing_source_code_id := jtf_number_table();
7092: x_price_list_id := jtf_number_table();
7093: x_price_list_line_id := jtf_number_table();
7094: x_currency_code := jtf_varchar2_table_100();
7095: x_line_list_price := jtf_number_table();
7096: x_line_adjusted_amount := jtf_number_table();

Line 7093: x_price_list_line_id := jtf_number_table();

7089: x_uom_code := jtf_varchar2_table_100();
7090: x_pricing_quantity_uom := jtf_varchar2_table_100();
7091: x_marketing_source_code_id := jtf_number_table();
7092: x_price_list_id := jtf_number_table();
7093: x_price_list_line_id := jtf_number_table();
7094: x_currency_code := jtf_varchar2_table_100();
7095: x_line_list_price := jtf_number_table();
7096: x_line_adjusted_amount := jtf_number_table();
7097: x_line_adjusted_percent := jtf_number_table();

Line 7095: x_line_list_price := jtf_number_table();

7091: x_marketing_source_code_id := jtf_number_table();
7092: x_price_list_id := jtf_number_table();
7093: x_price_list_line_id := jtf_number_table();
7094: x_currency_code := jtf_varchar2_table_100();
7095: x_line_list_price := jtf_number_table();
7096: x_line_adjusted_amount := jtf_number_table();
7097: x_line_adjusted_percent := jtf_number_table();
7098: x_line_quote_price := jtf_number_table();
7099: x_related_item_id := jtf_number_table();

Line 7096: x_line_adjusted_amount := jtf_number_table();

7092: x_price_list_id := jtf_number_table();
7093: x_price_list_line_id := jtf_number_table();
7094: x_currency_code := jtf_varchar2_table_100();
7095: x_line_list_price := jtf_number_table();
7096: x_line_adjusted_amount := jtf_number_table();
7097: x_line_adjusted_percent := jtf_number_table();
7098: x_line_quote_price := jtf_number_table();
7099: x_related_item_id := jtf_number_table();
7100: x_item_relationship_type := jtf_varchar2_table_100();

Line 7097: x_line_adjusted_percent := jtf_number_table();

7093: x_price_list_line_id := jtf_number_table();
7094: x_currency_code := jtf_varchar2_table_100();
7095: x_line_list_price := jtf_number_table();
7096: x_line_adjusted_amount := jtf_number_table();
7097: x_line_adjusted_percent := jtf_number_table();
7098: x_line_quote_price := jtf_number_table();
7099: x_related_item_id := jtf_number_table();
7100: x_item_relationship_type := jtf_varchar2_table_100();
7101: x_accounting_rule_id := jtf_number_table();

Line 7098: x_line_quote_price := jtf_number_table();

7094: x_currency_code := jtf_varchar2_table_100();
7095: x_line_list_price := jtf_number_table();
7096: x_line_adjusted_amount := jtf_number_table();
7097: x_line_adjusted_percent := jtf_number_table();
7098: x_line_quote_price := jtf_number_table();
7099: x_related_item_id := jtf_number_table();
7100: x_item_relationship_type := jtf_varchar2_table_100();
7101: x_accounting_rule_id := jtf_number_table();
7102: x_invoicing_rule_id := jtf_number_table();

Line 7099: x_related_item_id := jtf_number_table();

7095: x_line_list_price := jtf_number_table();
7096: x_line_adjusted_amount := jtf_number_table();
7097: x_line_adjusted_percent := jtf_number_table();
7098: x_line_quote_price := jtf_number_table();
7099: x_related_item_id := jtf_number_table();
7100: x_item_relationship_type := jtf_varchar2_table_100();
7101: x_accounting_rule_id := jtf_number_table();
7102: x_invoicing_rule_id := jtf_number_table();
7103: x_split_shipment_flag := jtf_varchar2_table_100();

Line 7101: x_accounting_rule_id := jtf_number_table();

7097: x_line_adjusted_percent := jtf_number_table();
7098: x_line_quote_price := jtf_number_table();
7099: x_related_item_id := jtf_number_table();
7100: x_item_relationship_type := jtf_varchar2_table_100();
7101: x_accounting_rule_id := jtf_number_table();
7102: x_invoicing_rule_id := jtf_number_table();
7103: x_split_shipment_flag := jtf_varchar2_table_100();
7104: x_backorder_flag := jtf_varchar2_table_100();
7105: x_minisite_id := jtf_number_table();

Line 7102: x_invoicing_rule_id := jtf_number_table();

7098: x_line_quote_price := jtf_number_table();
7099: x_related_item_id := jtf_number_table();
7100: x_item_relationship_type := jtf_varchar2_table_100();
7101: x_accounting_rule_id := jtf_number_table();
7102: x_invoicing_rule_id := jtf_number_table();
7103: x_split_shipment_flag := jtf_varchar2_table_100();
7104: x_backorder_flag := jtf_varchar2_table_100();
7105: x_minisite_id := jtf_number_table();
7106: x_section_id := jtf_number_table();

Line 7105: x_minisite_id := jtf_number_table();

7101: x_accounting_rule_id := jtf_number_table();
7102: x_invoicing_rule_id := jtf_number_table();
7103: x_split_shipment_flag := jtf_varchar2_table_100();
7104: x_backorder_flag := jtf_varchar2_table_100();
7105: x_minisite_id := jtf_number_table();
7106: x_section_id := jtf_number_table();
7107: x_selling_price_change := jtf_varchar2_table_100();
7108: x_recalculate_flag := jtf_varchar2_table_100();
7109: x_attribute_category := jtf_varchar2_table_100();

Line 7106: x_section_id := jtf_number_table();

7102: x_invoicing_rule_id := jtf_number_table();
7103: x_split_shipment_flag := jtf_varchar2_table_100();
7104: x_backorder_flag := jtf_varchar2_table_100();
7105: x_minisite_id := jtf_number_table();
7106: x_section_id := jtf_number_table();
7107: x_selling_price_change := jtf_varchar2_table_100();
7108: x_recalculate_flag := jtf_varchar2_table_100();
7109: x_attribute_category := jtf_varchar2_table_100();
7110: x_attribute1 := jtf_varchar2_table_200();

Line 7292: x_quote_line_detail_id OUT NOCOPY jtf_number_table

7288:
7289: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso quote line detail table
7290: PROCEDURE Set_Qte_Line_Dtl_Tbl_Out(
7291: p_qte_line_dtl_tbl IN ASO_Quote_Pub.Qte_Line_Dtl_Tbl_Type,
7292: x_quote_line_detail_id OUT NOCOPY jtf_number_table
7293:
7294: /*-- The following output parameters are ignored
7295: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7296: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 7296: x_qte_line_index OUT NOCOPY jtf_number_table,

7292: x_quote_line_detail_id OUT NOCOPY jtf_number_table
7293:
7294: /*-- The following output parameters are ignored
7295: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7296: x_qte_line_index OUT NOCOPY jtf_number_table,
7297: x_creation_date OUT NOCOPY jtf_date_table,
7298: x_created_by OUT NOCOPY jtf_number_table,
7299: x_last_update_date OUT NOCOPY jtf_date_table,
7300: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 7298: x_created_by OUT NOCOPY jtf_number_table,

7294: /*-- The following output parameters are ignored
7295: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7296: x_qte_line_index OUT NOCOPY jtf_number_table,
7297: x_creation_date OUT NOCOPY jtf_date_table,
7298: x_created_by OUT NOCOPY jtf_number_table,
7299: x_last_update_date OUT NOCOPY jtf_date_table,
7300: x_last_updated_by OUT NOCOPY jtf_number_table,
7301: x_last_update_login OUT NOCOPY jtf_number_table,
7302: x_request_id OUT NOCOPY jtf_number_table,

Line 7300: x_last_updated_by OUT NOCOPY jtf_number_table,

7296: x_qte_line_index OUT NOCOPY jtf_number_table,
7297: x_creation_date OUT NOCOPY jtf_date_table,
7298: x_created_by OUT NOCOPY jtf_number_table,
7299: x_last_update_date OUT NOCOPY jtf_date_table,
7300: x_last_updated_by OUT NOCOPY jtf_number_table,
7301: x_last_update_login OUT NOCOPY jtf_number_table,
7302: x_request_id OUT NOCOPY jtf_number_table,
7303: x_program_application_id OUT NOCOPY jtf_number_table,
7304: x_program_id OUT NOCOPY jtf_number_table,

Line 7301: x_last_update_login OUT NOCOPY jtf_number_table,

7297: x_creation_date OUT NOCOPY jtf_date_table,
7298: x_created_by OUT NOCOPY jtf_number_table,
7299: x_last_update_date OUT NOCOPY jtf_date_table,
7300: x_last_updated_by OUT NOCOPY jtf_number_table,
7301: x_last_update_login OUT NOCOPY jtf_number_table,
7302: x_request_id OUT NOCOPY jtf_number_table,
7303: x_program_application_id OUT NOCOPY jtf_number_table,
7304: x_program_id OUT NOCOPY jtf_number_table,
7305: x_program_update_date OUT NOCOPY jtf_date_table,

Line 7302: x_request_id OUT NOCOPY jtf_number_table,

7298: x_created_by OUT NOCOPY jtf_number_table,
7299: x_last_update_date OUT NOCOPY jtf_date_table,
7300: x_last_updated_by OUT NOCOPY jtf_number_table,
7301: x_last_update_login OUT NOCOPY jtf_number_table,
7302: x_request_id OUT NOCOPY jtf_number_table,
7303: x_program_application_id OUT NOCOPY jtf_number_table,
7304: x_program_id OUT NOCOPY jtf_number_table,
7305: x_program_update_date OUT NOCOPY jtf_date_table,
7306: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 7303: x_program_application_id OUT NOCOPY jtf_number_table,

7299: x_last_update_date OUT NOCOPY jtf_date_table,
7300: x_last_updated_by OUT NOCOPY jtf_number_table,
7301: x_last_update_login OUT NOCOPY jtf_number_table,
7302: x_request_id OUT NOCOPY jtf_number_table,
7303: x_program_application_id OUT NOCOPY jtf_number_table,
7304: x_program_id OUT NOCOPY jtf_number_table,
7305: x_program_update_date OUT NOCOPY jtf_date_table,
7306: x_quote_line_id OUT NOCOPY jtf_number_table,
7307: x_config_header_id OUT NOCOPY jtf_number_table,

Line 7304: x_program_id OUT NOCOPY jtf_number_table,

7300: x_last_updated_by OUT NOCOPY jtf_number_table,
7301: x_last_update_login OUT NOCOPY jtf_number_table,
7302: x_request_id OUT NOCOPY jtf_number_table,
7303: x_program_application_id OUT NOCOPY jtf_number_table,
7304: x_program_id OUT NOCOPY jtf_number_table,
7305: x_program_update_date OUT NOCOPY jtf_date_table,
7306: x_quote_line_id OUT NOCOPY jtf_number_table,
7307: x_config_header_id OUT NOCOPY jtf_number_table,
7308: x_config_revision_num OUT NOCOPY jtf_number_table,

Line 7306: x_quote_line_id OUT NOCOPY jtf_number_table,

7302: x_request_id OUT NOCOPY jtf_number_table,
7303: x_program_application_id OUT NOCOPY jtf_number_table,
7304: x_program_id OUT NOCOPY jtf_number_table,
7305: x_program_update_date OUT NOCOPY jtf_date_table,
7306: x_quote_line_id OUT NOCOPY jtf_number_table,
7307: x_config_header_id OUT NOCOPY jtf_number_table,
7308: x_config_revision_num OUT NOCOPY jtf_number_table,
7309: x_config_item_id OUT NOCOPY jtf_number_table,
7310: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,

Line 7307: x_config_header_id OUT NOCOPY jtf_number_table,

7303: x_program_application_id OUT NOCOPY jtf_number_table,
7304: x_program_id OUT NOCOPY jtf_number_table,
7305: x_program_update_date OUT NOCOPY jtf_date_table,
7306: x_quote_line_id OUT NOCOPY jtf_number_table,
7307: x_config_header_id OUT NOCOPY jtf_number_table,
7308: x_config_revision_num OUT NOCOPY jtf_number_table,
7309: x_config_item_id OUT NOCOPY jtf_number_table,
7310: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,
7311: x_valid_configuration_flag OUT NOCOPY jtf_varchar2_table_100,

Line 7308: x_config_revision_num OUT NOCOPY jtf_number_table,

7304: x_program_id OUT NOCOPY jtf_number_table,
7305: x_program_update_date OUT NOCOPY jtf_date_table,
7306: x_quote_line_id OUT NOCOPY jtf_number_table,
7307: x_config_header_id OUT NOCOPY jtf_number_table,
7308: x_config_revision_num OUT NOCOPY jtf_number_table,
7309: x_config_item_id OUT NOCOPY jtf_number_table,
7310: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,
7311: x_valid_configuration_flag OUT NOCOPY jtf_varchar2_table_100,
7312: x_component_code OUT NOCOPY jtf_varchar2_table_1200,

Line 7309: x_config_item_id OUT NOCOPY jtf_number_table,

7305: x_program_update_date OUT NOCOPY jtf_date_table,
7306: x_quote_line_id OUT NOCOPY jtf_number_table,
7307: x_config_header_id OUT NOCOPY jtf_number_table,
7308: x_config_revision_num OUT NOCOPY jtf_number_table,
7309: x_config_item_id OUT NOCOPY jtf_number_table,
7310: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,
7311: x_valid_configuration_flag OUT NOCOPY jtf_varchar2_table_100,
7312: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
7313: x_service_coterminate_flag OUT NOCOPY jtf_varchar2_table_100,

Line 7314: x_service_duration OUT NOCOPY jtf_number_table,

7310: x_complete_configuration OUT NOCOPY jtf_varchar2_table_100,
7311: x_valid_configuration_flag OUT NOCOPY jtf_varchar2_table_100,
7312: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
7313: x_service_coterminate_flag OUT NOCOPY jtf_varchar2_table_100,
7314: x_service_duration OUT NOCOPY jtf_number_table,
7315: x_service_period OUT NOCOPY jtf_varchar2_table_100,
7316: x_service_unit_selling OUT NOCOPY jtf_number_table,
7317: x_service_unit_list OUT NOCOPY jtf_number_table,
7318: x_service_number OUT NOCOPY jtf_number_table,

Line 7316: x_service_unit_selling OUT NOCOPY jtf_number_table,

7312: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
7313: x_service_coterminate_flag OUT NOCOPY jtf_varchar2_table_100,
7314: x_service_duration OUT NOCOPY jtf_number_table,
7315: x_service_period OUT NOCOPY jtf_varchar2_table_100,
7316: x_service_unit_selling OUT NOCOPY jtf_number_table,
7317: x_service_unit_list OUT NOCOPY jtf_number_table,
7318: x_service_number OUT NOCOPY jtf_number_table,
7319: x_unit_percent_base_price OUT NOCOPY jtf_number_table,
7320: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,

Line 7317: x_service_unit_list OUT NOCOPY jtf_number_table,

7313: x_service_coterminate_flag OUT NOCOPY jtf_varchar2_table_100,
7314: x_service_duration OUT NOCOPY jtf_number_table,
7315: x_service_period OUT NOCOPY jtf_varchar2_table_100,
7316: x_service_unit_selling OUT NOCOPY jtf_number_table,
7317: x_service_unit_list OUT NOCOPY jtf_number_table,
7318: x_service_number OUT NOCOPY jtf_number_table,
7319: x_unit_percent_base_price OUT NOCOPY jtf_number_table,
7320: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
7321: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,

Line 7318: x_service_number OUT NOCOPY jtf_number_table,

7314: x_service_duration OUT NOCOPY jtf_number_table,
7315: x_service_period OUT NOCOPY jtf_varchar2_table_100,
7316: x_service_unit_selling OUT NOCOPY jtf_number_table,
7317: x_service_unit_list OUT NOCOPY jtf_number_table,
7318: x_service_number OUT NOCOPY jtf_number_table,
7319: x_unit_percent_base_price OUT NOCOPY jtf_number_table,
7320: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
7321: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
7322: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,

Line 7319: x_unit_percent_base_price OUT NOCOPY jtf_number_table,

7315: x_service_period OUT NOCOPY jtf_varchar2_table_100,
7316: x_service_unit_selling OUT NOCOPY jtf_number_table,
7317: x_service_unit_list OUT NOCOPY jtf_number_table,
7318: x_service_number OUT NOCOPY jtf_number_table,
7319: x_unit_percent_base_price OUT NOCOPY jtf_number_table,
7320: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
7321: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
7322: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,
7323: x_attribute3 OUT NOCOPY jtf_varchar2_table_200,

Line 7337: x_service_ref_order_number OUT NOCOPY jtf_number_table,

7333: x_attribute13 OUT NOCOPY jtf_varchar2_table_200,
7334: x_attribute14 OUT NOCOPY jtf_varchar2_table_200,
7335: x_attribute15 OUT NOCOPY jtf_varchar2_table_200,
7336: x_service_ref_type_code OUT NOCOPY jtf_varchar2_table_100,
7337: x_service_ref_order_number OUT NOCOPY jtf_number_table,
7338: x_service_ref_line_number OUT NOCOPY jtf_number_table,
7339: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
7340: x_service_ref_line_id OUT NOCOPY jtf_number_table,
7341: x_service_ref_system_id OUT NOCOPY jtf_number_table,

Line 7338: x_service_ref_line_number OUT NOCOPY jtf_number_table,

7334: x_attribute14 OUT NOCOPY jtf_varchar2_table_200,
7335: x_attribute15 OUT NOCOPY jtf_varchar2_table_200,
7336: x_service_ref_type_code OUT NOCOPY jtf_varchar2_table_100,
7337: x_service_ref_order_number OUT NOCOPY jtf_number_table,
7338: x_service_ref_line_number OUT NOCOPY jtf_number_table,
7339: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
7340: x_service_ref_line_id OUT NOCOPY jtf_number_table,
7341: x_service_ref_system_id OUT NOCOPY jtf_number_table,
7342: x_service_ref_option_numb OUT NOCOPY jtf_number_table,

Line 7339: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,

7335: x_attribute15 OUT NOCOPY jtf_varchar2_table_200,
7336: x_service_ref_type_code OUT NOCOPY jtf_varchar2_table_100,
7337: x_service_ref_order_number OUT NOCOPY jtf_number_table,
7338: x_service_ref_line_number OUT NOCOPY jtf_number_table,
7339: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
7340: x_service_ref_line_id OUT NOCOPY jtf_number_table,
7341: x_service_ref_system_id OUT NOCOPY jtf_number_table,
7342: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
7343: x_service_ref_shipment OUT NOCOPY jtf_number_table,

Line 7340: x_service_ref_line_id OUT NOCOPY jtf_number_table,

7336: x_service_ref_type_code OUT NOCOPY jtf_varchar2_table_100,
7337: x_service_ref_order_number OUT NOCOPY jtf_number_table,
7338: x_service_ref_line_number OUT NOCOPY jtf_number_table,
7339: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
7340: x_service_ref_line_id OUT NOCOPY jtf_number_table,
7341: x_service_ref_system_id OUT NOCOPY jtf_number_table,
7342: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
7343: x_service_ref_shipment OUT NOCOPY jtf_number_table,
7344: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,

Line 7341: x_service_ref_system_id OUT NOCOPY jtf_number_table,

7337: x_service_ref_order_number OUT NOCOPY jtf_number_table,
7338: x_service_ref_line_number OUT NOCOPY jtf_number_table,
7339: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
7340: x_service_ref_line_id OUT NOCOPY jtf_number_table,
7341: x_service_ref_system_id OUT NOCOPY jtf_number_table,
7342: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
7343: x_service_ref_shipment OUT NOCOPY jtf_number_table,
7344: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
7345: x_return_ref_header_id OUT NOCOPY jtf_number_table,

Line 7342: x_service_ref_option_numb OUT NOCOPY jtf_number_table,

7338: x_service_ref_line_number OUT NOCOPY jtf_number_table,
7339: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
7340: x_service_ref_line_id OUT NOCOPY jtf_number_table,
7341: x_service_ref_system_id OUT NOCOPY jtf_number_table,
7342: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
7343: x_service_ref_shipment OUT NOCOPY jtf_number_table,
7344: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
7345: x_return_ref_header_id OUT NOCOPY jtf_number_table,
7346: x_return_ref_line_id OUT NOCOPY jtf_number_table,

Line 7343: x_service_ref_shipment OUT NOCOPY jtf_number_table,

7339: x_service_ref_qte_line_ind OUT NOCOPY jtf_number_table,
7340: x_service_ref_line_id OUT NOCOPY jtf_number_table,
7341: x_service_ref_system_id OUT NOCOPY jtf_number_table,
7342: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
7343: x_service_ref_shipment OUT NOCOPY jtf_number_table,
7344: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
7345: x_return_ref_header_id OUT NOCOPY jtf_number_table,
7346: x_return_ref_line_id OUT NOCOPY jtf_number_table,
7347: x_return_attribute1 OUT NOCOPY jtf_varchar2_table_300,

Line 7345: x_return_ref_header_id OUT NOCOPY jtf_number_table,

7341: x_service_ref_system_id OUT NOCOPY jtf_number_table,
7342: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
7343: x_service_ref_shipment OUT NOCOPY jtf_number_table,
7344: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
7345: x_return_ref_header_id OUT NOCOPY jtf_number_table,
7346: x_return_ref_line_id OUT NOCOPY jtf_number_table,
7347: x_return_attribute1 OUT NOCOPY jtf_varchar2_table_300,
7348: x_return_attribute2 OUT NOCOPY jtf_varchar2_table_300,
7349: x_return_attribute3 OUT NOCOPY jtf_varchar2_table_300,

Line 7346: x_return_ref_line_id OUT NOCOPY jtf_number_table,

7342: x_service_ref_option_numb OUT NOCOPY jtf_number_table,
7343: x_service_ref_shipment OUT NOCOPY jtf_number_table,
7344: x_return_ref_type OUT NOCOPY jtf_varchar2_table_100,
7345: x_return_ref_header_id OUT NOCOPY jtf_number_table,
7346: x_return_ref_line_id OUT NOCOPY jtf_number_table,
7347: x_return_attribute1 OUT NOCOPY jtf_varchar2_table_300,
7348: x_return_attribute2 OUT NOCOPY jtf_varchar2_table_300,
7349: x_return_attribute3 OUT NOCOPY jtf_varchar2_table_300,
7350: x_return_attribute4 OUT NOCOPY jtf_varchar2_table_300,

Line 7370: x_quote_line_detail_id := jtf_number_table();

7366: )
7367: AS
7368: ddindx binary_integer; indx binary_integer;
7369: BEGIN
7370: x_quote_line_detail_id := jtf_number_table();
7371:
7372: /*-- The following output parameters are ignored
7373: x_operation_code := jtf_varchar2_table_100();
7374: x_qte_line_index := jtf_number_table();

Line 7374: x_qte_line_index := jtf_number_table();

7370: x_quote_line_detail_id := jtf_number_table();
7371:
7372: /*-- The following output parameters are ignored
7373: x_operation_code := jtf_varchar2_table_100();
7374: x_qte_line_index := jtf_number_table();
7375: x_creation_date := jtf_date_table();
7376: x_created_by := jtf_number_table();
7377: x_last_update_date := jtf_date_table();
7378: x_last_updated_by := jtf_number_table();

Line 7376: x_created_by := jtf_number_table();

7372: /*-- The following output parameters are ignored
7373: x_operation_code := jtf_varchar2_table_100();
7374: x_qte_line_index := jtf_number_table();
7375: x_creation_date := jtf_date_table();
7376: x_created_by := jtf_number_table();
7377: x_last_update_date := jtf_date_table();
7378: x_last_updated_by := jtf_number_table();
7379: x_last_update_login := jtf_number_table();
7380: x_request_id := jtf_number_table();

Line 7378: x_last_updated_by := jtf_number_table();

7374: x_qte_line_index := jtf_number_table();
7375: x_creation_date := jtf_date_table();
7376: x_created_by := jtf_number_table();
7377: x_last_update_date := jtf_date_table();
7378: x_last_updated_by := jtf_number_table();
7379: x_last_update_login := jtf_number_table();
7380: x_request_id := jtf_number_table();
7381: x_program_application_id := jtf_number_table();
7382: x_program_id := jtf_number_table();

Line 7379: x_last_update_login := jtf_number_table();

7375: x_creation_date := jtf_date_table();
7376: x_created_by := jtf_number_table();
7377: x_last_update_date := jtf_date_table();
7378: x_last_updated_by := jtf_number_table();
7379: x_last_update_login := jtf_number_table();
7380: x_request_id := jtf_number_table();
7381: x_program_application_id := jtf_number_table();
7382: x_program_id := jtf_number_table();
7383: x_program_update_date := jtf_date_table();

Line 7380: x_request_id := jtf_number_table();

7376: x_created_by := jtf_number_table();
7377: x_last_update_date := jtf_date_table();
7378: x_last_updated_by := jtf_number_table();
7379: x_last_update_login := jtf_number_table();
7380: x_request_id := jtf_number_table();
7381: x_program_application_id := jtf_number_table();
7382: x_program_id := jtf_number_table();
7383: x_program_update_date := jtf_date_table();
7384: x_quote_line_id := jtf_number_table();

Line 7381: x_program_application_id := jtf_number_table();

7377: x_last_update_date := jtf_date_table();
7378: x_last_updated_by := jtf_number_table();
7379: x_last_update_login := jtf_number_table();
7380: x_request_id := jtf_number_table();
7381: x_program_application_id := jtf_number_table();
7382: x_program_id := jtf_number_table();
7383: x_program_update_date := jtf_date_table();
7384: x_quote_line_id := jtf_number_table();
7385: x_config_header_id := jtf_number_table();

Line 7382: x_program_id := jtf_number_table();

7378: x_last_updated_by := jtf_number_table();
7379: x_last_update_login := jtf_number_table();
7380: x_request_id := jtf_number_table();
7381: x_program_application_id := jtf_number_table();
7382: x_program_id := jtf_number_table();
7383: x_program_update_date := jtf_date_table();
7384: x_quote_line_id := jtf_number_table();
7385: x_config_header_id := jtf_number_table();
7386: x_config_revision_num := jtf_number_table();

Line 7384: x_quote_line_id := jtf_number_table();

7380: x_request_id := jtf_number_table();
7381: x_program_application_id := jtf_number_table();
7382: x_program_id := jtf_number_table();
7383: x_program_update_date := jtf_date_table();
7384: x_quote_line_id := jtf_number_table();
7385: x_config_header_id := jtf_number_table();
7386: x_config_revision_num := jtf_number_table();
7387: x_config_item_id := jtf_number_table();
7388: x_complete_configuration:= jtf_varchar2_table_100();

Line 7385: x_config_header_id := jtf_number_table();

7381: x_program_application_id := jtf_number_table();
7382: x_program_id := jtf_number_table();
7383: x_program_update_date := jtf_date_table();
7384: x_quote_line_id := jtf_number_table();
7385: x_config_header_id := jtf_number_table();
7386: x_config_revision_num := jtf_number_table();
7387: x_config_item_id := jtf_number_table();
7388: x_complete_configuration:= jtf_varchar2_table_100();
7389: x_valid_configuration_flag := jtf_varchar2_table_100();

Line 7386: x_config_revision_num := jtf_number_table();

7382: x_program_id := jtf_number_table();
7383: x_program_update_date := jtf_date_table();
7384: x_quote_line_id := jtf_number_table();
7385: x_config_header_id := jtf_number_table();
7386: x_config_revision_num := jtf_number_table();
7387: x_config_item_id := jtf_number_table();
7388: x_complete_configuration:= jtf_varchar2_table_100();
7389: x_valid_configuration_flag := jtf_varchar2_table_100();
7390: x_component_code := jtf_varchar2_table_1200();

Line 7387: x_config_item_id := jtf_number_table();

7383: x_program_update_date := jtf_date_table();
7384: x_quote_line_id := jtf_number_table();
7385: x_config_header_id := jtf_number_table();
7386: x_config_revision_num := jtf_number_table();
7387: x_config_item_id := jtf_number_table();
7388: x_complete_configuration:= jtf_varchar2_table_100();
7389: x_valid_configuration_flag := jtf_varchar2_table_100();
7390: x_component_code := jtf_varchar2_table_1200();
7391: x_service_coterminate_flag := jtf_varchar2_table_100();

Line 7392: x_service_duration := jtf_number_table();

7388: x_complete_configuration:= jtf_varchar2_table_100();
7389: x_valid_configuration_flag := jtf_varchar2_table_100();
7390: x_component_code := jtf_varchar2_table_1200();
7391: x_service_coterminate_flag := jtf_varchar2_table_100();
7392: x_service_duration := jtf_number_table();
7393: x_service_period := jtf_varchar2_table_100();
7394: x_service_unit_selling := jtf_number_table();
7395: x_service_unit_list:= jtf_number_table();
7396: x_service_number := jtf_number_table();

Line 7394: x_service_unit_selling := jtf_number_table();

7390: x_component_code := jtf_varchar2_table_1200();
7391: x_service_coterminate_flag := jtf_varchar2_table_100();
7392: x_service_duration := jtf_number_table();
7393: x_service_period := jtf_varchar2_table_100();
7394: x_service_unit_selling := jtf_number_table();
7395: x_service_unit_list:= jtf_number_table();
7396: x_service_number := jtf_number_table();
7397: x_unit_percent_base_price := jtf_number_table();
7398: x_attribute_category := jtf_varchar2_table_100();

Line 7395: x_service_unit_list:= jtf_number_table();

7391: x_service_coterminate_flag := jtf_varchar2_table_100();
7392: x_service_duration := jtf_number_table();
7393: x_service_period := jtf_varchar2_table_100();
7394: x_service_unit_selling := jtf_number_table();
7395: x_service_unit_list:= jtf_number_table();
7396: x_service_number := jtf_number_table();
7397: x_unit_percent_base_price := jtf_number_table();
7398: x_attribute_category := jtf_varchar2_table_100();
7399: x_attribute1 := jtf_varchar2_table_200();

Line 7396: x_service_number := jtf_number_table();

7392: x_service_duration := jtf_number_table();
7393: x_service_period := jtf_varchar2_table_100();
7394: x_service_unit_selling := jtf_number_table();
7395: x_service_unit_list:= jtf_number_table();
7396: x_service_number := jtf_number_table();
7397: x_unit_percent_base_price := jtf_number_table();
7398: x_attribute_category := jtf_varchar2_table_100();
7399: x_attribute1 := jtf_varchar2_table_200();
7400: x_attribute2 := jtf_varchar2_table_200();

Line 7397: x_unit_percent_base_price := jtf_number_table();

7393: x_service_period := jtf_varchar2_table_100();
7394: x_service_unit_selling := jtf_number_table();
7395: x_service_unit_list:= jtf_number_table();
7396: x_service_number := jtf_number_table();
7397: x_unit_percent_base_price := jtf_number_table();
7398: x_attribute_category := jtf_varchar2_table_100();
7399: x_attribute1 := jtf_varchar2_table_200();
7400: x_attribute2 := jtf_varchar2_table_200();
7401: x_attribute3 := jtf_varchar2_table_200();

Line 7415: x_service_ref_order_number := jtf_number_table();

7411: x_attribute13 := jtf_varchar2_table_200();
7412: x_attribute14 := jtf_varchar2_table_200();
7413: x_attribute15 := jtf_varchar2_table_200();
7414: x_service_ref_type_code := jtf_varchar2_table_100();
7415: x_service_ref_order_number := jtf_number_table();
7416: x_service_ref_line_number := jtf_number_table();
7417: x_service_ref_qte_line_ind := jtf_number_table();
7418: x_service_ref_line_id := jtf_number_table();
7419: x_service_ref_system_id := jtf_number_table();

Line 7416: x_service_ref_line_number := jtf_number_table();

7412: x_attribute14 := jtf_varchar2_table_200();
7413: x_attribute15 := jtf_varchar2_table_200();
7414: x_service_ref_type_code := jtf_varchar2_table_100();
7415: x_service_ref_order_number := jtf_number_table();
7416: x_service_ref_line_number := jtf_number_table();
7417: x_service_ref_qte_line_ind := jtf_number_table();
7418: x_service_ref_line_id := jtf_number_table();
7419: x_service_ref_system_id := jtf_number_table();
7420: x_service_ref_option_numb := jtf_number_table();

Line 7417: x_service_ref_qte_line_ind := jtf_number_table();

7413: x_attribute15 := jtf_varchar2_table_200();
7414: x_service_ref_type_code := jtf_varchar2_table_100();
7415: x_service_ref_order_number := jtf_number_table();
7416: x_service_ref_line_number := jtf_number_table();
7417: x_service_ref_qte_line_ind := jtf_number_table();
7418: x_service_ref_line_id := jtf_number_table();
7419: x_service_ref_system_id := jtf_number_table();
7420: x_service_ref_option_numb := jtf_number_table();
7421: x_service_ref_shipment:= jtf_number_table();

Line 7418: x_service_ref_line_id := jtf_number_table();

7414: x_service_ref_type_code := jtf_varchar2_table_100();
7415: x_service_ref_order_number := jtf_number_table();
7416: x_service_ref_line_number := jtf_number_table();
7417: x_service_ref_qte_line_ind := jtf_number_table();
7418: x_service_ref_line_id := jtf_number_table();
7419: x_service_ref_system_id := jtf_number_table();
7420: x_service_ref_option_numb := jtf_number_table();
7421: x_service_ref_shipment:= jtf_number_table();
7422: x_return_ref_type := jtf_varchar2_table_100();

Line 7419: x_service_ref_system_id := jtf_number_table();

7415: x_service_ref_order_number := jtf_number_table();
7416: x_service_ref_line_number := jtf_number_table();
7417: x_service_ref_qte_line_ind := jtf_number_table();
7418: x_service_ref_line_id := jtf_number_table();
7419: x_service_ref_system_id := jtf_number_table();
7420: x_service_ref_option_numb := jtf_number_table();
7421: x_service_ref_shipment:= jtf_number_table();
7422: x_return_ref_type := jtf_varchar2_table_100();
7423: x_return_ref_header_id := jtf_number_table();

Line 7420: x_service_ref_option_numb := jtf_number_table();

7416: x_service_ref_line_number := jtf_number_table();
7417: x_service_ref_qte_line_ind := jtf_number_table();
7418: x_service_ref_line_id := jtf_number_table();
7419: x_service_ref_system_id := jtf_number_table();
7420: x_service_ref_option_numb := jtf_number_table();
7421: x_service_ref_shipment:= jtf_number_table();
7422: x_return_ref_type := jtf_varchar2_table_100();
7423: x_return_ref_header_id := jtf_number_table();
7424: x_return_ref_line_id := jtf_number_table();

Line 7421: x_service_ref_shipment:= jtf_number_table();

7417: x_service_ref_qte_line_ind := jtf_number_table();
7418: x_service_ref_line_id := jtf_number_table();
7419: x_service_ref_system_id := jtf_number_table();
7420: x_service_ref_option_numb := jtf_number_table();
7421: x_service_ref_shipment:= jtf_number_table();
7422: x_return_ref_type := jtf_varchar2_table_100();
7423: x_return_ref_header_id := jtf_number_table();
7424: x_return_ref_line_id := jtf_number_table();
7425: x_return_attribute1 := jtf_varchar2_table_300();

Line 7423: x_return_ref_header_id := jtf_number_table();

7419: x_service_ref_system_id := jtf_number_table();
7420: x_service_ref_option_numb := jtf_number_table();
7421: x_service_ref_shipment:= jtf_number_table();
7422: x_return_ref_type := jtf_varchar2_table_100();
7423: x_return_ref_header_id := jtf_number_table();
7424: x_return_ref_line_id := jtf_number_table();
7425: x_return_attribute1 := jtf_varchar2_table_300();
7426: x_return_attribute2 := jtf_varchar2_table_300();
7427: x_return_attribute3 := jtf_varchar2_table_300();

Line 7424: x_return_ref_line_id := jtf_number_table();

7420: x_service_ref_option_numb := jtf_number_table();
7421: x_service_ref_shipment:= jtf_number_table();
7422: x_return_ref_type := jtf_varchar2_table_100();
7423: x_return_ref_header_id := jtf_number_table();
7424: x_return_ref_line_id := jtf_number_table();
7425: x_return_attribute1 := jtf_varchar2_table_300();
7426: x_return_attribute2 := jtf_varchar2_table_300();
7427: x_return_attribute3 := jtf_varchar2_table_300();
7428: x_return_attribute4 := jtf_varchar2_table_300();

Line 7612: x_line_relationship_id OUT NOCOPY jtf_number_table

7608:
7609: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso quote line relationship table
7610: PROCEDURE Set_Line_Rltship_Tbl_Out(
7611: p_qte_line_rltship_tbl IN ASO_Quote_Pub.Line_Rltship_Tbl_Type,
7612: x_line_relationship_id OUT NOCOPY jtf_number_table
7613:
7614: /*-- The following output parameters are ignored
7615: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7616: x_creation_date OUT NOCOPY jtf_date_table,

Line 7617: x_created_by OUT NOCOPY jtf_number_table,

7613:
7614: /*-- The following output parameters are ignored
7615: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7616: x_creation_date OUT NOCOPY jtf_date_table,
7617: x_created_by OUT NOCOPY jtf_number_table,
7618: x_last_update_date OUT NOCOPY jtf_date_table,
7619: x_last_updated_by OUT NOCOPY jtf_number_table,
7620: x_last_update_login OUT NOCOPY jtf_number_table,
7621: x_request_id OUT NOCOPY jtf_number_table,

Line 7619: x_last_updated_by OUT NOCOPY jtf_number_table,

7615: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7616: x_creation_date OUT NOCOPY jtf_date_table,
7617: x_created_by OUT NOCOPY jtf_number_table,
7618: x_last_update_date OUT NOCOPY jtf_date_table,
7619: x_last_updated_by OUT NOCOPY jtf_number_table,
7620: x_last_update_login OUT NOCOPY jtf_number_table,
7621: x_request_id OUT NOCOPY jtf_number_table,
7622: x_program_application_id OUT NOCOPY jtf_number_table,
7623: x_program_id OUT NOCOPY jtf_number_table,

Line 7620: x_last_update_login OUT NOCOPY jtf_number_table,

7616: x_creation_date OUT NOCOPY jtf_date_table,
7617: x_created_by OUT NOCOPY jtf_number_table,
7618: x_last_update_date OUT NOCOPY jtf_date_table,
7619: x_last_updated_by OUT NOCOPY jtf_number_table,
7620: x_last_update_login OUT NOCOPY jtf_number_table,
7621: x_request_id OUT NOCOPY jtf_number_table,
7622: x_program_application_id OUT NOCOPY jtf_number_table,
7623: x_program_id OUT NOCOPY jtf_number_table,
7624: x_program_update_date OUT NOCOPY jtf_date_table,

Line 7621: x_request_id OUT NOCOPY jtf_number_table,

7617: x_created_by OUT NOCOPY jtf_number_table,
7618: x_last_update_date OUT NOCOPY jtf_date_table,
7619: x_last_updated_by OUT NOCOPY jtf_number_table,
7620: x_last_update_login OUT NOCOPY jtf_number_table,
7621: x_request_id OUT NOCOPY jtf_number_table,
7622: x_program_application_id OUT NOCOPY jtf_number_table,
7623: x_program_id OUT NOCOPY jtf_number_table,
7624: x_program_update_date OUT NOCOPY jtf_date_table,
7625: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 7622: x_program_application_id OUT NOCOPY jtf_number_table,

7618: x_last_update_date OUT NOCOPY jtf_date_table,
7619: x_last_updated_by OUT NOCOPY jtf_number_table,
7620: x_last_update_login OUT NOCOPY jtf_number_table,
7621: x_request_id OUT NOCOPY jtf_number_table,
7622: x_program_application_id OUT NOCOPY jtf_number_table,
7623: x_program_id OUT NOCOPY jtf_number_table,
7624: x_program_update_date OUT NOCOPY jtf_date_table,
7625: x_quote_line_id OUT NOCOPY jtf_number_table,
7626: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 7623: x_program_id OUT NOCOPY jtf_number_table,

7619: x_last_updated_by OUT NOCOPY jtf_number_table,
7620: x_last_update_login OUT NOCOPY jtf_number_table,
7621: x_request_id OUT NOCOPY jtf_number_table,
7622: x_program_application_id OUT NOCOPY jtf_number_table,
7623: x_program_id OUT NOCOPY jtf_number_table,
7624: x_program_update_date OUT NOCOPY jtf_date_table,
7625: x_quote_line_id OUT NOCOPY jtf_number_table,
7626: x_qte_line_index OUT NOCOPY jtf_number_table,
7627: x_related_quote_line_id OUT NOCOPY jtf_number_table,

Line 7625: x_quote_line_id OUT NOCOPY jtf_number_table,

7621: x_request_id OUT NOCOPY jtf_number_table,
7622: x_program_application_id OUT NOCOPY jtf_number_table,
7623: x_program_id OUT NOCOPY jtf_number_table,
7624: x_program_update_date OUT NOCOPY jtf_date_table,
7625: x_quote_line_id OUT NOCOPY jtf_number_table,
7626: x_qte_line_index OUT NOCOPY jtf_number_table,
7627: x_related_quote_line_id OUT NOCOPY jtf_number_table,
7628: x_related_qte_line_index OUT NOCOPY jtf_number_table,
7629: x_relationship_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 7626: x_qte_line_index OUT NOCOPY jtf_number_table,

7622: x_program_application_id OUT NOCOPY jtf_number_table,
7623: x_program_id OUT NOCOPY jtf_number_table,
7624: x_program_update_date OUT NOCOPY jtf_date_table,
7625: x_quote_line_id OUT NOCOPY jtf_number_table,
7626: x_qte_line_index OUT NOCOPY jtf_number_table,
7627: x_related_quote_line_id OUT NOCOPY jtf_number_table,
7628: x_related_qte_line_index OUT NOCOPY jtf_number_table,
7629: x_relationship_type_code OUT NOCOPY jtf_varchar2_table_100,
7630: x_reciprocal_flag OUT NOCOPY jtf_varchar2_table_100

Line 7627: x_related_quote_line_id OUT NOCOPY jtf_number_table,

7623: x_program_id OUT NOCOPY jtf_number_table,
7624: x_program_update_date OUT NOCOPY jtf_date_table,
7625: x_quote_line_id OUT NOCOPY jtf_number_table,
7626: x_qte_line_index OUT NOCOPY jtf_number_table,
7627: x_related_quote_line_id OUT NOCOPY jtf_number_table,
7628: x_related_qte_line_index OUT NOCOPY jtf_number_table,
7629: x_relationship_type_code OUT NOCOPY jtf_varchar2_table_100,
7630: x_reciprocal_flag OUT NOCOPY jtf_varchar2_table_100
7631: --*/

Line 7628: x_related_qte_line_index OUT NOCOPY jtf_number_table,

7624: x_program_update_date OUT NOCOPY jtf_date_table,
7625: x_quote_line_id OUT NOCOPY jtf_number_table,
7626: x_qte_line_index OUT NOCOPY jtf_number_table,
7627: x_related_quote_line_id OUT NOCOPY jtf_number_table,
7628: x_related_qte_line_index OUT NOCOPY jtf_number_table,
7629: x_relationship_type_code OUT NOCOPY jtf_varchar2_table_100,
7630: x_reciprocal_flag OUT NOCOPY jtf_varchar2_table_100
7631: --*/
7632: )

Line 7636: x_line_relationship_id := jtf_number_table();

7632: )
7633: AS
7634: ddindx binary_integer; indx binary_integer;
7635: BEGIN
7636: x_line_relationship_id := jtf_number_table();
7637:
7638: /*-- The following output parameters are ignored
7639: x_operation_code := jtf_varchar2_table_100();
7640: x_creation_date := jtf_date_table();

Line 7641: x_created_by := jtf_number_table();

7637:
7638: /*-- The following output parameters are ignored
7639: x_operation_code := jtf_varchar2_table_100();
7640: x_creation_date := jtf_date_table();
7641: x_created_by := jtf_number_table();
7642: x_last_update_date := jtf_date_table();
7643: x_last_updated_by := jtf_number_table();
7644: x_last_update_login := jtf_number_table();
7645: x_request_id := jtf_number_table();

Line 7643: x_last_updated_by := jtf_number_table();

7639: x_operation_code := jtf_varchar2_table_100();
7640: x_creation_date := jtf_date_table();
7641: x_created_by := jtf_number_table();
7642: x_last_update_date := jtf_date_table();
7643: x_last_updated_by := jtf_number_table();
7644: x_last_update_login := jtf_number_table();
7645: x_request_id := jtf_number_table();
7646: x_program_application_id := jtf_number_table();
7647: x_program_id := jtf_number_table();

Line 7644: x_last_update_login := jtf_number_table();

7640: x_creation_date := jtf_date_table();
7641: x_created_by := jtf_number_table();
7642: x_last_update_date := jtf_date_table();
7643: x_last_updated_by := jtf_number_table();
7644: x_last_update_login := jtf_number_table();
7645: x_request_id := jtf_number_table();
7646: x_program_application_id := jtf_number_table();
7647: x_program_id := jtf_number_table();
7648: x_program_update_date := jtf_date_table();

Line 7645: x_request_id := jtf_number_table();

7641: x_created_by := jtf_number_table();
7642: x_last_update_date := jtf_date_table();
7643: x_last_updated_by := jtf_number_table();
7644: x_last_update_login := jtf_number_table();
7645: x_request_id := jtf_number_table();
7646: x_program_application_id := jtf_number_table();
7647: x_program_id := jtf_number_table();
7648: x_program_update_date := jtf_date_table();
7649: x_quote_line_id := jtf_number_table();

Line 7646: x_program_application_id := jtf_number_table();

7642: x_last_update_date := jtf_date_table();
7643: x_last_updated_by := jtf_number_table();
7644: x_last_update_login := jtf_number_table();
7645: x_request_id := jtf_number_table();
7646: x_program_application_id := jtf_number_table();
7647: x_program_id := jtf_number_table();
7648: x_program_update_date := jtf_date_table();
7649: x_quote_line_id := jtf_number_table();
7650: x_qte_line_index := jtf_number_table();

Line 7647: x_program_id := jtf_number_table();

7643: x_last_updated_by := jtf_number_table();
7644: x_last_update_login := jtf_number_table();
7645: x_request_id := jtf_number_table();
7646: x_program_application_id := jtf_number_table();
7647: x_program_id := jtf_number_table();
7648: x_program_update_date := jtf_date_table();
7649: x_quote_line_id := jtf_number_table();
7650: x_qte_line_index := jtf_number_table();
7651: x_related_quote_line_id := jtf_number_table();

Line 7649: x_quote_line_id := jtf_number_table();

7645: x_request_id := jtf_number_table();
7646: x_program_application_id := jtf_number_table();
7647: x_program_id := jtf_number_table();
7648: x_program_update_date := jtf_date_table();
7649: x_quote_line_id := jtf_number_table();
7650: x_qte_line_index := jtf_number_table();
7651: x_related_quote_line_id := jtf_number_table();
7652: x_related_qte_line_index := jtf_number_table();
7653: x_relationship_type_code := jtf_varchar2_table_100();

Line 7650: x_qte_line_index := jtf_number_table();

7646: x_program_application_id := jtf_number_table();
7647: x_program_id := jtf_number_table();
7648: x_program_update_date := jtf_date_table();
7649: x_quote_line_id := jtf_number_table();
7650: x_qte_line_index := jtf_number_table();
7651: x_related_quote_line_id := jtf_number_table();
7652: x_related_qte_line_index := jtf_number_table();
7653: x_relationship_type_code := jtf_varchar2_table_100();
7654: x_reciprocal_flag := jtf_varchar2_table_100();

Line 7651: x_related_quote_line_id := jtf_number_table();

7647: x_program_id := jtf_number_table();
7648: x_program_update_date := jtf_date_table();
7649: x_quote_line_id := jtf_number_table();
7650: x_qte_line_index := jtf_number_table();
7651: x_related_quote_line_id := jtf_number_table();
7652: x_related_qte_line_index := jtf_number_table();
7653: x_relationship_type_code := jtf_varchar2_table_100();
7654: x_reciprocal_flag := jtf_varchar2_table_100();
7655: --*/

Line 7652: x_related_qte_line_index := jtf_number_table();

7648: x_program_update_date := jtf_date_table();
7649: x_quote_line_id := jtf_number_table();
7650: x_qte_line_index := jtf_number_table();
7651: x_related_quote_line_id := jtf_number_table();
7652: x_related_qte_line_index := jtf_number_table();
7653: x_relationship_type_code := jtf_varchar2_table_100();
7654: x_reciprocal_flag := jtf_varchar2_table_100();
7655: --*/
7656:

Line 7716: x_payment_id OUT NOCOPY jtf_number_table

7712:
7713: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso payment table
7714: PROCEDURE Set_Payment_Tbl_Out(
7715: p_qte_payment_tbl IN ASO_Quote_Pub.Payment_Tbl_Type,
7716: x_payment_id OUT NOCOPY jtf_number_table
7717:
7718: /*-- The following output parameters are ignored
7719: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7720: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 7720: x_qte_line_index OUT NOCOPY jtf_number_table,

7716: x_payment_id OUT NOCOPY jtf_number_table
7717:
7718: /*-- The following output parameters are ignored
7719: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7720: x_qte_line_index OUT NOCOPY jtf_number_table,
7721: x_shipment_index OUT NOCOPY jtf_number_table,
7722: x_creation_date OUT NOCOPY jtf_date_table,
7723: x_created_by OUT NOCOPY jtf_number_table,
7724: x_last_update_date OUT NOCOPY jtf_date_table,

Line 7721: x_shipment_index OUT NOCOPY jtf_number_table,

7717:
7718: /*-- The following output parameters are ignored
7719: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7720: x_qte_line_index OUT NOCOPY jtf_number_table,
7721: x_shipment_index OUT NOCOPY jtf_number_table,
7722: x_creation_date OUT NOCOPY jtf_date_table,
7723: x_created_by OUT NOCOPY jtf_number_table,
7724: x_last_update_date OUT NOCOPY jtf_date_table,
7725: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 7723: x_created_by OUT NOCOPY jtf_number_table,

7719: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7720: x_qte_line_index OUT NOCOPY jtf_number_table,
7721: x_shipment_index OUT NOCOPY jtf_number_table,
7722: x_creation_date OUT NOCOPY jtf_date_table,
7723: x_created_by OUT NOCOPY jtf_number_table,
7724: x_last_update_date OUT NOCOPY jtf_date_table,
7725: x_last_updated_by OUT NOCOPY jtf_number_table,
7726: x_last_update_login OUT NOCOPY jtf_number_table,
7727: x_request_id OUT NOCOPY jtf_number_table,

Line 7725: x_last_updated_by OUT NOCOPY jtf_number_table,

7721: x_shipment_index OUT NOCOPY jtf_number_table,
7722: x_creation_date OUT NOCOPY jtf_date_table,
7723: x_created_by OUT NOCOPY jtf_number_table,
7724: x_last_update_date OUT NOCOPY jtf_date_table,
7725: x_last_updated_by OUT NOCOPY jtf_number_table,
7726: x_last_update_login OUT NOCOPY jtf_number_table,
7727: x_request_id OUT NOCOPY jtf_number_table,
7728: x_program_application_id OUT NOCOPY jtf_number_table,
7729: x_program_id OUT NOCOPY jtf_number_table,

Line 7726: x_last_update_login OUT NOCOPY jtf_number_table,

7722: x_creation_date OUT NOCOPY jtf_date_table,
7723: x_created_by OUT NOCOPY jtf_number_table,
7724: x_last_update_date OUT NOCOPY jtf_date_table,
7725: x_last_updated_by OUT NOCOPY jtf_number_table,
7726: x_last_update_login OUT NOCOPY jtf_number_table,
7727: x_request_id OUT NOCOPY jtf_number_table,
7728: x_program_application_id OUT NOCOPY jtf_number_table,
7729: x_program_id OUT NOCOPY jtf_number_table,
7730: x_program_update_date OUT NOCOPY jtf_date_table,

Line 7727: x_request_id OUT NOCOPY jtf_number_table,

7723: x_created_by OUT NOCOPY jtf_number_table,
7724: x_last_update_date OUT NOCOPY jtf_date_table,
7725: x_last_updated_by OUT NOCOPY jtf_number_table,
7726: x_last_update_login OUT NOCOPY jtf_number_table,
7727: x_request_id OUT NOCOPY jtf_number_table,
7728: x_program_application_id OUT NOCOPY jtf_number_table,
7729: x_program_id OUT NOCOPY jtf_number_table,
7730: x_program_update_date OUT NOCOPY jtf_date_table,
7731: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 7728: x_program_application_id OUT NOCOPY jtf_number_table,

7724: x_last_update_date OUT NOCOPY jtf_date_table,
7725: x_last_updated_by OUT NOCOPY jtf_number_table,
7726: x_last_update_login OUT NOCOPY jtf_number_table,
7727: x_request_id OUT NOCOPY jtf_number_table,
7728: x_program_application_id OUT NOCOPY jtf_number_table,
7729: x_program_id OUT NOCOPY jtf_number_table,
7730: x_program_update_date OUT NOCOPY jtf_date_table,
7731: x_quote_header_id OUT NOCOPY jtf_number_table,
7732: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 7729: x_program_id OUT NOCOPY jtf_number_table,

7725: x_last_updated_by OUT NOCOPY jtf_number_table,
7726: x_last_update_login OUT NOCOPY jtf_number_table,
7727: x_request_id OUT NOCOPY jtf_number_table,
7728: x_program_application_id OUT NOCOPY jtf_number_table,
7729: x_program_id OUT NOCOPY jtf_number_table,
7730: x_program_update_date OUT NOCOPY jtf_date_table,
7731: x_quote_header_id OUT NOCOPY jtf_number_table,
7732: x_quote_line_id OUT NOCOPY jtf_number_table,
7733: x_quote_shipment_id OUT NOCOPY jtf_number_table,

Line 7731: x_quote_header_id OUT NOCOPY jtf_number_table,

7727: x_request_id OUT NOCOPY jtf_number_table,
7728: x_program_application_id OUT NOCOPY jtf_number_table,
7729: x_program_id OUT NOCOPY jtf_number_table,
7730: x_program_update_date OUT NOCOPY jtf_date_table,
7731: x_quote_header_id OUT NOCOPY jtf_number_table,
7732: x_quote_line_id OUT NOCOPY jtf_number_table,
7733: x_quote_shipment_id OUT NOCOPY jtf_number_table,
7734: x_payment_type_code OUT NOCOPY jtf_varchar2_table_100,
7735: x_payment_ref_number OUT NOCOPY jtf_varchar2_table_300,

Line 7732: x_quote_line_id OUT NOCOPY jtf_number_table,

7728: x_program_application_id OUT NOCOPY jtf_number_table,
7729: x_program_id OUT NOCOPY jtf_number_table,
7730: x_program_update_date OUT NOCOPY jtf_date_table,
7731: x_quote_header_id OUT NOCOPY jtf_number_table,
7732: x_quote_line_id OUT NOCOPY jtf_number_table,
7733: x_quote_shipment_id OUT NOCOPY jtf_number_table,
7734: x_payment_type_code OUT NOCOPY jtf_varchar2_table_100,
7735: x_payment_ref_number OUT NOCOPY jtf_varchar2_table_300,
7736: x_payment_option OUT NOCOPY jtf_varchar2_table_300,

Line 7733: x_quote_shipment_id OUT NOCOPY jtf_number_table,

7729: x_program_id OUT NOCOPY jtf_number_table,
7730: x_program_update_date OUT NOCOPY jtf_date_table,
7731: x_quote_header_id OUT NOCOPY jtf_number_table,
7732: x_quote_line_id OUT NOCOPY jtf_number_table,
7733: x_quote_shipment_id OUT NOCOPY jtf_number_table,
7734: x_payment_type_code OUT NOCOPY jtf_varchar2_table_100,
7735: x_payment_ref_number OUT NOCOPY jtf_varchar2_table_300,
7736: x_payment_option OUT NOCOPY jtf_varchar2_table_300,
7737: x_payment_term_id OUT NOCOPY jtf_number_table,

Line 7737: x_payment_term_id OUT NOCOPY jtf_number_table,

7733: x_quote_shipment_id OUT NOCOPY jtf_number_table,
7734: x_payment_type_code OUT NOCOPY jtf_varchar2_table_100,
7735: x_payment_ref_number OUT NOCOPY jtf_varchar2_table_300,
7736: x_payment_option OUT NOCOPY jtf_varchar2_table_300,
7737: x_payment_term_id OUT NOCOPY jtf_number_table,
7738: x_credit_card_code OUT NOCOPY jtf_varchar2_table_100,
7739: x_credit_card_holder_name OUT NOCOPY jtf_varchar2_table_100,
7740: x_credit_card_exp_date OUT NOCOPY jtf_date_table,
7741: x_credit_card_approval_code OUT NOCOPY jtf_varchar2_table_100,

Line 7743: x_payment_amount OUT NOCOPY jtf_number_table,

7739: x_credit_card_holder_name OUT NOCOPY jtf_varchar2_table_100,
7740: x_credit_card_exp_date OUT NOCOPY jtf_date_table,
7741: x_credit_card_approval_code OUT NOCOPY jtf_varchar2_table_100,
7742: x_credit_card_approval_date OUT NOCOPY jtf_date_table,
7743: x_payment_amount OUT NOCOPY jtf_number_table,
7744: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
7745: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
7746: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,
7747: x_attribute3 OUT NOCOPY jtf_varchar2_table_200,

Line 7766: x_payment_id := jtf_number_table();

7762: )
7763: AS
7764: ddindx binary_integer; indx binary_integer;
7765: BEGIN
7766: x_payment_id := jtf_number_table();
7767:
7768: /*-- The following output parameters are ignored
7769: x_operation_code := jtf_varchar2_table_100();
7770: x_qte_line_index := jtf_number_table();

Line 7770: x_qte_line_index := jtf_number_table();

7766: x_payment_id := jtf_number_table();
7767:
7768: /*-- The following output parameters are ignored
7769: x_operation_code := jtf_varchar2_table_100();
7770: x_qte_line_index := jtf_number_table();
7771: x_shipment_index := jtf_number_table();
7772: x_creation_date := jtf_date_table();
7773: x_created_by := jtf_number_table();
7774: x_last_update_date := jtf_date_table();

Line 7771: x_shipment_index := jtf_number_table();

7767:
7768: /*-- The following output parameters are ignored
7769: x_operation_code := jtf_varchar2_table_100();
7770: x_qte_line_index := jtf_number_table();
7771: x_shipment_index := jtf_number_table();
7772: x_creation_date := jtf_date_table();
7773: x_created_by := jtf_number_table();
7774: x_last_update_date := jtf_date_table();
7775: x_last_updated_by := jtf_number_table();

Line 7773: x_created_by := jtf_number_table();

7769: x_operation_code := jtf_varchar2_table_100();
7770: x_qte_line_index := jtf_number_table();
7771: x_shipment_index := jtf_number_table();
7772: x_creation_date := jtf_date_table();
7773: x_created_by := jtf_number_table();
7774: x_last_update_date := jtf_date_table();
7775: x_last_updated_by := jtf_number_table();
7776: x_last_update_login := jtf_number_table();
7777: x_request_id := jtf_number_table();

Line 7775: x_last_updated_by := jtf_number_table();

7771: x_shipment_index := jtf_number_table();
7772: x_creation_date := jtf_date_table();
7773: x_created_by := jtf_number_table();
7774: x_last_update_date := jtf_date_table();
7775: x_last_updated_by := jtf_number_table();
7776: x_last_update_login := jtf_number_table();
7777: x_request_id := jtf_number_table();
7778: x_program_application_id := jtf_number_table();
7779: x_program_id := jtf_number_table();

Line 7776: x_last_update_login := jtf_number_table();

7772: x_creation_date := jtf_date_table();
7773: x_created_by := jtf_number_table();
7774: x_last_update_date := jtf_date_table();
7775: x_last_updated_by := jtf_number_table();
7776: x_last_update_login := jtf_number_table();
7777: x_request_id := jtf_number_table();
7778: x_program_application_id := jtf_number_table();
7779: x_program_id := jtf_number_table();
7780: x_program_update_date := jtf_date_table();

Line 7777: x_request_id := jtf_number_table();

7773: x_created_by := jtf_number_table();
7774: x_last_update_date := jtf_date_table();
7775: x_last_updated_by := jtf_number_table();
7776: x_last_update_login := jtf_number_table();
7777: x_request_id := jtf_number_table();
7778: x_program_application_id := jtf_number_table();
7779: x_program_id := jtf_number_table();
7780: x_program_update_date := jtf_date_table();
7781: x_quote_header_id := jtf_number_table();

Line 7778: x_program_application_id := jtf_number_table();

7774: x_last_update_date := jtf_date_table();
7775: x_last_updated_by := jtf_number_table();
7776: x_last_update_login := jtf_number_table();
7777: x_request_id := jtf_number_table();
7778: x_program_application_id := jtf_number_table();
7779: x_program_id := jtf_number_table();
7780: x_program_update_date := jtf_date_table();
7781: x_quote_header_id := jtf_number_table();
7782: x_quote_line_id := jtf_number_table();

Line 7779: x_program_id := jtf_number_table();

7775: x_last_updated_by := jtf_number_table();
7776: x_last_update_login := jtf_number_table();
7777: x_request_id := jtf_number_table();
7778: x_program_application_id := jtf_number_table();
7779: x_program_id := jtf_number_table();
7780: x_program_update_date := jtf_date_table();
7781: x_quote_header_id := jtf_number_table();
7782: x_quote_line_id := jtf_number_table();
7783: x_quote_shipment_id := jtf_number_table();

Line 7781: x_quote_header_id := jtf_number_table();

7777: x_request_id := jtf_number_table();
7778: x_program_application_id := jtf_number_table();
7779: x_program_id := jtf_number_table();
7780: x_program_update_date := jtf_date_table();
7781: x_quote_header_id := jtf_number_table();
7782: x_quote_line_id := jtf_number_table();
7783: x_quote_shipment_id := jtf_number_table();
7784: x_payment_type_code := jtf_varchar2_table_100();
7785: x_payment_ref_number := jtf_varchar2_table_300();

Line 7782: x_quote_line_id := jtf_number_table();

7778: x_program_application_id := jtf_number_table();
7779: x_program_id := jtf_number_table();
7780: x_program_update_date := jtf_date_table();
7781: x_quote_header_id := jtf_number_table();
7782: x_quote_line_id := jtf_number_table();
7783: x_quote_shipment_id := jtf_number_table();
7784: x_payment_type_code := jtf_varchar2_table_100();
7785: x_payment_ref_number := jtf_varchar2_table_300();
7786: x_payment_option := jtf_varchar2_table_300();

Line 7783: x_quote_shipment_id := jtf_number_table();

7779: x_program_id := jtf_number_table();
7780: x_program_update_date := jtf_date_table();
7781: x_quote_header_id := jtf_number_table();
7782: x_quote_line_id := jtf_number_table();
7783: x_quote_shipment_id := jtf_number_table();
7784: x_payment_type_code := jtf_varchar2_table_100();
7785: x_payment_ref_number := jtf_varchar2_table_300();
7786: x_payment_option := jtf_varchar2_table_300();
7787: x_payment_term_id := jtf_number_table();

Line 7787: x_payment_term_id := jtf_number_table();

7783: x_quote_shipment_id := jtf_number_table();
7784: x_payment_type_code := jtf_varchar2_table_100();
7785: x_payment_ref_number := jtf_varchar2_table_300();
7786: x_payment_option := jtf_varchar2_table_300();
7787: x_payment_term_id := jtf_number_table();
7788: x_credit_card_code := jtf_varchar2_table_100();
7789: x_credit_card_holder_name := jtf_varchar2_table_100();
7790: x_credit_card_exp_date := jtf_date_table();
7791: x_credit_card_approval_code := jtf_varchar2_table_100();

Line 7793: x_payment_amount := jtf_number_table();

7789: x_credit_card_holder_name := jtf_varchar2_table_100();
7790: x_credit_card_exp_date := jtf_date_table();
7791: x_credit_card_approval_code := jtf_varchar2_table_100();
7792: x_credit_card_approval_date := jtf_date_table();
7793: x_payment_amount := jtf_number_table();
7794: x_attribute_category := jtf_varchar2_table_100();
7795: x_attribute1 := jtf_varchar2_table_200();
7796: x_attribute2 := jtf_varchar2_table_200();
7797: x_attribute3 := jtf_varchar2_table_200();

Line 7923: x_shipment_id OUT NOCOPY jtf_number_table

7919:
7920: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso shipment table
7921: PROCEDURE Set_Shipment_Tbl_Out(
7922: p_qte_shipment_tbl IN ASO_Quote_Pub.Shipment_Tbl_Type,
7923: x_shipment_id OUT NOCOPY jtf_number_table
7924:
7925: /*-- The following output parameters are ignored
7926: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7927: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 7927: x_qte_line_index OUT NOCOPY jtf_number_table,

7923: x_shipment_id OUT NOCOPY jtf_number_table
7924:
7925: /*-- The following output parameters are ignored
7926: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7927: x_qte_line_index OUT NOCOPY jtf_number_table,
7928: x_creation_date OUT NOCOPY jtf_date_table,
7929: x_created_by OUT NOCOPY jtf_number_table,
7930: x_last_update_date OUT NOCOPY jtf_date_table,
7931: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 7929: x_created_by OUT NOCOPY jtf_number_table,

7925: /*-- The following output parameters are ignored
7926: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
7927: x_qte_line_index OUT NOCOPY jtf_number_table,
7928: x_creation_date OUT NOCOPY jtf_date_table,
7929: x_created_by OUT NOCOPY jtf_number_table,
7930: x_last_update_date OUT NOCOPY jtf_date_table,
7931: x_last_updated_by OUT NOCOPY jtf_number_table,
7932: x_last_update_login OUT NOCOPY jtf_number_table,
7933: x_request_id OUT NOCOPY jtf_number_table,

Line 7931: x_last_updated_by OUT NOCOPY jtf_number_table,

7927: x_qte_line_index OUT NOCOPY jtf_number_table,
7928: x_creation_date OUT NOCOPY jtf_date_table,
7929: x_created_by OUT NOCOPY jtf_number_table,
7930: x_last_update_date OUT NOCOPY jtf_date_table,
7931: x_last_updated_by OUT NOCOPY jtf_number_table,
7932: x_last_update_login OUT NOCOPY jtf_number_table,
7933: x_request_id OUT NOCOPY jtf_number_table,
7934: x_program_application_id OUT NOCOPY jtf_number_table,
7935: x_program_id OUT NOCOPY jtf_number_table,

Line 7932: x_last_update_login OUT NOCOPY jtf_number_table,

7928: x_creation_date OUT NOCOPY jtf_date_table,
7929: x_created_by OUT NOCOPY jtf_number_table,
7930: x_last_update_date OUT NOCOPY jtf_date_table,
7931: x_last_updated_by OUT NOCOPY jtf_number_table,
7932: x_last_update_login OUT NOCOPY jtf_number_table,
7933: x_request_id OUT NOCOPY jtf_number_table,
7934: x_program_application_id OUT NOCOPY jtf_number_table,
7935: x_program_id OUT NOCOPY jtf_number_table,
7936: x_program_update_date OUT NOCOPY jtf_date_table,

Line 7933: x_request_id OUT NOCOPY jtf_number_table,

7929: x_created_by OUT NOCOPY jtf_number_table,
7930: x_last_update_date OUT NOCOPY jtf_date_table,
7931: x_last_updated_by OUT NOCOPY jtf_number_table,
7932: x_last_update_login OUT NOCOPY jtf_number_table,
7933: x_request_id OUT NOCOPY jtf_number_table,
7934: x_program_application_id OUT NOCOPY jtf_number_table,
7935: x_program_id OUT NOCOPY jtf_number_table,
7936: x_program_update_date OUT NOCOPY jtf_date_table,
7937: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 7934: x_program_application_id OUT NOCOPY jtf_number_table,

7930: x_last_update_date OUT NOCOPY jtf_date_table,
7931: x_last_updated_by OUT NOCOPY jtf_number_table,
7932: x_last_update_login OUT NOCOPY jtf_number_table,
7933: x_request_id OUT NOCOPY jtf_number_table,
7934: x_program_application_id OUT NOCOPY jtf_number_table,
7935: x_program_id OUT NOCOPY jtf_number_table,
7936: x_program_update_date OUT NOCOPY jtf_date_table,
7937: x_quote_header_id OUT NOCOPY jtf_number_table,
7938: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 7935: x_program_id OUT NOCOPY jtf_number_table,

7931: x_last_updated_by OUT NOCOPY jtf_number_table,
7932: x_last_update_login OUT NOCOPY jtf_number_table,
7933: x_request_id OUT NOCOPY jtf_number_table,
7934: x_program_application_id OUT NOCOPY jtf_number_table,
7935: x_program_id OUT NOCOPY jtf_number_table,
7936: x_program_update_date OUT NOCOPY jtf_date_table,
7937: x_quote_header_id OUT NOCOPY jtf_number_table,
7938: x_quote_line_id OUT NOCOPY jtf_number_table,
7939: x_promise_date OUT NOCOPY jtf_date_table,

Line 7937: x_quote_header_id OUT NOCOPY jtf_number_table,

7933: x_request_id OUT NOCOPY jtf_number_table,
7934: x_program_application_id OUT NOCOPY jtf_number_table,
7935: x_program_id OUT NOCOPY jtf_number_table,
7936: x_program_update_date OUT NOCOPY jtf_date_table,
7937: x_quote_header_id OUT NOCOPY jtf_number_table,
7938: x_quote_line_id OUT NOCOPY jtf_number_table,
7939: x_promise_date OUT NOCOPY jtf_date_table,
7940: x_request_date OUT NOCOPY jtf_date_table,
7941: x_schedule_ship_date OUT NOCOPY jtf_date_table,

Line 7938: x_quote_line_id OUT NOCOPY jtf_number_table,

7934: x_program_application_id OUT NOCOPY jtf_number_table,
7935: x_program_id OUT NOCOPY jtf_number_table,
7936: x_program_update_date OUT NOCOPY jtf_date_table,
7937: x_quote_header_id OUT NOCOPY jtf_number_table,
7938: x_quote_line_id OUT NOCOPY jtf_number_table,
7939: x_promise_date OUT NOCOPY jtf_date_table,
7940: x_request_date OUT NOCOPY jtf_date_table,
7941: x_schedule_ship_date OUT NOCOPY jtf_date_table,
7942: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,

Line 7942: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,

7938: x_quote_line_id OUT NOCOPY jtf_number_table,
7939: x_promise_date OUT NOCOPY jtf_date_table,
7940: x_request_date OUT NOCOPY jtf_date_table,
7941: x_schedule_ship_date OUT NOCOPY jtf_date_table,
7942: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
7943: x_ship_to_party_id OUT NOCOPY jtf_number_table,
7944: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,
7945: x_ship_partial_flag OUT NOCOPY jtf_varchar2_table_300,
7946: x_ship_set_id OUT NOCOPY jtf_number_table,

Line 7943: x_ship_to_party_id OUT NOCOPY jtf_number_table,

7939: x_promise_date OUT NOCOPY jtf_date_table,
7940: x_request_date OUT NOCOPY jtf_date_table,
7941: x_schedule_ship_date OUT NOCOPY jtf_date_table,
7942: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
7943: x_ship_to_party_id OUT NOCOPY jtf_number_table,
7944: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,
7945: x_ship_partial_flag OUT NOCOPY jtf_varchar2_table_300,
7946: x_ship_set_id OUT NOCOPY jtf_number_table,
7947: x_ship_method_code OUT NOCOPY jtf_varchar2_table_100,

Line 7944: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,

7940: x_request_date OUT NOCOPY jtf_date_table,
7941: x_schedule_ship_date OUT NOCOPY jtf_date_table,
7942: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
7943: x_ship_to_party_id OUT NOCOPY jtf_number_table,
7944: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,
7945: x_ship_partial_flag OUT NOCOPY jtf_varchar2_table_300,
7946: x_ship_set_id OUT NOCOPY jtf_number_table,
7947: x_ship_method_code OUT NOCOPY jtf_varchar2_table_100,
7948: x_freight_terms_code OUT NOCOPY jtf_varchar2_table_100,

Line 7946: x_ship_set_id OUT NOCOPY jtf_number_table,

7942: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
7943: x_ship_to_party_id OUT NOCOPY jtf_number_table,
7944: x_ship_to_cust_account_id OUT NOCOPY jtf_number_table,
7945: x_ship_partial_flag OUT NOCOPY jtf_varchar2_table_300,
7946: x_ship_set_id OUT NOCOPY jtf_number_table,
7947: x_ship_method_code OUT NOCOPY jtf_varchar2_table_100,
7948: x_freight_terms_code OUT NOCOPY jtf_varchar2_table_100,
7949: x_freight_carrier_code OUT NOCOPY jtf_varchar2_table_100,
7950: x_fob_code OUT NOCOPY jtf_varchar2_table_100,

Line 7953: x_ship_quote_price OUT NOCOPY jtf_number_table,

7949: x_freight_carrier_code OUT NOCOPY jtf_varchar2_table_100,
7950: x_fob_code OUT NOCOPY jtf_varchar2_table_100,
7951: x_shipping_instructions OUT NOCOPY jtf_varchar2_table_2000,
7952: x_packing_instructions OUT NOCOPY jtf_varchar2_table_2000,
7953: x_ship_quote_price OUT NOCOPY jtf_number_table,
7954: x_quantity OUT NOCOPY jtf_number_table,
7955: x_pricing_quantity OUT NOCOPY jtf_number_table,
7956: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
7957: x_reservation_id OUT NOCOPY jtf_number_table,

Line 7954: x_quantity OUT NOCOPY jtf_number_table,

7950: x_fob_code OUT NOCOPY jtf_varchar2_table_100,
7951: x_shipping_instructions OUT NOCOPY jtf_varchar2_table_2000,
7952: x_packing_instructions OUT NOCOPY jtf_varchar2_table_2000,
7953: x_ship_quote_price OUT NOCOPY jtf_number_table,
7954: x_quantity OUT NOCOPY jtf_number_table,
7955: x_pricing_quantity OUT NOCOPY jtf_number_table,
7956: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
7957: x_reservation_id OUT NOCOPY jtf_number_table,
7958: x_order_line_id OUT NOCOPY jtf_number_table,

Line 7955: x_pricing_quantity OUT NOCOPY jtf_number_table,

7951: x_shipping_instructions OUT NOCOPY jtf_varchar2_table_2000,
7952: x_packing_instructions OUT NOCOPY jtf_varchar2_table_2000,
7953: x_ship_quote_price OUT NOCOPY jtf_number_table,
7954: x_quantity OUT NOCOPY jtf_number_table,
7955: x_pricing_quantity OUT NOCOPY jtf_number_table,
7956: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
7957: x_reservation_id OUT NOCOPY jtf_number_table,
7958: x_order_line_id OUT NOCOPY jtf_number_table,
7959: x_ship_to_party_name OUT NOCOPY jtf_varchar2_table_300,

Line 7957: x_reservation_id OUT NOCOPY jtf_number_table,

7953: x_ship_quote_price OUT NOCOPY jtf_number_table,
7954: x_quantity OUT NOCOPY jtf_number_table,
7955: x_pricing_quantity OUT NOCOPY jtf_number_table,
7956: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
7957: x_reservation_id OUT NOCOPY jtf_number_table,
7958: x_order_line_id OUT NOCOPY jtf_number_table,
7959: x_ship_to_party_name OUT NOCOPY jtf_varchar2_table_300,
7960: x_ship_to_cont_first_name OUT NOCOPY jtf_varchar2_table_200,
7961: x_ship_to_cont_mid_name OUT NOCOPY jtf_varchar2_table_100,

Line 7958: x_order_line_id OUT NOCOPY jtf_number_table,

7954: x_quantity OUT NOCOPY jtf_number_table,
7955: x_pricing_quantity OUT NOCOPY jtf_number_table,
7956: x_reserved_quantity OUT NOCOPY jtf_varchar2_table_300,
7957: x_reservation_id OUT NOCOPY jtf_number_table,
7958: x_order_line_id OUT NOCOPY jtf_number_table,
7959: x_ship_to_party_name OUT NOCOPY jtf_varchar2_table_300,
7960: x_ship_to_cont_first_name OUT NOCOPY jtf_varchar2_table_200,
7961: x_ship_to_cont_mid_name OUT NOCOPY jtf_varchar2_table_100,
7962: x_ship_to_cont_last_name OUT NOCOPY jtf_varchar2_table_200,

Line 7991: x_ship_from_org_id OUT NOCOPY jtf_number_table

7987: x_attribute13 OUT NOCOPY jtf_varchar2_table_200,
7988: x_attribute14 OUT NOCOPY jtf_varchar2_table_200,
7989: x_attribute15 OUT NOCOPY jtf_varchar2_table_200,
7990: x_shipment_priority_code OUT NOCOPY jtf_varchar2_table_100,
7991: x_ship_from_org_id OUT NOCOPY jtf_number_table
7992: --*/
7993: )
7994: AS
7995: ddindx binary_integer; indx binary_integer;

Line 7997: x_shipment_id := jtf_number_table();

7993: )
7994: AS
7995: ddindx binary_integer; indx binary_integer;
7996: BEGIN
7997: x_shipment_id := jtf_number_table();
7998:
7999: /*-- The following output parameters are ignored
8000: x_operation_code := jtf_varchar2_table_100();
8001: x_qte_line_index := jtf_number_table();

Line 8001: x_qte_line_index := jtf_number_table();

7997: x_shipment_id := jtf_number_table();
7998:
7999: /*-- The following output parameters are ignored
8000: x_operation_code := jtf_varchar2_table_100();
8001: x_qte_line_index := jtf_number_table();
8002: x_creation_date := jtf_date_table();
8003: x_created_by := jtf_number_table();
8004: x_last_update_date := jtf_date_table();
8005: x_last_updated_by := jtf_number_table();

Line 8003: x_created_by := jtf_number_table();

7999: /*-- The following output parameters are ignored
8000: x_operation_code := jtf_varchar2_table_100();
8001: x_qte_line_index := jtf_number_table();
8002: x_creation_date := jtf_date_table();
8003: x_created_by := jtf_number_table();
8004: x_last_update_date := jtf_date_table();
8005: x_last_updated_by := jtf_number_table();
8006: x_last_update_login := jtf_number_table();
8007: x_request_id := jtf_number_table();

Line 8005: x_last_updated_by := jtf_number_table();

8001: x_qte_line_index := jtf_number_table();
8002: x_creation_date := jtf_date_table();
8003: x_created_by := jtf_number_table();
8004: x_last_update_date := jtf_date_table();
8005: x_last_updated_by := jtf_number_table();
8006: x_last_update_login := jtf_number_table();
8007: x_request_id := jtf_number_table();
8008: x_program_application_id := jtf_number_table();
8009: x_program_id := jtf_number_table();

Line 8006: x_last_update_login := jtf_number_table();

8002: x_creation_date := jtf_date_table();
8003: x_created_by := jtf_number_table();
8004: x_last_update_date := jtf_date_table();
8005: x_last_updated_by := jtf_number_table();
8006: x_last_update_login := jtf_number_table();
8007: x_request_id := jtf_number_table();
8008: x_program_application_id := jtf_number_table();
8009: x_program_id := jtf_number_table();
8010: x_program_update_date := jtf_date_table();

Line 8007: x_request_id := jtf_number_table();

8003: x_created_by := jtf_number_table();
8004: x_last_update_date := jtf_date_table();
8005: x_last_updated_by := jtf_number_table();
8006: x_last_update_login := jtf_number_table();
8007: x_request_id := jtf_number_table();
8008: x_program_application_id := jtf_number_table();
8009: x_program_id := jtf_number_table();
8010: x_program_update_date := jtf_date_table();
8011: x_quote_header_id := jtf_number_table();

Line 8008: x_program_application_id := jtf_number_table();

8004: x_last_update_date := jtf_date_table();
8005: x_last_updated_by := jtf_number_table();
8006: x_last_update_login := jtf_number_table();
8007: x_request_id := jtf_number_table();
8008: x_program_application_id := jtf_number_table();
8009: x_program_id := jtf_number_table();
8010: x_program_update_date := jtf_date_table();
8011: x_quote_header_id := jtf_number_table();
8012: x_quote_line_id := jtf_number_table();

Line 8009: x_program_id := jtf_number_table();

8005: x_last_updated_by := jtf_number_table();
8006: x_last_update_login := jtf_number_table();
8007: x_request_id := jtf_number_table();
8008: x_program_application_id := jtf_number_table();
8009: x_program_id := jtf_number_table();
8010: x_program_update_date := jtf_date_table();
8011: x_quote_header_id := jtf_number_table();
8012: x_quote_line_id := jtf_number_table();
8013: x_promise_date := jtf_date_table();

Line 8011: x_quote_header_id := jtf_number_table();

8007: x_request_id := jtf_number_table();
8008: x_program_application_id := jtf_number_table();
8009: x_program_id := jtf_number_table();
8010: x_program_update_date := jtf_date_table();
8011: x_quote_header_id := jtf_number_table();
8012: x_quote_line_id := jtf_number_table();
8013: x_promise_date := jtf_date_table();
8014: x_request_date := jtf_date_table();
8015: x_schedule_ship_date := jtf_date_table();

Line 8012: x_quote_line_id := jtf_number_table();

8008: x_program_application_id := jtf_number_table();
8009: x_program_id := jtf_number_table();
8010: x_program_update_date := jtf_date_table();
8011: x_quote_header_id := jtf_number_table();
8012: x_quote_line_id := jtf_number_table();
8013: x_promise_date := jtf_date_table();
8014: x_request_date := jtf_date_table();
8015: x_schedule_ship_date := jtf_date_table();
8016: x_ship_to_party_site_id := jtf_number_table();

Line 8016: x_ship_to_party_site_id := jtf_number_table();

8012: x_quote_line_id := jtf_number_table();
8013: x_promise_date := jtf_date_table();
8014: x_request_date := jtf_date_table();
8015: x_schedule_ship_date := jtf_date_table();
8016: x_ship_to_party_site_id := jtf_number_table();
8017: x_ship_to_party_id := jtf_number_table();
8018: x_ship_to_cust_account_id := jtf_number_table();
8019: x_ship_partial_flag := jtf_varchar2_table_300();
8020: x_ship_set_id := jtf_number_table();

Line 8017: x_ship_to_party_id := jtf_number_table();

8013: x_promise_date := jtf_date_table();
8014: x_request_date := jtf_date_table();
8015: x_schedule_ship_date := jtf_date_table();
8016: x_ship_to_party_site_id := jtf_number_table();
8017: x_ship_to_party_id := jtf_number_table();
8018: x_ship_to_cust_account_id := jtf_number_table();
8019: x_ship_partial_flag := jtf_varchar2_table_300();
8020: x_ship_set_id := jtf_number_table();
8021: x_ship_method_code := jtf_varchar2_table_100();

Line 8018: x_ship_to_cust_account_id := jtf_number_table();

8014: x_request_date := jtf_date_table();
8015: x_schedule_ship_date := jtf_date_table();
8016: x_ship_to_party_site_id := jtf_number_table();
8017: x_ship_to_party_id := jtf_number_table();
8018: x_ship_to_cust_account_id := jtf_number_table();
8019: x_ship_partial_flag := jtf_varchar2_table_300();
8020: x_ship_set_id := jtf_number_table();
8021: x_ship_method_code := jtf_varchar2_table_100();
8022: x_freight_terms_code := jtf_varchar2_table_100();

Line 8020: x_ship_set_id := jtf_number_table();

8016: x_ship_to_party_site_id := jtf_number_table();
8017: x_ship_to_party_id := jtf_number_table();
8018: x_ship_to_cust_account_id := jtf_number_table();
8019: x_ship_partial_flag := jtf_varchar2_table_300();
8020: x_ship_set_id := jtf_number_table();
8021: x_ship_method_code := jtf_varchar2_table_100();
8022: x_freight_terms_code := jtf_varchar2_table_100();
8023: x_freight_carrier_code := jtf_varchar2_table_100();
8024: x_fob_code := jtf_varchar2_table_100();

Line 8027: x_ship_quote_price := jtf_number_table();

8023: x_freight_carrier_code := jtf_varchar2_table_100();
8024: x_fob_code := jtf_varchar2_table_100();
8025: x_shipping_instructions := jtf_varchar2_table_2000();
8026: x_packing_instructions := jtf_varchar2_table_2000();
8027: x_ship_quote_price := jtf_number_table();
8028: x_quantity := jtf_number_table();
8029: x_pricing_quantity := jtf_number_table();
8030: x_reserved_quantity := jtf_varchar2_table_300();
8031: x_reservation_id := jtf_number_table();

Line 8028: x_quantity := jtf_number_table();

8024: x_fob_code := jtf_varchar2_table_100();
8025: x_shipping_instructions := jtf_varchar2_table_2000();
8026: x_packing_instructions := jtf_varchar2_table_2000();
8027: x_ship_quote_price := jtf_number_table();
8028: x_quantity := jtf_number_table();
8029: x_pricing_quantity := jtf_number_table();
8030: x_reserved_quantity := jtf_varchar2_table_300();
8031: x_reservation_id := jtf_number_table();
8032: x_order_line_id := jtf_number_table();

Line 8029: x_pricing_quantity := jtf_number_table();

8025: x_shipping_instructions := jtf_varchar2_table_2000();
8026: x_packing_instructions := jtf_varchar2_table_2000();
8027: x_ship_quote_price := jtf_number_table();
8028: x_quantity := jtf_number_table();
8029: x_pricing_quantity := jtf_number_table();
8030: x_reserved_quantity := jtf_varchar2_table_300();
8031: x_reservation_id := jtf_number_table();
8032: x_order_line_id := jtf_number_table();
8033: x_ship_to_party_name := jtf_varchar2_table_300();

Line 8031: x_reservation_id := jtf_number_table();

8027: x_ship_quote_price := jtf_number_table();
8028: x_quantity := jtf_number_table();
8029: x_pricing_quantity := jtf_number_table();
8030: x_reserved_quantity := jtf_varchar2_table_300();
8031: x_reservation_id := jtf_number_table();
8032: x_order_line_id := jtf_number_table();
8033: x_ship_to_party_name := jtf_varchar2_table_300();
8034: x_ship_to_cont_first_name := jtf_varchar2_table_200();
8035: x_ship_to_cont_mid_name := jtf_varchar2_table_100();

Line 8032: x_order_line_id := jtf_number_table();

8028: x_quantity := jtf_number_table();
8029: x_pricing_quantity := jtf_number_table();
8030: x_reserved_quantity := jtf_varchar2_table_300();
8031: x_reservation_id := jtf_number_table();
8032: x_order_line_id := jtf_number_table();
8033: x_ship_to_party_name := jtf_varchar2_table_300();
8034: x_ship_to_cont_first_name := jtf_varchar2_table_200();
8035: x_ship_to_cont_mid_name := jtf_varchar2_table_100();
8036: x_ship_to_cont_last_name := jtf_varchar2_table_200();

Line 8065: x_ship_from_org_id := jtf_number_table();

8061: x_attribute13 := jtf_varchar2_table_200();
8062: x_attribute14 := jtf_varchar2_table_200();
8063: x_attribute15 := jtf_varchar2_table_200();
8064: x_shipment_priority_code := jtf_varchar2_table_100();
8065: x_ship_from_org_id := jtf_number_table();
8066: --*/
8067:
8068: IF p_qte_shipment_tbl.count > 0 THEN
8069: x_shipment_id.extend(p_qte_shipment_tbl.count);

Line 8227: x_tax_detail_id OUT NOCOPY jtf_number_table

8223:
8224: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso tax detail table
8225: PROCEDURE Set_Tax_Detail_Tbl_Out(
8226: p_qte_tax_detail_tbl IN ASO_Quote_Pub.Tax_Detail_Tbl_Type,
8227: x_tax_detail_id OUT NOCOPY jtf_number_table
8228:
8229: /*-- The following output parameters are ignored
8230: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8231: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 8231: x_qte_line_index OUT NOCOPY jtf_number_table,

8227: x_tax_detail_id OUT NOCOPY jtf_number_table
8228:
8229: /*-- The following output parameters are ignored
8230: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8231: x_qte_line_index OUT NOCOPY jtf_number_table,
8232: x_shipment_index OUT NOCOPY jtf_number_table,
8233: x_quote_header_id OUT NOCOPY jtf_number_table,
8234: x_quote_line_id OUT NOCOPY jtf_number_table,
8235: x_quote_shipment_id OUT NOCOPY jtf_number_table,

Line 8232: x_shipment_index OUT NOCOPY jtf_number_table,

8228:
8229: /*-- The following output parameters are ignored
8230: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8231: x_qte_line_index OUT NOCOPY jtf_number_table,
8232: x_shipment_index OUT NOCOPY jtf_number_table,
8233: x_quote_header_id OUT NOCOPY jtf_number_table,
8234: x_quote_line_id OUT NOCOPY jtf_number_table,
8235: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8236: x_creation_date OUT NOCOPY jtf_date_table,

Line 8233: x_quote_header_id OUT NOCOPY jtf_number_table,

8229: /*-- The following output parameters are ignored
8230: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8231: x_qte_line_index OUT NOCOPY jtf_number_table,
8232: x_shipment_index OUT NOCOPY jtf_number_table,
8233: x_quote_header_id OUT NOCOPY jtf_number_table,
8234: x_quote_line_id OUT NOCOPY jtf_number_table,
8235: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8236: x_creation_date OUT NOCOPY jtf_date_table,
8237: x_created_by OUT NOCOPY jtf_number_table,

Line 8234: x_quote_line_id OUT NOCOPY jtf_number_table,

8230: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8231: x_qte_line_index OUT NOCOPY jtf_number_table,
8232: x_shipment_index OUT NOCOPY jtf_number_table,
8233: x_quote_header_id OUT NOCOPY jtf_number_table,
8234: x_quote_line_id OUT NOCOPY jtf_number_table,
8235: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8236: x_creation_date OUT NOCOPY jtf_date_table,
8237: x_created_by OUT NOCOPY jtf_number_table,
8238: x_last_update_date OUT NOCOPY jtf_date_table,

Line 8235: x_quote_shipment_id OUT NOCOPY jtf_number_table,

8231: x_qte_line_index OUT NOCOPY jtf_number_table,
8232: x_shipment_index OUT NOCOPY jtf_number_table,
8233: x_quote_header_id OUT NOCOPY jtf_number_table,
8234: x_quote_line_id OUT NOCOPY jtf_number_table,
8235: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8236: x_creation_date OUT NOCOPY jtf_date_table,
8237: x_created_by OUT NOCOPY jtf_number_table,
8238: x_last_update_date OUT NOCOPY jtf_date_table,
8239: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 8237: x_created_by OUT NOCOPY jtf_number_table,

8233: x_quote_header_id OUT NOCOPY jtf_number_table,
8234: x_quote_line_id OUT NOCOPY jtf_number_table,
8235: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8236: x_creation_date OUT NOCOPY jtf_date_table,
8237: x_created_by OUT NOCOPY jtf_number_table,
8238: x_last_update_date OUT NOCOPY jtf_date_table,
8239: x_last_updated_by OUT NOCOPY jtf_number_table,
8240: x_last_update_login OUT NOCOPY jtf_number_table,
8241: x_request_id OUT NOCOPY jtf_number_table,

Line 8239: x_last_updated_by OUT NOCOPY jtf_number_table,

8235: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8236: x_creation_date OUT NOCOPY jtf_date_table,
8237: x_created_by OUT NOCOPY jtf_number_table,
8238: x_last_update_date OUT NOCOPY jtf_date_table,
8239: x_last_updated_by OUT NOCOPY jtf_number_table,
8240: x_last_update_login OUT NOCOPY jtf_number_table,
8241: x_request_id OUT NOCOPY jtf_number_table,
8242: x_program_application_id OUT NOCOPY jtf_number_table,
8243: x_program_id OUT NOCOPY jtf_number_table,

Line 8240: x_last_update_login OUT NOCOPY jtf_number_table,

8236: x_creation_date OUT NOCOPY jtf_date_table,
8237: x_created_by OUT NOCOPY jtf_number_table,
8238: x_last_update_date OUT NOCOPY jtf_date_table,
8239: x_last_updated_by OUT NOCOPY jtf_number_table,
8240: x_last_update_login OUT NOCOPY jtf_number_table,
8241: x_request_id OUT NOCOPY jtf_number_table,
8242: x_program_application_id OUT NOCOPY jtf_number_table,
8243: x_program_id OUT NOCOPY jtf_number_table,
8244: x_program_update_date OUT NOCOPY jtf_date_table,

Line 8241: x_request_id OUT NOCOPY jtf_number_table,

8237: x_created_by OUT NOCOPY jtf_number_table,
8238: x_last_update_date OUT NOCOPY jtf_date_table,
8239: x_last_updated_by OUT NOCOPY jtf_number_table,
8240: x_last_update_login OUT NOCOPY jtf_number_table,
8241: x_request_id OUT NOCOPY jtf_number_table,
8242: x_program_application_id OUT NOCOPY jtf_number_table,
8243: x_program_id OUT NOCOPY jtf_number_table,
8244: x_program_update_date OUT NOCOPY jtf_date_table,
8245: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,

Line 8242: x_program_application_id OUT NOCOPY jtf_number_table,

8238: x_last_update_date OUT NOCOPY jtf_date_table,
8239: x_last_updated_by OUT NOCOPY jtf_number_table,
8240: x_last_update_login OUT NOCOPY jtf_number_table,
8241: x_request_id OUT NOCOPY jtf_number_table,
8242: x_program_application_id OUT NOCOPY jtf_number_table,
8243: x_program_id OUT NOCOPY jtf_number_table,
8244: x_program_update_date OUT NOCOPY jtf_date_table,
8245: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,
8246: x_tax_code OUT NOCOPY jtf_varchar2_table_100,

Line 8243: x_program_id OUT NOCOPY jtf_number_table,

8239: x_last_updated_by OUT NOCOPY jtf_number_table,
8240: x_last_update_login OUT NOCOPY jtf_number_table,
8241: x_request_id OUT NOCOPY jtf_number_table,
8242: x_program_application_id OUT NOCOPY jtf_number_table,
8243: x_program_id OUT NOCOPY jtf_number_table,
8244: x_program_update_date OUT NOCOPY jtf_date_table,
8245: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,
8246: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
8247: x_tax_rate OUT NOCOPY jtf_number_table,

Line 8247: x_tax_rate OUT NOCOPY jtf_number_table,

8243: x_program_id OUT NOCOPY jtf_number_table,
8244: x_program_update_date OUT NOCOPY jtf_date_table,
8245: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,
8246: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
8247: x_tax_rate OUT NOCOPY jtf_number_table,
8248: x_tax_date OUT NOCOPY jtf_date_table,
8249: x_tax_amount OUT NOCOPY jtf_number_table,
8250: x_tax_exempt_flag OUT NOCOPY jtf_varchar2_table_100,
8251: x_tax_exempt_number OUT NOCOPY jtf_varchar2_table_100,

Line 8249: x_tax_amount OUT NOCOPY jtf_number_table,

8245: x_orig_tax_code OUT NOCOPY jtf_varchar2_table_300,
8246: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
8247: x_tax_rate OUT NOCOPY jtf_number_table,
8248: x_tax_date OUT NOCOPY jtf_date_table,
8249: x_tax_amount OUT NOCOPY jtf_number_table,
8250: x_tax_exempt_flag OUT NOCOPY jtf_varchar2_table_100,
8251: x_tax_exempt_number OUT NOCOPY jtf_varchar2_table_100,
8252: x_tax_exempt_reason_code OUT NOCOPY jtf_varchar2_table_100,
8253: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,

Line 8274: x_tax_detail_id := jtf_number_table();

8270: )
8271: AS
8272: ddindx binary_integer; indx binary_integer;
8273: BEGIN
8274: x_tax_detail_id := jtf_number_table();
8275:
8276: /*-- The following output parameters are ignored
8277: x_operation_code := jtf_varchar2_table_100();
8278: x_qte_line_index := jtf_number_table();

Line 8278: x_qte_line_index := jtf_number_table();

8274: x_tax_detail_id := jtf_number_table();
8275:
8276: /*-- The following output parameters are ignored
8277: x_operation_code := jtf_varchar2_table_100();
8278: x_qte_line_index := jtf_number_table();
8279: x_shipment_index := jtf_number_table();
8280: x_quote_header_id := jtf_number_table();
8281: x_quote_line_id := jtf_number_table();
8282: x_quote_shipment_id := jtf_number_table();

Line 8279: x_shipment_index := jtf_number_table();

8275:
8276: /*-- The following output parameters are ignored
8277: x_operation_code := jtf_varchar2_table_100();
8278: x_qte_line_index := jtf_number_table();
8279: x_shipment_index := jtf_number_table();
8280: x_quote_header_id := jtf_number_table();
8281: x_quote_line_id := jtf_number_table();
8282: x_quote_shipment_id := jtf_number_table();
8283: x_creation_date := jtf_date_table();

Line 8280: x_quote_header_id := jtf_number_table();

8276: /*-- The following output parameters are ignored
8277: x_operation_code := jtf_varchar2_table_100();
8278: x_qte_line_index := jtf_number_table();
8279: x_shipment_index := jtf_number_table();
8280: x_quote_header_id := jtf_number_table();
8281: x_quote_line_id := jtf_number_table();
8282: x_quote_shipment_id := jtf_number_table();
8283: x_creation_date := jtf_date_table();
8284: x_created_by := jtf_number_table();

Line 8281: x_quote_line_id := jtf_number_table();

8277: x_operation_code := jtf_varchar2_table_100();
8278: x_qte_line_index := jtf_number_table();
8279: x_shipment_index := jtf_number_table();
8280: x_quote_header_id := jtf_number_table();
8281: x_quote_line_id := jtf_number_table();
8282: x_quote_shipment_id := jtf_number_table();
8283: x_creation_date := jtf_date_table();
8284: x_created_by := jtf_number_table();
8285: x_last_update_date := jtf_date_table();

Line 8282: x_quote_shipment_id := jtf_number_table();

8278: x_qte_line_index := jtf_number_table();
8279: x_shipment_index := jtf_number_table();
8280: x_quote_header_id := jtf_number_table();
8281: x_quote_line_id := jtf_number_table();
8282: x_quote_shipment_id := jtf_number_table();
8283: x_creation_date := jtf_date_table();
8284: x_created_by := jtf_number_table();
8285: x_last_update_date := jtf_date_table();
8286: x_last_updated_by := jtf_number_table();

Line 8284: x_created_by := jtf_number_table();

8280: x_quote_header_id := jtf_number_table();
8281: x_quote_line_id := jtf_number_table();
8282: x_quote_shipment_id := jtf_number_table();
8283: x_creation_date := jtf_date_table();
8284: x_created_by := jtf_number_table();
8285: x_last_update_date := jtf_date_table();
8286: x_last_updated_by := jtf_number_table();
8287: x_last_update_login := jtf_number_table();
8288: x_request_id := jtf_number_table();

Line 8286: x_last_updated_by := jtf_number_table();

8282: x_quote_shipment_id := jtf_number_table();
8283: x_creation_date := jtf_date_table();
8284: x_created_by := jtf_number_table();
8285: x_last_update_date := jtf_date_table();
8286: x_last_updated_by := jtf_number_table();
8287: x_last_update_login := jtf_number_table();
8288: x_request_id := jtf_number_table();
8289: x_program_application_id := jtf_number_table();
8290: x_program_id := jtf_number_table();

Line 8287: x_last_update_login := jtf_number_table();

8283: x_creation_date := jtf_date_table();
8284: x_created_by := jtf_number_table();
8285: x_last_update_date := jtf_date_table();
8286: x_last_updated_by := jtf_number_table();
8287: x_last_update_login := jtf_number_table();
8288: x_request_id := jtf_number_table();
8289: x_program_application_id := jtf_number_table();
8290: x_program_id := jtf_number_table();
8291: x_program_update_date := jtf_date_table();

Line 8288: x_request_id := jtf_number_table();

8284: x_created_by := jtf_number_table();
8285: x_last_update_date := jtf_date_table();
8286: x_last_updated_by := jtf_number_table();
8287: x_last_update_login := jtf_number_table();
8288: x_request_id := jtf_number_table();
8289: x_program_application_id := jtf_number_table();
8290: x_program_id := jtf_number_table();
8291: x_program_update_date := jtf_date_table();
8292: x_orig_tax_code := jtf_varchar2_table_300();

Line 8289: x_program_application_id := jtf_number_table();

8285: x_last_update_date := jtf_date_table();
8286: x_last_updated_by := jtf_number_table();
8287: x_last_update_login := jtf_number_table();
8288: x_request_id := jtf_number_table();
8289: x_program_application_id := jtf_number_table();
8290: x_program_id := jtf_number_table();
8291: x_program_update_date := jtf_date_table();
8292: x_orig_tax_code := jtf_varchar2_table_300();
8293: x_tax_code := jtf_varchar2_table_100();

Line 8290: x_program_id := jtf_number_table();

8286: x_last_updated_by := jtf_number_table();
8287: x_last_update_login := jtf_number_table();
8288: x_request_id := jtf_number_table();
8289: x_program_application_id := jtf_number_table();
8290: x_program_id := jtf_number_table();
8291: x_program_update_date := jtf_date_table();
8292: x_orig_tax_code := jtf_varchar2_table_300();
8293: x_tax_code := jtf_varchar2_table_100();
8294: x_tax_rate := jtf_number_table();

Line 8294: x_tax_rate := jtf_number_table();

8290: x_program_id := jtf_number_table();
8291: x_program_update_date := jtf_date_table();
8292: x_orig_tax_code := jtf_varchar2_table_300();
8293: x_tax_code := jtf_varchar2_table_100();
8294: x_tax_rate := jtf_number_table();
8295: x_tax_date := jtf_date_table();
8296: x_tax_amount := jtf_number_table();
8297: x_tax_exempt_flag := jtf_varchar2_table_100();
8298: x_tax_exempt_number := jtf_varchar2_table_100();

Line 8296: x_tax_amount := jtf_number_table();

8292: x_orig_tax_code := jtf_varchar2_table_300();
8293: x_tax_code := jtf_varchar2_table_100();
8294: x_tax_rate := jtf_number_table();
8295: x_tax_date := jtf_date_table();
8296: x_tax_amount := jtf_number_table();
8297: x_tax_exempt_flag := jtf_varchar2_table_100();
8298: x_tax_exempt_number := jtf_varchar2_table_100();
8299: x_tax_exempt_reason_code := jtf_varchar2_table_100();
8300: x_attribute_category := jtf_varchar2_table_100();

Line 8423: x_price_adjustment_id OUT NOCOPY jtf_number_table

8419:
8420: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso price adjustment table
8421: PROCEDURE Set_Price_Adj_Tbl_Out(
8422: p_qte_price_adj_tbl IN ASO_Quote_Pub.Price_Adj_Tbl_Type,
8423: x_price_adjustment_id OUT NOCOPY jtf_number_table
8424:
8425: /*-- The following output parameters are ignored
8426: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8427: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 8427: x_qte_line_index OUT NOCOPY jtf_number_table,

8423: x_price_adjustment_id OUT NOCOPY jtf_number_table
8424:
8425: /*-- The following output parameters are ignored
8426: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8427: x_qte_line_index OUT NOCOPY jtf_number_table,
8428: x_shipment_index OUT NOCOPY jtf_number_table,
8429: x_creation_date OUT NOCOPY jtf_date_table,
8430: x_created_by OUT NOCOPY jtf_number_table,
8431: x_last_update_date OUT NOCOPY jtf_date_table,

Line 8428: x_shipment_index OUT NOCOPY jtf_number_table,

8424:
8425: /*-- The following output parameters are ignored
8426: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8427: x_qte_line_index OUT NOCOPY jtf_number_table,
8428: x_shipment_index OUT NOCOPY jtf_number_table,
8429: x_creation_date OUT NOCOPY jtf_date_table,
8430: x_created_by OUT NOCOPY jtf_number_table,
8431: x_last_update_date OUT NOCOPY jtf_date_table,
8432: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 8430: x_created_by OUT NOCOPY jtf_number_table,

8426: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8427: x_qte_line_index OUT NOCOPY jtf_number_table,
8428: x_shipment_index OUT NOCOPY jtf_number_table,
8429: x_creation_date OUT NOCOPY jtf_date_table,
8430: x_created_by OUT NOCOPY jtf_number_table,
8431: x_last_update_date OUT NOCOPY jtf_date_table,
8432: x_last_updated_by OUT NOCOPY jtf_number_table,
8433: x_last_update_login OUT NOCOPY jtf_number_table,
8434: x_program_application_id OUT NOCOPY jtf_number_table,

Line 8432: x_last_updated_by OUT NOCOPY jtf_number_table,

8428: x_shipment_index OUT NOCOPY jtf_number_table,
8429: x_creation_date OUT NOCOPY jtf_date_table,
8430: x_created_by OUT NOCOPY jtf_number_table,
8431: x_last_update_date OUT NOCOPY jtf_date_table,
8432: x_last_updated_by OUT NOCOPY jtf_number_table,
8433: x_last_update_login OUT NOCOPY jtf_number_table,
8434: x_program_application_id OUT NOCOPY jtf_number_table,
8435: x_program_id OUT NOCOPY jtf_number_table,
8436: x_program_update_date OUT NOCOPY jtf_date_table,

Line 8433: x_last_update_login OUT NOCOPY jtf_number_table,

8429: x_creation_date OUT NOCOPY jtf_date_table,
8430: x_created_by OUT NOCOPY jtf_number_table,
8431: x_last_update_date OUT NOCOPY jtf_date_table,
8432: x_last_updated_by OUT NOCOPY jtf_number_table,
8433: x_last_update_login OUT NOCOPY jtf_number_table,
8434: x_program_application_id OUT NOCOPY jtf_number_table,
8435: x_program_id OUT NOCOPY jtf_number_table,
8436: x_program_update_date OUT NOCOPY jtf_date_table,
8437: x_request_id OUT NOCOPY jtf_number_table,

Line 8434: x_program_application_id OUT NOCOPY jtf_number_table,

8430: x_created_by OUT NOCOPY jtf_number_table,
8431: x_last_update_date OUT NOCOPY jtf_date_table,
8432: x_last_updated_by OUT NOCOPY jtf_number_table,
8433: x_last_update_login OUT NOCOPY jtf_number_table,
8434: x_program_application_id OUT NOCOPY jtf_number_table,
8435: x_program_id OUT NOCOPY jtf_number_table,
8436: x_program_update_date OUT NOCOPY jtf_date_table,
8437: x_request_id OUT NOCOPY jtf_number_table,
8438: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 8435: x_program_id OUT NOCOPY jtf_number_table,

8431: x_last_update_date OUT NOCOPY jtf_date_table,
8432: x_last_updated_by OUT NOCOPY jtf_number_table,
8433: x_last_update_login OUT NOCOPY jtf_number_table,
8434: x_program_application_id OUT NOCOPY jtf_number_table,
8435: x_program_id OUT NOCOPY jtf_number_table,
8436: x_program_update_date OUT NOCOPY jtf_date_table,
8437: x_request_id OUT NOCOPY jtf_number_table,
8438: x_quote_header_id OUT NOCOPY jtf_number_table,
8439: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 8437: x_request_id OUT NOCOPY jtf_number_table,

8433: x_last_update_login OUT NOCOPY jtf_number_table,
8434: x_program_application_id OUT NOCOPY jtf_number_table,
8435: x_program_id OUT NOCOPY jtf_number_table,
8436: x_program_update_date OUT NOCOPY jtf_date_table,
8437: x_request_id OUT NOCOPY jtf_number_table,
8438: x_quote_header_id OUT NOCOPY jtf_number_table,
8439: x_quote_line_id OUT NOCOPY jtf_number_table,
8440: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8441: x_modifier_header_id OUT NOCOPY jtf_number_table,

Line 8438: x_quote_header_id OUT NOCOPY jtf_number_table,

8434: x_program_application_id OUT NOCOPY jtf_number_table,
8435: x_program_id OUT NOCOPY jtf_number_table,
8436: x_program_update_date OUT NOCOPY jtf_date_table,
8437: x_request_id OUT NOCOPY jtf_number_table,
8438: x_quote_header_id OUT NOCOPY jtf_number_table,
8439: x_quote_line_id OUT NOCOPY jtf_number_table,
8440: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8441: x_modifier_header_id OUT NOCOPY jtf_number_table,
8442: x_modifier_line_id OUT NOCOPY jtf_number_table,

Line 8439: x_quote_line_id OUT NOCOPY jtf_number_table,

8435: x_program_id OUT NOCOPY jtf_number_table,
8436: x_program_update_date OUT NOCOPY jtf_date_table,
8437: x_request_id OUT NOCOPY jtf_number_table,
8438: x_quote_header_id OUT NOCOPY jtf_number_table,
8439: x_quote_line_id OUT NOCOPY jtf_number_table,
8440: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8441: x_modifier_header_id OUT NOCOPY jtf_number_table,
8442: x_modifier_line_id OUT NOCOPY jtf_number_table,
8443: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 8440: x_quote_shipment_id OUT NOCOPY jtf_number_table,

8436: x_program_update_date OUT NOCOPY jtf_date_table,
8437: x_request_id OUT NOCOPY jtf_number_table,
8438: x_quote_header_id OUT NOCOPY jtf_number_table,
8439: x_quote_line_id OUT NOCOPY jtf_number_table,
8440: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8441: x_modifier_header_id OUT NOCOPY jtf_number_table,
8442: x_modifier_line_id OUT NOCOPY jtf_number_table,
8443: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
8444: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 8441: x_modifier_header_id OUT NOCOPY jtf_number_table,

8437: x_request_id OUT NOCOPY jtf_number_table,
8438: x_quote_header_id OUT NOCOPY jtf_number_table,
8439: x_quote_line_id OUT NOCOPY jtf_number_table,
8440: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8441: x_modifier_header_id OUT NOCOPY jtf_number_table,
8442: x_modifier_line_id OUT NOCOPY jtf_number_table,
8443: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
8444: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
8445: x_modified_from OUT NOCOPY jtf_number_table,

Line 8442: x_modifier_line_id OUT NOCOPY jtf_number_table,

8438: x_quote_header_id OUT NOCOPY jtf_number_table,
8439: x_quote_line_id OUT NOCOPY jtf_number_table,
8440: x_quote_shipment_id OUT NOCOPY jtf_number_table,
8441: x_modifier_header_id OUT NOCOPY jtf_number_table,
8442: x_modifier_line_id OUT NOCOPY jtf_number_table,
8443: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
8444: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
8445: x_modified_from OUT NOCOPY jtf_number_table,
8446: x_modified_to OUT NOCOPY jtf_number_table,

Line 8445: x_modified_from OUT NOCOPY jtf_number_table,

8441: x_modifier_header_id OUT NOCOPY jtf_number_table,
8442: x_modifier_line_id OUT NOCOPY jtf_number_table,
8443: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
8444: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
8445: x_modified_from OUT NOCOPY jtf_number_table,
8446: x_modified_to OUT NOCOPY jtf_number_table,
8447: x_operand OUT NOCOPY jtf_number_table,
8448: x_arithmetic_operator OUT NOCOPY jtf_varchar2_table_100,
8449: x_automatic_flag OUT NOCOPY jtf_varchar2_table_100,

Line 8446: x_modified_to OUT NOCOPY jtf_number_table,

8442: x_modifier_line_id OUT NOCOPY jtf_number_table,
8443: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
8444: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
8445: x_modified_from OUT NOCOPY jtf_number_table,
8446: x_modified_to OUT NOCOPY jtf_number_table,
8447: x_operand OUT NOCOPY jtf_number_table,
8448: x_arithmetic_operator OUT NOCOPY jtf_varchar2_table_100,
8449: x_automatic_flag OUT NOCOPY jtf_varchar2_table_100,
8450: x_update_allowable_flag OUT NOCOPY jtf_varchar2_table_100,

Line 8447: x_operand OUT NOCOPY jtf_number_table,

8443: x_modifier_line_type_code OUT NOCOPY jtf_varchar2_table_100,
8444: x_modifier_mechanism_type_code OUT NOCOPY jtf_varchar2_table_100,
8445: x_modified_from OUT NOCOPY jtf_number_table,
8446: x_modified_to OUT NOCOPY jtf_number_table,
8447: x_operand OUT NOCOPY jtf_number_table,
8448: x_arithmetic_operator OUT NOCOPY jtf_varchar2_table_100,
8449: x_automatic_flag OUT NOCOPY jtf_varchar2_table_100,
8450: x_update_allowable_flag OUT NOCOPY jtf_varchar2_table_100,
8451: x_updated_flag OUT NOCOPY jtf_varchar2_table_100,

Line 8454: x_pricing_phase_id OUT NOCOPY jtf_number_table,

8450: x_update_allowable_flag OUT NOCOPY jtf_varchar2_table_100,
8451: x_updated_flag OUT NOCOPY jtf_varchar2_table_100,
8452: x_applied_flag OUT NOCOPY jtf_varchar2_table_100,
8453: x_on_invoice_flag OUT NOCOPY jtf_varchar2_table_100,
8454: x_pricing_phase_id OUT NOCOPY jtf_number_table,
8455: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
8456: x_attribute1 OUT NOCOPY jtf_varchar2_table_200,
8457: x_attribute2 OUT NOCOPY jtf_varchar2_table_200,
8458: x_attribute3 OUT NOCOPY jtf_varchar2_table_200,

Line 8476: x_cost_id OUT NOCOPY jtf_number_table,

8472: x_change_sequence OUT NOCOPY jtf_varchar2_table_100,
8473: x_update_allowed OUT NOCOPY jtf_varchar2_table_100,
8474: x_change_reason_code OUT NOCOPY jtf_varchar2_table_100,
8475: x_change_reason_text OUT NOCOPY jtf_varchar2_table_2000,
8476: x_cost_id OUT NOCOPY jtf_number_table,
8477: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
8478: x_tax_exempt_flag OUT NOCOPY jtf_varchar2_table_100,
8479: x_tax_exempt_number OUT NOCOPY jtf_varchar2_table_100,
8480: x_tax_exempt_reason_code OUT NOCOPY jtf_varchar2_table_100,

Line 8481: x_parent_adjustment_id OUT NOCOPY jtf_number_table,

8477: x_tax_code OUT NOCOPY jtf_varchar2_table_100,
8478: x_tax_exempt_flag OUT NOCOPY jtf_varchar2_table_100,
8479: x_tax_exempt_number OUT NOCOPY jtf_varchar2_table_100,
8480: x_tax_exempt_reason_code OUT NOCOPY jtf_varchar2_table_100,
8481: x_parent_adjustment_id OUT NOCOPY jtf_number_table,
8482: x_invoiced_flag OUT NOCOPY jtf_varchar2_table_100,
8483: x_estimated_flag OUT NOCOPY jtf_varchar2_table_100,
8484: x_inc_in_sales_performance OUT NOCOPY jtf_varchar2_table_100,
8485: x_split_action_code OUT NOCOPY jtf_varchar2_table_100,

Line 8486: x_adjusted_amount OUT NOCOPY jtf_number_table,

8482: x_invoiced_flag OUT NOCOPY jtf_varchar2_table_100,
8483: x_estimated_flag OUT NOCOPY jtf_varchar2_table_100,
8484: x_inc_in_sales_performance OUT NOCOPY jtf_varchar2_table_100,
8485: x_split_action_code OUT NOCOPY jtf_varchar2_table_100,
8486: x_adjusted_amount OUT NOCOPY jtf_number_table,
8487: x_charge_type_code OUT NOCOPY jtf_varchar2_table_100,
8488: x_charge_subtype_code OUT NOCOPY jtf_varchar2_table_100,
8489: x_range_break_quantity OUT NOCOPY jtf_number_table,
8490: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,

Line 8489: x_range_break_quantity OUT NOCOPY jtf_number_table,

8485: x_split_action_code OUT NOCOPY jtf_varchar2_table_100,
8486: x_adjusted_amount OUT NOCOPY jtf_number_table,
8487: x_charge_type_code OUT NOCOPY jtf_varchar2_table_100,
8488: x_charge_subtype_code OUT NOCOPY jtf_varchar2_table_100,
8489: x_range_break_quantity OUT NOCOPY jtf_number_table,
8490: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,
8491: x_pricing_group_sequence OUT NOCOPY jtf_number_table,
8492: x_accrual_flag OUT NOCOPY jtf_varchar2_table_100,
8493: x_list_line_no OUT NOCOPY jtf_varchar2_table_300,

Line 8490: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,

8486: x_adjusted_amount OUT NOCOPY jtf_number_table,
8487: x_charge_type_code OUT NOCOPY jtf_varchar2_table_100,
8488: x_charge_subtype_code OUT NOCOPY jtf_varchar2_table_100,
8489: x_range_break_quantity OUT NOCOPY jtf_number_table,
8490: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,
8491: x_pricing_group_sequence OUT NOCOPY jtf_number_table,
8492: x_accrual_flag OUT NOCOPY jtf_varchar2_table_100,
8493: x_list_line_no OUT NOCOPY jtf_varchar2_table_300,
8494: x_source_system_code OUT NOCOPY jtf_varchar2_table_100,

Line 8491: x_pricing_group_sequence OUT NOCOPY jtf_number_table,

8487: x_charge_type_code OUT NOCOPY jtf_varchar2_table_100,
8488: x_charge_subtype_code OUT NOCOPY jtf_varchar2_table_100,
8489: x_range_break_quantity OUT NOCOPY jtf_number_table,
8490: x_accrual_conversion_rate OUT NOCOPY jtf_number_table,
8491: x_pricing_group_sequence OUT NOCOPY jtf_number_table,
8492: x_accrual_flag OUT NOCOPY jtf_varchar2_table_100,
8493: x_list_line_no OUT NOCOPY jtf_varchar2_table_300,
8494: x_source_system_code OUT NOCOPY jtf_varchar2_table_100,
8495: x_benefit_qty OUT NOCOPY jtf_number_table,

Line 8495: x_benefit_qty OUT NOCOPY jtf_number_table,

8491: x_pricing_group_sequence OUT NOCOPY jtf_number_table,
8492: x_accrual_flag OUT NOCOPY jtf_varchar2_table_100,
8493: x_list_line_no OUT NOCOPY jtf_varchar2_table_300,
8494: x_source_system_code OUT NOCOPY jtf_varchar2_table_100,
8495: x_benefit_qty OUT NOCOPY jtf_number_table,
8496: x_benefit_uom_code OUT NOCOPY jtf_varchar2_table_100,
8497: x_print_on_invoice_flag OUT NOCOPY jtf_varchar2_table_100,
8498: x_expiration_date OUT NOCOPY jtf_date_table,
8499: x_rebate_transaction_type_code OUT NOCOPY jtf_varchar2_table_100,

Line 8515: x_price_adjustment_id := jtf_number_table();

8511: )
8512: AS
8513: ddindx binary_integer; indx binary_integer;
8514: BEGIN
8515: x_price_adjustment_id := jtf_number_table();
8516:
8517: /*-- The following output parameters are ignored
8518: x_operation_code := jtf_varchar2_table_100();
8519: x_qte_line_index := jtf_number_table();

Line 8519: x_qte_line_index := jtf_number_table();

8515: x_price_adjustment_id := jtf_number_table();
8516:
8517: /*-- The following output parameters are ignored
8518: x_operation_code := jtf_varchar2_table_100();
8519: x_qte_line_index := jtf_number_table();
8520: x_shipment_index := jtf_number_table();
8521: x_creation_date := jtf_date_table();
8522: x_created_by := jtf_number_table();
8523: x_last_update_date := jtf_date_table();

Line 8520: x_shipment_index := jtf_number_table();

8516:
8517: /*-- The following output parameters are ignored
8518: x_operation_code := jtf_varchar2_table_100();
8519: x_qte_line_index := jtf_number_table();
8520: x_shipment_index := jtf_number_table();
8521: x_creation_date := jtf_date_table();
8522: x_created_by := jtf_number_table();
8523: x_last_update_date := jtf_date_table();
8524: x_last_updated_by := jtf_number_table();

Line 8522: x_created_by := jtf_number_table();

8518: x_operation_code := jtf_varchar2_table_100();
8519: x_qte_line_index := jtf_number_table();
8520: x_shipment_index := jtf_number_table();
8521: x_creation_date := jtf_date_table();
8522: x_created_by := jtf_number_table();
8523: x_last_update_date := jtf_date_table();
8524: x_last_updated_by := jtf_number_table();
8525: x_last_update_login := jtf_number_table();
8526: x_program_application_id := jtf_number_table();

Line 8524: x_last_updated_by := jtf_number_table();

8520: x_shipment_index := jtf_number_table();
8521: x_creation_date := jtf_date_table();
8522: x_created_by := jtf_number_table();
8523: x_last_update_date := jtf_date_table();
8524: x_last_updated_by := jtf_number_table();
8525: x_last_update_login := jtf_number_table();
8526: x_program_application_id := jtf_number_table();
8527: x_program_id := jtf_number_table();
8528: x_program_update_date := jtf_date_table();

Line 8525: x_last_update_login := jtf_number_table();

8521: x_creation_date := jtf_date_table();
8522: x_created_by := jtf_number_table();
8523: x_last_update_date := jtf_date_table();
8524: x_last_updated_by := jtf_number_table();
8525: x_last_update_login := jtf_number_table();
8526: x_program_application_id := jtf_number_table();
8527: x_program_id := jtf_number_table();
8528: x_program_update_date := jtf_date_table();
8529: x_request_id := jtf_number_table();

Line 8526: x_program_application_id := jtf_number_table();

8522: x_created_by := jtf_number_table();
8523: x_last_update_date := jtf_date_table();
8524: x_last_updated_by := jtf_number_table();
8525: x_last_update_login := jtf_number_table();
8526: x_program_application_id := jtf_number_table();
8527: x_program_id := jtf_number_table();
8528: x_program_update_date := jtf_date_table();
8529: x_request_id := jtf_number_table();
8530: x_quote_header_id := jtf_number_table();

Line 8527: x_program_id := jtf_number_table();

8523: x_last_update_date := jtf_date_table();
8524: x_last_updated_by := jtf_number_table();
8525: x_last_update_login := jtf_number_table();
8526: x_program_application_id := jtf_number_table();
8527: x_program_id := jtf_number_table();
8528: x_program_update_date := jtf_date_table();
8529: x_request_id := jtf_number_table();
8530: x_quote_header_id := jtf_number_table();
8531: x_quote_line_id := jtf_number_table();

Line 8529: x_request_id := jtf_number_table();

8525: x_last_update_login := jtf_number_table();
8526: x_program_application_id := jtf_number_table();
8527: x_program_id := jtf_number_table();
8528: x_program_update_date := jtf_date_table();
8529: x_request_id := jtf_number_table();
8530: x_quote_header_id := jtf_number_table();
8531: x_quote_line_id := jtf_number_table();
8532: x_quote_shipment_id := jtf_number_table();
8533: x_modifier_header_id := jtf_number_table();

Line 8530: x_quote_header_id := jtf_number_table();

8526: x_program_application_id := jtf_number_table();
8527: x_program_id := jtf_number_table();
8528: x_program_update_date := jtf_date_table();
8529: x_request_id := jtf_number_table();
8530: x_quote_header_id := jtf_number_table();
8531: x_quote_line_id := jtf_number_table();
8532: x_quote_shipment_id := jtf_number_table();
8533: x_modifier_header_id := jtf_number_table();
8534: x_modifier_line_id := jtf_number_table();

Line 8531: x_quote_line_id := jtf_number_table();

8527: x_program_id := jtf_number_table();
8528: x_program_update_date := jtf_date_table();
8529: x_request_id := jtf_number_table();
8530: x_quote_header_id := jtf_number_table();
8531: x_quote_line_id := jtf_number_table();
8532: x_quote_shipment_id := jtf_number_table();
8533: x_modifier_header_id := jtf_number_table();
8534: x_modifier_line_id := jtf_number_table();
8535: x_modifier_line_type_code := jtf_varchar2_table_100();

Line 8532: x_quote_shipment_id := jtf_number_table();

8528: x_program_update_date := jtf_date_table();
8529: x_request_id := jtf_number_table();
8530: x_quote_header_id := jtf_number_table();
8531: x_quote_line_id := jtf_number_table();
8532: x_quote_shipment_id := jtf_number_table();
8533: x_modifier_header_id := jtf_number_table();
8534: x_modifier_line_id := jtf_number_table();
8535: x_modifier_line_type_code := jtf_varchar2_table_100();
8536: x_modifier_mechanism_type_code := jtf_varchar2_table_100();

Line 8533: x_modifier_header_id := jtf_number_table();

8529: x_request_id := jtf_number_table();
8530: x_quote_header_id := jtf_number_table();
8531: x_quote_line_id := jtf_number_table();
8532: x_quote_shipment_id := jtf_number_table();
8533: x_modifier_header_id := jtf_number_table();
8534: x_modifier_line_id := jtf_number_table();
8535: x_modifier_line_type_code := jtf_varchar2_table_100();
8536: x_modifier_mechanism_type_code := jtf_varchar2_table_100();
8537: x_modified_from := jtf_number_table();

Line 8534: x_modifier_line_id := jtf_number_table();

8530: x_quote_header_id := jtf_number_table();
8531: x_quote_line_id := jtf_number_table();
8532: x_quote_shipment_id := jtf_number_table();
8533: x_modifier_header_id := jtf_number_table();
8534: x_modifier_line_id := jtf_number_table();
8535: x_modifier_line_type_code := jtf_varchar2_table_100();
8536: x_modifier_mechanism_type_code := jtf_varchar2_table_100();
8537: x_modified_from := jtf_number_table();
8538: x_modified_to := jtf_number_table();

Line 8537: x_modified_from := jtf_number_table();

8533: x_modifier_header_id := jtf_number_table();
8534: x_modifier_line_id := jtf_number_table();
8535: x_modifier_line_type_code := jtf_varchar2_table_100();
8536: x_modifier_mechanism_type_code := jtf_varchar2_table_100();
8537: x_modified_from := jtf_number_table();
8538: x_modified_to := jtf_number_table();
8539: x_operand := jtf_number_table();
8540: x_arithmetic_operator := jtf_varchar2_table_100();
8541: x_automatic_flag := jtf_varchar2_table_100();

Line 8538: x_modified_to := jtf_number_table();

8534: x_modifier_line_id := jtf_number_table();
8535: x_modifier_line_type_code := jtf_varchar2_table_100();
8536: x_modifier_mechanism_type_code := jtf_varchar2_table_100();
8537: x_modified_from := jtf_number_table();
8538: x_modified_to := jtf_number_table();
8539: x_operand := jtf_number_table();
8540: x_arithmetic_operator := jtf_varchar2_table_100();
8541: x_automatic_flag := jtf_varchar2_table_100();
8542: x_update_allowable_flag := jtf_varchar2_table_100();

Line 8539: x_operand := jtf_number_table();

8535: x_modifier_line_type_code := jtf_varchar2_table_100();
8536: x_modifier_mechanism_type_code := jtf_varchar2_table_100();
8537: x_modified_from := jtf_number_table();
8538: x_modified_to := jtf_number_table();
8539: x_operand := jtf_number_table();
8540: x_arithmetic_operator := jtf_varchar2_table_100();
8541: x_automatic_flag := jtf_varchar2_table_100();
8542: x_update_allowable_flag := jtf_varchar2_table_100();
8543: x_updated_flag := jtf_varchar2_table_100();

Line 8546: x_pricing_phase_id := jtf_number_table();

8542: x_update_allowable_flag := jtf_varchar2_table_100();
8543: x_updated_flag := jtf_varchar2_table_100();
8544: x_applied_flag := jtf_varchar2_table_100();
8545: x_on_invoice_flag := jtf_varchar2_table_100();
8546: x_pricing_phase_id := jtf_number_table();
8547: x_attribute_category := jtf_varchar2_table_100();
8548: x_attribute1 := jtf_varchar2_table_200();
8549: x_attribute2 := jtf_varchar2_table_200();
8550: x_attribute3 := jtf_varchar2_table_200();

Line 8568: x_cost_id := jtf_number_table();

8564: x_change_sequence := jtf_varchar2_table_100();
8565: x_update_allowed := jtf_varchar2_table_100();
8566: x_change_reason_code := jtf_varchar2_table_100();
8567: x_change_reason_text := jtf_varchar2_table_2000();
8568: x_cost_id := jtf_number_table();
8569: x_tax_code := jtf_varchar2_table_100();
8570: x_tax_exempt_flag := jtf_varchar2_table_100();
8571: x_tax_exempt_number := jtf_varchar2_table_100();
8572: x_tax_exempt_reason_code := jtf_varchar2_table_100();

Line 8573: x_parent_adjustment_id := jtf_number_table();

8569: x_tax_code := jtf_varchar2_table_100();
8570: x_tax_exempt_flag := jtf_varchar2_table_100();
8571: x_tax_exempt_number := jtf_varchar2_table_100();
8572: x_tax_exempt_reason_code := jtf_varchar2_table_100();
8573: x_parent_adjustment_id := jtf_number_table();
8574: x_invoiced_flag := jtf_varchar2_table_100();
8575: x_estimated_flag := jtf_varchar2_table_100();
8576: x_inc_in_sales_performance := jtf_varchar2_table_100();
8577: x_split_action_code := jtf_varchar2_table_100();

Line 8578: x_adjusted_amount := jtf_number_table();

8574: x_invoiced_flag := jtf_varchar2_table_100();
8575: x_estimated_flag := jtf_varchar2_table_100();
8576: x_inc_in_sales_performance := jtf_varchar2_table_100();
8577: x_split_action_code := jtf_varchar2_table_100();
8578: x_adjusted_amount := jtf_number_table();
8579: x_charge_type_code := jtf_varchar2_table_100();
8580: x_charge_subtype_code := jtf_varchar2_table_100();
8581: x_range_break_quantity := jtf_number_table();
8582: x_accrual_conversion_rate := jtf_number_table();

Line 8581: x_range_break_quantity := jtf_number_table();

8577: x_split_action_code := jtf_varchar2_table_100();
8578: x_adjusted_amount := jtf_number_table();
8579: x_charge_type_code := jtf_varchar2_table_100();
8580: x_charge_subtype_code := jtf_varchar2_table_100();
8581: x_range_break_quantity := jtf_number_table();
8582: x_accrual_conversion_rate := jtf_number_table();
8583: x_pricing_group_sequence := jtf_number_table();
8584: x_accrual_flag := jtf_varchar2_table_100();
8585: x_list_line_no := jtf_varchar2_table_300();

Line 8582: x_accrual_conversion_rate := jtf_number_table();

8578: x_adjusted_amount := jtf_number_table();
8579: x_charge_type_code := jtf_varchar2_table_100();
8580: x_charge_subtype_code := jtf_varchar2_table_100();
8581: x_range_break_quantity := jtf_number_table();
8582: x_accrual_conversion_rate := jtf_number_table();
8583: x_pricing_group_sequence := jtf_number_table();
8584: x_accrual_flag := jtf_varchar2_table_100();
8585: x_list_line_no := jtf_varchar2_table_300();
8586: x_source_system_code := jtf_varchar2_table_100();

Line 8583: x_pricing_group_sequence := jtf_number_table();

8579: x_charge_type_code := jtf_varchar2_table_100();
8580: x_charge_subtype_code := jtf_varchar2_table_100();
8581: x_range_break_quantity := jtf_number_table();
8582: x_accrual_conversion_rate := jtf_number_table();
8583: x_pricing_group_sequence := jtf_number_table();
8584: x_accrual_flag := jtf_varchar2_table_100();
8585: x_list_line_no := jtf_varchar2_table_300();
8586: x_source_system_code := jtf_varchar2_table_100();
8587: x_benefit_qty := jtf_number_table();

Line 8587: x_benefit_qty := jtf_number_table();

8583: x_pricing_group_sequence := jtf_number_table();
8584: x_accrual_flag := jtf_varchar2_table_100();
8585: x_list_line_no := jtf_varchar2_table_300();
8586: x_source_system_code := jtf_varchar2_table_100();
8587: x_benefit_qty := jtf_number_table();
8588: x_benefit_uom_code := jtf_varchar2_table_100();
8589: x_print_on_invoice_flag := jtf_varchar2_table_100();
8590: x_expiration_date := jtf_date_table();
8591: x_rebate_transaction_type_code := jtf_varchar2_table_100();

Line 8799: x_price_attribute_id OUT NOCOPY jtf_number_table

8795:
8796: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso price attributes table
8797: PROCEDURE Set_Price_Attributes_Tbl_Out(
8798: p_qte_price_attributes_tbl IN ASO_Quote_Pub.Price_Attributes_Tbl_Type,
8799: x_price_attribute_id OUT NOCOPY jtf_number_table
8800:
8801: /*-- The following output parameters are ignored
8802: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8803: x_qte_line_index OUT NOCOPY jtf_number_table,

Line 8803: x_qte_line_index OUT NOCOPY jtf_number_table,

8799: x_price_attribute_id OUT NOCOPY jtf_number_table
8800:
8801: /*-- The following output parameters are ignored
8802: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8803: x_qte_line_index OUT NOCOPY jtf_number_table,
8804: x_creation_date OUT NOCOPY jtf_date_table,
8805: x_created_by OUT NOCOPY jtf_number_table,
8806: x_last_update_date OUT NOCOPY jtf_date_table,
8807: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 8805: x_created_by OUT NOCOPY jtf_number_table,

8801: /*-- The following output parameters are ignored
8802: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
8803: x_qte_line_index OUT NOCOPY jtf_number_table,
8804: x_creation_date OUT NOCOPY jtf_date_table,
8805: x_created_by OUT NOCOPY jtf_number_table,
8806: x_last_update_date OUT NOCOPY jtf_date_table,
8807: x_last_updated_by OUT NOCOPY jtf_number_table,
8808: x_last_update_login OUT NOCOPY jtf_number_table,
8809: x_request_id OUT NOCOPY jtf_number_table,

Line 8807: x_last_updated_by OUT NOCOPY jtf_number_table,

8803: x_qte_line_index OUT NOCOPY jtf_number_table,
8804: x_creation_date OUT NOCOPY jtf_date_table,
8805: x_created_by OUT NOCOPY jtf_number_table,
8806: x_last_update_date OUT NOCOPY jtf_date_table,
8807: x_last_updated_by OUT NOCOPY jtf_number_table,
8808: x_last_update_login OUT NOCOPY jtf_number_table,
8809: x_request_id OUT NOCOPY jtf_number_table,
8810: x_program_application_id OUT NOCOPY jtf_number_table,
8811: x_program_id OUT NOCOPY jtf_number_table,

Line 8808: x_last_update_login OUT NOCOPY jtf_number_table,

8804: x_creation_date OUT NOCOPY jtf_date_table,
8805: x_created_by OUT NOCOPY jtf_number_table,
8806: x_last_update_date OUT NOCOPY jtf_date_table,
8807: x_last_updated_by OUT NOCOPY jtf_number_table,
8808: x_last_update_login OUT NOCOPY jtf_number_table,
8809: x_request_id OUT NOCOPY jtf_number_table,
8810: x_program_application_id OUT NOCOPY jtf_number_table,
8811: x_program_id OUT NOCOPY jtf_number_table,
8812: x_program_update_date OUT NOCOPY jtf_date_table,

Line 8809: x_request_id OUT NOCOPY jtf_number_table,

8805: x_created_by OUT NOCOPY jtf_number_table,
8806: x_last_update_date OUT NOCOPY jtf_date_table,
8807: x_last_updated_by OUT NOCOPY jtf_number_table,
8808: x_last_update_login OUT NOCOPY jtf_number_table,
8809: x_request_id OUT NOCOPY jtf_number_table,
8810: x_program_application_id OUT NOCOPY jtf_number_table,
8811: x_program_id OUT NOCOPY jtf_number_table,
8812: x_program_update_date OUT NOCOPY jtf_date_table,
8813: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 8810: x_program_application_id OUT NOCOPY jtf_number_table,

8806: x_last_update_date OUT NOCOPY jtf_date_table,
8807: x_last_updated_by OUT NOCOPY jtf_number_table,
8808: x_last_update_login OUT NOCOPY jtf_number_table,
8809: x_request_id OUT NOCOPY jtf_number_table,
8810: x_program_application_id OUT NOCOPY jtf_number_table,
8811: x_program_id OUT NOCOPY jtf_number_table,
8812: x_program_update_date OUT NOCOPY jtf_date_table,
8813: x_quote_header_id OUT NOCOPY jtf_number_table,
8814: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 8811: x_program_id OUT NOCOPY jtf_number_table,

8807: x_last_updated_by OUT NOCOPY jtf_number_table,
8808: x_last_update_login OUT NOCOPY jtf_number_table,
8809: x_request_id OUT NOCOPY jtf_number_table,
8810: x_program_application_id OUT NOCOPY jtf_number_table,
8811: x_program_id OUT NOCOPY jtf_number_table,
8812: x_program_update_date OUT NOCOPY jtf_date_table,
8813: x_quote_header_id OUT NOCOPY jtf_number_table,
8814: x_quote_line_id OUT NOCOPY jtf_number_table,
8815: x_flex_title OUT NOCOPY jtf_varchar2_table_100,

Line 8813: x_quote_header_id OUT NOCOPY jtf_number_table,

8809: x_request_id OUT NOCOPY jtf_number_table,
8810: x_program_application_id OUT NOCOPY jtf_number_table,
8811: x_program_id OUT NOCOPY jtf_number_table,
8812: x_program_update_date OUT NOCOPY jtf_date_table,
8813: x_quote_header_id OUT NOCOPY jtf_number_table,
8814: x_quote_line_id OUT NOCOPY jtf_number_table,
8815: x_flex_title OUT NOCOPY jtf_varchar2_table_100,
8816: x_pricing_context OUT NOCOPY jtf_varchar2_table_100,
8817: x_pricing_attribute1 OUT NOCOPY jtf_varchar2_table_200,

Line 8814: x_quote_line_id OUT NOCOPY jtf_number_table,

8810: x_program_application_id OUT NOCOPY jtf_number_table,
8811: x_program_id OUT NOCOPY jtf_number_table,
8812: x_program_update_date OUT NOCOPY jtf_date_table,
8813: x_quote_header_id OUT NOCOPY jtf_number_table,
8814: x_quote_line_id OUT NOCOPY jtf_number_table,
8815: x_flex_title OUT NOCOPY jtf_varchar2_table_100,
8816: x_pricing_context OUT NOCOPY jtf_varchar2_table_100,
8817: x_pricing_attribute1 OUT NOCOPY jtf_varchar2_table_200,
8818: x_pricing_attribute2 OUT NOCOPY jtf_varchar2_table_200,

Line 8938: x_price_attribute_id := jtf_number_table();

8934: )
8935: AS
8936: ddindx binary_integer; indx binary_integer;
8937: BEGIN
8938: x_price_attribute_id := jtf_number_table();
8939:
8940: /*-- The following output parameters are ignored
8941: x_operation_code := jtf_varchar2_table_100();
8942: x_qte_line_index := jtf_number_table();

Line 8942: x_qte_line_index := jtf_number_table();

8938: x_price_attribute_id := jtf_number_table();
8939:
8940: /*-- The following output parameters are ignored
8941: x_operation_code := jtf_varchar2_table_100();
8942: x_qte_line_index := jtf_number_table();
8943: x_creation_date := jtf_date_table();
8944: x_created_by := jtf_number_table();
8945: x_last_update_date := jtf_date_table();
8946: x_last_updated_by := jtf_number_table();

Line 8944: x_created_by := jtf_number_table();

8940: /*-- The following output parameters are ignored
8941: x_operation_code := jtf_varchar2_table_100();
8942: x_qte_line_index := jtf_number_table();
8943: x_creation_date := jtf_date_table();
8944: x_created_by := jtf_number_table();
8945: x_last_update_date := jtf_date_table();
8946: x_last_updated_by := jtf_number_table();
8947: x_last_update_login := jtf_number_table();
8948: x_request_id := jtf_number_table();

Line 8946: x_last_updated_by := jtf_number_table();

8942: x_qte_line_index := jtf_number_table();
8943: x_creation_date := jtf_date_table();
8944: x_created_by := jtf_number_table();
8945: x_last_update_date := jtf_date_table();
8946: x_last_updated_by := jtf_number_table();
8947: x_last_update_login := jtf_number_table();
8948: x_request_id := jtf_number_table();
8949: x_program_application_id := jtf_number_table();
8950: x_program_id := jtf_number_table();

Line 8947: x_last_update_login := jtf_number_table();

8943: x_creation_date := jtf_date_table();
8944: x_created_by := jtf_number_table();
8945: x_last_update_date := jtf_date_table();
8946: x_last_updated_by := jtf_number_table();
8947: x_last_update_login := jtf_number_table();
8948: x_request_id := jtf_number_table();
8949: x_program_application_id := jtf_number_table();
8950: x_program_id := jtf_number_table();
8951: x_program_update_date := jtf_date_table();

Line 8948: x_request_id := jtf_number_table();

8944: x_created_by := jtf_number_table();
8945: x_last_update_date := jtf_date_table();
8946: x_last_updated_by := jtf_number_table();
8947: x_last_update_login := jtf_number_table();
8948: x_request_id := jtf_number_table();
8949: x_program_application_id := jtf_number_table();
8950: x_program_id := jtf_number_table();
8951: x_program_update_date := jtf_date_table();
8952: x_quote_header_id := jtf_number_table();

Line 8949: x_program_application_id := jtf_number_table();

8945: x_last_update_date := jtf_date_table();
8946: x_last_updated_by := jtf_number_table();
8947: x_last_update_login := jtf_number_table();
8948: x_request_id := jtf_number_table();
8949: x_program_application_id := jtf_number_table();
8950: x_program_id := jtf_number_table();
8951: x_program_update_date := jtf_date_table();
8952: x_quote_header_id := jtf_number_table();
8953: x_quote_line_id := jtf_number_table();

Line 8950: x_program_id := jtf_number_table();

8946: x_last_updated_by := jtf_number_table();
8947: x_last_update_login := jtf_number_table();
8948: x_request_id := jtf_number_table();
8949: x_program_application_id := jtf_number_table();
8950: x_program_id := jtf_number_table();
8951: x_program_update_date := jtf_date_table();
8952: x_quote_header_id := jtf_number_table();
8953: x_quote_line_id := jtf_number_table();
8954: x_flex_title := jtf_varchar2_table_100();

Line 8952: x_quote_header_id := jtf_number_table();

8948: x_request_id := jtf_number_table();
8949: x_program_application_id := jtf_number_table();
8950: x_program_id := jtf_number_table();
8951: x_program_update_date := jtf_date_table();
8952: x_quote_header_id := jtf_number_table();
8953: x_quote_line_id := jtf_number_table();
8954: x_flex_title := jtf_varchar2_table_100();
8955: x_pricing_context := jtf_varchar2_table_100();
8956: x_pricing_attribute1 := jtf_varchar2_table_200();

Line 8953: x_quote_line_id := jtf_number_table();

8949: x_program_application_id := jtf_number_table();
8950: x_program_id := jtf_number_table();
8951: x_program_update_date := jtf_date_table();
8952: x_quote_header_id := jtf_number_table();
8953: x_quote_line_id := jtf_number_table();
8954: x_flex_title := jtf_varchar2_table_100();
8955: x_pricing_context := jtf_varchar2_table_100();
8956: x_pricing_attribute1 := jtf_varchar2_table_200();
8957: x_pricing_attribute2 := jtf_varchar2_table_200();

Line 9363: x_sales_credit_id OUT NOCOPY jtf_number_table

9359:
9360: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso sales credit table
9361: PROCEDURE Set_Sales_Credit_Tbl_Out(
9362: p_qte_sales_credit_tbl IN ASO_Quote_Pub.Sales_Credit_Tbl_Type,
9363: x_sales_credit_id OUT NOCOPY jtf_number_table
9364:
9365: /*-- The following output parameters are ignored
9366: x_qte_line_index OUT NOCOPY jtf_number_table,
9367: x_operation_code OUT NOCOPY jtf_varchar2_table_100,

Line 9366: x_qte_line_index OUT NOCOPY jtf_number_table,

9362: p_qte_sales_credit_tbl IN ASO_Quote_Pub.Sales_Credit_Tbl_Type,
9363: x_sales_credit_id OUT NOCOPY jtf_number_table
9364:
9365: /*-- The following output parameters are ignored
9366: x_qte_line_index OUT NOCOPY jtf_number_table,
9367: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
9368: x_creation_date OUT NOCOPY jtf_date_table,
9369: x_created_by OUT NOCOPY jtf_number_table,
9370: x_last_updated_by OUT NOCOPY jtf_number_table,

Line 9369: x_created_by OUT NOCOPY jtf_number_table,

9365: /*-- The following output parameters are ignored
9366: x_qte_line_index OUT NOCOPY jtf_number_table,
9367: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
9368: x_creation_date OUT NOCOPY jtf_date_table,
9369: x_created_by OUT NOCOPY jtf_number_table,
9370: x_last_updated_by OUT NOCOPY jtf_number_table,
9371: x_last_update_date OUT NOCOPY jtf_date_table,
9372: x_last_update_login OUT NOCOPY jtf_number_table,
9373: x_request_id OUT NOCOPY jtf_number_table,

Line 9370: x_last_updated_by OUT NOCOPY jtf_number_table,

9366: x_qte_line_index OUT NOCOPY jtf_number_table,
9367: x_operation_code OUT NOCOPY jtf_varchar2_table_100,
9368: x_creation_date OUT NOCOPY jtf_date_table,
9369: x_created_by OUT NOCOPY jtf_number_table,
9370: x_last_updated_by OUT NOCOPY jtf_number_table,
9371: x_last_update_date OUT NOCOPY jtf_date_table,
9372: x_last_update_login OUT NOCOPY jtf_number_table,
9373: x_request_id OUT NOCOPY jtf_number_table,
9374: x_program_application_id OUT NOCOPY jtf_number_table,

Line 9372: x_last_update_login OUT NOCOPY jtf_number_table,

9368: x_creation_date OUT NOCOPY jtf_date_table,
9369: x_created_by OUT NOCOPY jtf_number_table,
9370: x_last_updated_by OUT NOCOPY jtf_number_table,
9371: x_last_update_date OUT NOCOPY jtf_date_table,
9372: x_last_update_login OUT NOCOPY jtf_number_table,
9373: x_request_id OUT NOCOPY jtf_number_table,
9374: x_program_application_id OUT NOCOPY jtf_number_table,
9375: x_program_id OUT NOCOPY jtf_number_table,
9376: x_program_update_date OUT NOCOPY jtf_date_table,

Line 9373: x_request_id OUT NOCOPY jtf_number_table,

9369: x_created_by OUT NOCOPY jtf_number_table,
9370: x_last_updated_by OUT NOCOPY jtf_number_table,
9371: x_last_update_date OUT NOCOPY jtf_date_table,
9372: x_last_update_login OUT NOCOPY jtf_number_table,
9373: x_request_id OUT NOCOPY jtf_number_table,
9374: x_program_application_id OUT NOCOPY jtf_number_table,
9375: x_program_id OUT NOCOPY jtf_number_table,
9376: x_program_update_date OUT NOCOPY jtf_date_table,
9377: x_quote_header_id OUT NOCOPY jtf_number_table,

Line 9374: x_program_application_id OUT NOCOPY jtf_number_table,

9370: x_last_updated_by OUT NOCOPY jtf_number_table,
9371: x_last_update_date OUT NOCOPY jtf_date_table,
9372: x_last_update_login OUT NOCOPY jtf_number_table,
9373: x_request_id OUT NOCOPY jtf_number_table,
9374: x_program_application_id OUT NOCOPY jtf_number_table,
9375: x_program_id OUT NOCOPY jtf_number_table,
9376: x_program_update_date OUT NOCOPY jtf_date_table,
9377: x_quote_header_id OUT NOCOPY jtf_number_table,
9378: x_quote_line_id OUT NOCOPY jtf_number_table,

Line 9375: x_program_id OUT NOCOPY jtf_number_table,

9371: x_last_update_date OUT NOCOPY jtf_date_table,
9372: x_last_update_login OUT NOCOPY jtf_number_table,
9373: x_request_id OUT NOCOPY jtf_number_table,
9374: x_program_application_id OUT NOCOPY jtf_number_table,
9375: x_program_id OUT NOCOPY jtf_number_table,
9376: x_program_update_date OUT NOCOPY jtf_date_table,
9377: x_quote_header_id OUT NOCOPY jtf_number_table,
9378: x_quote_line_id OUT NOCOPY jtf_number_table,
9379: x_percent OUT NOCOPY jtf_number_table,

Line 9377: x_quote_header_id OUT NOCOPY jtf_number_table,

9373: x_request_id OUT NOCOPY jtf_number_table,
9374: x_program_application_id OUT NOCOPY jtf_number_table,
9375: x_program_id OUT NOCOPY jtf_number_table,
9376: x_program_update_date OUT NOCOPY jtf_date_table,
9377: x_quote_header_id OUT NOCOPY jtf_number_table,
9378: x_quote_line_id OUT NOCOPY jtf_number_table,
9379: x_percent OUT NOCOPY jtf_number_table,
9380: x_resource_id OUT NOCOPY jtf_number_table,
9381: x_first_name OUT NOCOPY jtf_varchar2_table_300,

Line 9378: x_quote_line_id OUT NOCOPY jtf_number_table,

9374: x_program_application_id OUT NOCOPY jtf_number_table,
9375: x_program_id OUT NOCOPY jtf_number_table,
9376: x_program_update_date OUT NOCOPY jtf_date_table,
9377: x_quote_header_id OUT NOCOPY jtf_number_table,
9378: x_quote_line_id OUT NOCOPY jtf_number_table,
9379: x_percent OUT NOCOPY jtf_number_table,
9380: x_resource_id OUT NOCOPY jtf_number_table,
9381: x_first_name OUT NOCOPY jtf_varchar2_table_300,
9382: x_last_name OUT NOCOPY jtf_varchar2_table_300,

Line 9379: x_percent OUT NOCOPY jtf_number_table,

9375: x_program_id OUT NOCOPY jtf_number_table,
9376: x_program_update_date OUT NOCOPY jtf_date_table,
9377: x_quote_header_id OUT NOCOPY jtf_number_table,
9378: x_quote_line_id OUT NOCOPY jtf_number_table,
9379: x_percent OUT NOCOPY jtf_number_table,
9380: x_resource_id OUT NOCOPY jtf_number_table,
9381: x_first_name OUT NOCOPY jtf_varchar2_table_300,
9382: x_last_name OUT NOCOPY jtf_varchar2_table_300,
9383: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,

Line 9380: x_resource_id OUT NOCOPY jtf_number_table,

9376: x_program_update_date OUT NOCOPY jtf_date_table,
9377: x_quote_header_id OUT NOCOPY jtf_number_table,
9378: x_quote_line_id OUT NOCOPY jtf_number_table,
9379: x_percent OUT NOCOPY jtf_number_table,
9380: x_resource_id OUT NOCOPY jtf_number_table,
9381: x_first_name OUT NOCOPY jtf_varchar2_table_300,
9382: x_last_name OUT NOCOPY jtf_varchar2_table_300,
9383: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,
9384: x_resource_group_id OUT NOCOPY jtf_number_table,

Line 9384: x_resource_group_id OUT NOCOPY jtf_number_table,

9380: x_resource_id OUT NOCOPY jtf_number_table,
9381: x_first_name OUT NOCOPY jtf_varchar2_table_300,
9382: x_last_name OUT NOCOPY jtf_varchar2_table_300,
9383: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,
9384: x_resource_group_id OUT NOCOPY jtf_number_table,
9385: x_employee_person_id OUT NOCOPY jtf_number_table,
9386: x_sales_credit_type_id OUT NOCOPY jtf_number_table,
9387: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
9388: x_attribute1 OUT NOCOPY jtf_varchar2_table_300,

Line 9385: x_employee_person_id OUT NOCOPY jtf_number_table,

9381: x_first_name OUT NOCOPY jtf_varchar2_table_300,
9382: x_last_name OUT NOCOPY jtf_varchar2_table_300,
9383: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,
9384: x_resource_group_id OUT NOCOPY jtf_number_table,
9385: x_employee_person_id OUT NOCOPY jtf_number_table,
9386: x_sales_credit_type_id OUT NOCOPY jtf_number_table,
9387: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
9388: x_attribute1 OUT NOCOPY jtf_varchar2_table_300,
9389: x_attribute2 OUT NOCOPY jtf_varchar2_table_300,

Line 9386: x_sales_credit_type_id OUT NOCOPY jtf_number_table,

9382: x_last_name OUT NOCOPY jtf_varchar2_table_300,
9383: x_sales_credit_type OUT NOCOPY jtf_varchar2_table_300,
9384: x_resource_group_id OUT NOCOPY jtf_number_table,
9385: x_employee_person_id OUT NOCOPY jtf_number_table,
9386: x_sales_credit_type_id OUT NOCOPY jtf_number_table,
9387: x_attribute_category OUT NOCOPY jtf_varchar2_table_100,
9388: x_attribute1 OUT NOCOPY jtf_varchar2_table_300,
9389: x_attribute2 OUT NOCOPY jtf_varchar2_table_300,
9390: x_attribute3 OUT NOCOPY jtf_varchar2_table_300,

Line 9408: x_sales_credit_id := jtf_number_table();

9404: )
9405: AS
9406: ddindx binary_integer; indx binary_integer;
9407: BEGIN
9408: x_sales_credit_id := jtf_number_table();
9409:
9410: /*-- The following output parameters are ignored
9411: x_qte_line_index := jtf_number_table();
9412: x_operation_code := jtf_varchar2_table_100();

Line 9411: x_qte_line_index := jtf_number_table();

9407: BEGIN
9408: x_sales_credit_id := jtf_number_table();
9409:
9410: /*-- The following output parameters are ignored
9411: x_qte_line_index := jtf_number_table();
9412: x_operation_code := jtf_varchar2_table_100();
9413: x_creation_date := jtf_date_table();
9414: x_created_by := jtf_number_table();
9415: x_last_updated_by := jtf_number_table();

Line 9414: x_created_by := jtf_number_table();

9410: /*-- The following output parameters are ignored
9411: x_qte_line_index := jtf_number_table();
9412: x_operation_code := jtf_varchar2_table_100();
9413: x_creation_date := jtf_date_table();
9414: x_created_by := jtf_number_table();
9415: x_last_updated_by := jtf_number_table();
9416: x_last_update_date := jtf_date_table();
9417: x_last_update_login := jtf_number_table();
9418: x_request_id := jtf_number_table();

Line 9415: x_last_updated_by := jtf_number_table();

9411: x_qte_line_index := jtf_number_table();
9412: x_operation_code := jtf_varchar2_table_100();
9413: x_creation_date := jtf_date_table();
9414: x_created_by := jtf_number_table();
9415: x_last_updated_by := jtf_number_table();
9416: x_last_update_date := jtf_date_table();
9417: x_last_update_login := jtf_number_table();
9418: x_request_id := jtf_number_table();
9419: x_program_application_id := jtf_number_table();

Line 9417: x_last_update_login := jtf_number_table();

9413: x_creation_date := jtf_date_table();
9414: x_created_by := jtf_number_table();
9415: x_last_updated_by := jtf_number_table();
9416: x_last_update_date := jtf_date_table();
9417: x_last_update_login := jtf_number_table();
9418: x_request_id := jtf_number_table();
9419: x_program_application_id := jtf_number_table();
9420: x_program_id := jtf_number_table();
9421: x_program_update_date := jtf_date_table();

Line 9418: x_request_id := jtf_number_table();

9414: x_created_by := jtf_number_table();
9415: x_last_updated_by := jtf_number_table();
9416: x_last_update_date := jtf_date_table();
9417: x_last_update_login := jtf_number_table();
9418: x_request_id := jtf_number_table();
9419: x_program_application_id := jtf_number_table();
9420: x_program_id := jtf_number_table();
9421: x_program_update_date := jtf_date_table();
9422: x_quote_header_id := jtf_number_table();

Line 9419: x_program_application_id := jtf_number_table();

9415: x_last_updated_by := jtf_number_table();
9416: x_last_update_date := jtf_date_table();
9417: x_last_update_login := jtf_number_table();
9418: x_request_id := jtf_number_table();
9419: x_program_application_id := jtf_number_table();
9420: x_program_id := jtf_number_table();
9421: x_program_update_date := jtf_date_table();
9422: x_quote_header_id := jtf_number_table();
9423: x_quote_line_id := jtf_number_table();

Line 9420: x_program_id := jtf_number_table();

9416: x_last_update_date := jtf_date_table();
9417: x_last_update_login := jtf_number_table();
9418: x_request_id := jtf_number_table();
9419: x_program_application_id := jtf_number_table();
9420: x_program_id := jtf_number_table();
9421: x_program_update_date := jtf_date_table();
9422: x_quote_header_id := jtf_number_table();
9423: x_quote_line_id := jtf_number_table();
9424: x_percent := jtf_number_table();

Line 9422: x_quote_header_id := jtf_number_table();

9418: x_request_id := jtf_number_table();
9419: x_program_application_id := jtf_number_table();
9420: x_program_id := jtf_number_table();
9421: x_program_update_date := jtf_date_table();
9422: x_quote_header_id := jtf_number_table();
9423: x_quote_line_id := jtf_number_table();
9424: x_percent := jtf_number_table();
9425: x_resource_id := jtf_number_table();
9426: x_first_name := jtf_varchar2_table_300();

Line 9423: x_quote_line_id := jtf_number_table();

9419: x_program_application_id := jtf_number_table();
9420: x_program_id := jtf_number_table();
9421: x_program_update_date := jtf_date_table();
9422: x_quote_header_id := jtf_number_table();
9423: x_quote_line_id := jtf_number_table();
9424: x_percent := jtf_number_table();
9425: x_resource_id := jtf_number_table();
9426: x_first_name := jtf_varchar2_table_300();
9427: x_last_name := jtf_varchar2_table_300();

Line 9424: x_percent := jtf_number_table();

9420: x_program_id := jtf_number_table();
9421: x_program_update_date := jtf_date_table();
9422: x_quote_header_id := jtf_number_table();
9423: x_quote_line_id := jtf_number_table();
9424: x_percent := jtf_number_table();
9425: x_resource_id := jtf_number_table();
9426: x_first_name := jtf_varchar2_table_300();
9427: x_last_name := jtf_varchar2_table_300();
9428: x_sales_credit_type := jtf_varchar2_table_300();

Line 9425: x_resource_id := jtf_number_table();

9421: x_program_update_date := jtf_date_table();
9422: x_quote_header_id := jtf_number_table();
9423: x_quote_line_id := jtf_number_table();
9424: x_percent := jtf_number_table();
9425: x_resource_id := jtf_number_table();
9426: x_first_name := jtf_varchar2_table_300();
9427: x_last_name := jtf_varchar2_table_300();
9428: x_sales_credit_type := jtf_varchar2_table_300();
9429: x_resource_group_id := jtf_number_table();

Line 9429: x_resource_group_id := jtf_number_table();

9425: x_resource_id := jtf_number_table();
9426: x_first_name := jtf_varchar2_table_300();
9427: x_last_name := jtf_varchar2_table_300();
9428: x_sales_credit_type := jtf_varchar2_table_300();
9429: x_resource_group_id := jtf_number_table();
9430: x_employee_person_id := jtf_number_table();
9431: x_sales_credit_type_id := jtf_number_table();
9432: x_attribute_category := jtf_varchar2_table_100();
9433: x_attribute1 := jtf_varchar2_table_300();

Line 9430: x_employee_person_id := jtf_number_table();

9426: x_first_name := jtf_varchar2_table_300();
9427: x_last_name := jtf_varchar2_table_300();
9428: x_sales_credit_type := jtf_varchar2_table_300();
9429: x_resource_group_id := jtf_number_table();
9430: x_employee_person_id := jtf_number_table();
9431: x_sales_credit_type_id := jtf_number_table();
9432: x_attribute_category := jtf_varchar2_table_100();
9433: x_attribute1 := jtf_varchar2_table_300();
9434: x_attribute2 := jtf_varchar2_table_300();

Line 9431: x_sales_credit_type_id := jtf_number_table();

9427: x_last_name := jtf_varchar2_table_300();
9428: x_sales_credit_type := jtf_varchar2_table_300();
9429: x_resource_group_id := jtf_number_table();
9430: x_employee_person_id := jtf_number_table();
9431: x_sales_credit_type_id := jtf_number_table();
9432: x_attribute_category := jtf_varchar2_table_100();
9433: x_attribute1 := jtf_varchar2_table_300();
9434: x_attribute2 := jtf_varchar2_table_300();
9435: x_attribute3 := jtf_varchar2_table_300();

Line 9550: x_approval_det_id OUT NOCOPY jtf_number_table,

9546:
9547: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso approvers list table
9548: PROCEDURE Set_Approvers_List_Tbl_Out(
9549: p_qte_approvers_list_tbl IN ASO_Apr_Pub.Approvers_List_Tbl_Type,
9550: x_approval_det_id OUT NOCOPY jtf_number_table,
9551: x_object_approval_id OUT NOCOPY jtf_number_table,
9552: x_approver_person_id OUT NOCOPY jtf_number_table,
9553: x_approver_user_id OUT NOCOPY jtf_number_table,
9554: x_notification_id OUT NOCOPY jtf_number_table,

Line 9551: x_object_approval_id OUT NOCOPY jtf_number_table,

9547: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso approvers list table
9548: PROCEDURE Set_Approvers_List_Tbl_Out(
9549: p_qte_approvers_list_tbl IN ASO_Apr_Pub.Approvers_List_Tbl_Type,
9550: x_approval_det_id OUT NOCOPY jtf_number_table,
9551: x_object_approval_id OUT NOCOPY jtf_number_table,
9552: x_approver_person_id OUT NOCOPY jtf_number_table,
9553: x_approver_user_id OUT NOCOPY jtf_number_table,
9554: x_notification_id OUT NOCOPY jtf_number_table,
9555: x_approver_sequence OUT NOCOPY jtf_number_table,

Line 9552: x_approver_person_id OUT NOCOPY jtf_number_table,

9548: PROCEDURE Set_Approvers_List_Tbl_Out(
9549: p_qte_approvers_list_tbl IN ASO_Apr_Pub.Approvers_List_Tbl_Type,
9550: x_approval_det_id OUT NOCOPY jtf_number_table,
9551: x_object_approval_id OUT NOCOPY jtf_number_table,
9552: x_approver_person_id OUT NOCOPY jtf_number_table,
9553: x_approver_user_id OUT NOCOPY jtf_number_table,
9554: x_notification_id OUT NOCOPY jtf_number_table,
9555: x_approver_sequence OUT NOCOPY jtf_number_table,
9556: x_approver_status OUT NOCOPY jtf_varchar2_table_100,

Line 9553: x_approver_user_id OUT NOCOPY jtf_number_table,

9549: p_qte_approvers_list_tbl IN ASO_Apr_Pub.Approvers_List_Tbl_Type,
9550: x_approval_det_id OUT NOCOPY jtf_number_table,
9551: x_object_approval_id OUT NOCOPY jtf_number_table,
9552: x_approver_person_id OUT NOCOPY jtf_number_table,
9553: x_approver_user_id OUT NOCOPY jtf_number_table,
9554: x_notification_id OUT NOCOPY jtf_number_table,
9555: x_approver_sequence OUT NOCOPY jtf_number_table,
9556: x_approver_status OUT NOCOPY jtf_varchar2_table_100,
9557: x_approver_name OUT NOCOPY jtf_varchar2_table_100,

Line 9554: x_notification_id OUT NOCOPY jtf_number_table,

9550: x_approval_det_id OUT NOCOPY jtf_number_table,
9551: x_object_approval_id OUT NOCOPY jtf_number_table,
9552: x_approver_person_id OUT NOCOPY jtf_number_table,
9553: x_approver_user_id OUT NOCOPY jtf_number_table,
9554: x_notification_id OUT NOCOPY jtf_number_table,
9555: x_approver_sequence OUT NOCOPY jtf_number_table,
9556: x_approver_status OUT NOCOPY jtf_varchar2_table_100,
9557: x_approver_name OUT NOCOPY jtf_varchar2_table_100,
9558: x_approval_comments OUT NOCOPY jtf_varchar2_table_300,

Line 9555: x_approver_sequence OUT NOCOPY jtf_number_table,

9551: x_object_approval_id OUT NOCOPY jtf_number_table,
9552: x_approver_person_id OUT NOCOPY jtf_number_table,
9553: x_approver_user_id OUT NOCOPY jtf_number_table,
9554: x_notification_id OUT NOCOPY jtf_number_table,
9555: x_approver_sequence OUT NOCOPY jtf_number_table,
9556: x_approver_status OUT NOCOPY jtf_varchar2_table_100,
9557: x_approver_name OUT NOCOPY jtf_varchar2_table_100,
9558: x_approval_comments OUT NOCOPY jtf_varchar2_table_300,
9559: x_date_sent OUT NOCOPY jtf_date_table,

Line 9565: x_approval_det_id := jtf_number_table();

9561: )
9562: AS
9563: ddindx binary_integer; indx binary_integer;
9564: BEGIN
9565: x_approval_det_id := jtf_number_table();
9566: x_object_approval_id := jtf_number_table();
9567: x_approver_person_id := jtf_number_table();
9568: x_approver_user_id := jtf_number_table();
9569: x_notification_id := jtf_number_table();

Line 9566: x_object_approval_id := jtf_number_table();

9562: AS
9563: ddindx binary_integer; indx binary_integer;
9564: BEGIN
9565: x_approval_det_id := jtf_number_table();
9566: x_object_approval_id := jtf_number_table();
9567: x_approver_person_id := jtf_number_table();
9568: x_approver_user_id := jtf_number_table();
9569: x_notification_id := jtf_number_table();
9570: x_approver_sequence := jtf_number_table();

Line 9567: x_approver_person_id := jtf_number_table();

9563: ddindx binary_integer; indx binary_integer;
9564: BEGIN
9565: x_approval_det_id := jtf_number_table();
9566: x_object_approval_id := jtf_number_table();
9567: x_approver_person_id := jtf_number_table();
9568: x_approver_user_id := jtf_number_table();
9569: x_notification_id := jtf_number_table();
9570: x_approver_sequence := jtf_number_table();
9571: x_approver_status := jtf_varchar2_table_100();

Line 9568: x_approver_user_id := jtf_number_table();

9564: BEGIN
9565: x_approval_det_id := jtf_number_table();
9566: x_object_approval_id := jtf_number_table();
9567: x_approver_person_id := jtf_number_table();
9568: x_approver_user_id := jtf_number_table();
9569: x_notification_id := jtf_number_table();
9570: x_approver_sequence := jtf_number_table();
9571: x_approver_status := jtf_varchar2_table_100();
9572: x_approver_name := jtf_varchar2_table_100();

Line 9569: x_notification_id := jtf_number_table();

9565: x_approval_det_id := jtf_number_table();
9566: x_object_approval_id := jtf_number_table();
9567: x_approver_person_id := jtf_number_table();
9568: x_approver_user_id := jtf_number_table();
9569: x_notification_id := jtf_number_table();
9570: x_approver_sequence := jtf_number_table();
9571: x_approver_status := jtf_varchar2_table_100();
9572: x_approver_name := jtf_varchar2_table_100();
9573: x_approval_comments := jtf_varchar2_table_300();

Line 9570: x_approver_sequence := jtf_number_table();

9566: x_object_approval_id := jtf_number_table();
9567: x_approver_person_id := jtf_number_table();
9568: x_approver_user_id := jtf_number_table();
9569: x_notification_id := jtf_number_table();
9570: x_approver_sequence := jtf_number_table();
9571: x_approver_status := jtf_varchar2_table_100();
9572: x_approver_name := jtf_varchar2_table_100();
9573: x_approval_comments := jtf_varchar2_table_300();
9574: x_date_sent := jtf_date_table();

Line 9615: x_rule_id OUT NOCOPY jtf_number_table,

9611:
9612: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso rules list table
9613: PROCEDURE Set_Rules_List_Tbl_Out(
9614: p_qte_rules_list_tbl IN ASO_Apr_Pub.Rules_List_Tbl_Type,
9615: x_rule_id OUT NOCOPY jtf_number_table,
9616: x_object_approval_id OUT NOCOPY jtf_number_table,
9617: x_rule_action_id OUT NOCOPY jtf_number_table,
9618: x_rule_description OUT NOCOPY jtf_varchar2_table_300,
9619: x_approval_level OUT NOCOPY jtf_varchar2_table_300

Line 9616: x_object_approval_id OUT NOCOPY jtf_number_table,

9612: -- copy data OUT NOCOPY /* file.sql.39 change */ from aso rules list table
9613: PROCEDURE Set_Rules_List_Tbl_Out(
9614: p_qte_rules_list_tbl IN ASO_Apr_Pub.Rules_List_Tbl_Type,
9615: x_rule_id OUT NOCOPY jtf_number_table,
9616: x_object_approval_id OUT NOCOPY jtf_number_table,
9617: x_rule_action_id OUT NOCOPY jtf_number_table,
9618: x_rule_description OUT NOCOPY jtf_varchar2_table_300,
9619: x_approval_level OUT NOCOPY jtf_varchar2_table_300
9620: )

Line 9617: x_rule_action_id OUT NOCOPY jtf_number_table,

9613: PROCEDURE Set_Rules_List_Tbl_Out(
9614: p_qte_rules_list_tbl IN ASO_Apr_Pub.Rules_List_Tbl_Type,
9615: x_rule_id OUT NOCOPY jtf_number_table,
9616: x_object_approval_id OUT NOCOPY jtf_number_table,
9617: x_rule_action_id OUT NOCOPY jtf_number_table,
9618: x_rule_description OUT NOCOPY jtf_varchar2_table_300,
9619: x_approval_level OUT NOCOPY jtf_varchar2_table_300
9620: )
9621: AS

Line 9624: x_rule_id := jtf_number_table();

9620: )
9621: AS
9622: ddindx binary_integer; indx binary_integer;
9623: BEGIN
9624: x_rule_id := jtf_number_table();
9625: x_object_approval_id := jtf_number_table();
9626: x_rule_action_id := jtf_number_table();
9627: x_rule_description := jtf_varchar2_table_300();
9628: x_approval_level := jtf_varchar2_table_300();

Line 9625: x_object_approval_id := jtf_number_table();

9621: AS
9622: ddindx binary_integer; indx binary_integer;
9623: BEGIN
9624: x_rule_id := jtf_number_table();
9625: x_object_approval_id := jtf_number_table();
9626: x_rule_action_id := jtf_number_table();
9627: x_rule_description := jtf_varchar2_table_300();
9628: x_approval_level := jtf_varchar2_table_300();
9629: IF p_qte_rules_list_tbl.count > 0 THEN

Line 9626: x_rule_action_id := jtf_number_table();

9622: ddindx binary_integer; indx binary_integer;
9623: BEGIN
9624: x_rule_id := jtf_number_table();
9625: x_object_approval_id := jtf_number_table();
9626: x_rule_action_id := jtf_number_table();
9627: x_rule_description := jtf_varchar2_table_300();
9628: x_approval_level := jtf_varchar2_table_300();
9629: IF p_qte_rules_list_tbl.count > 0 THEN
9630: x_rule_id.extend(p_qte_rules_list_tbl.count);

Line 9675: x_access_id OUT NOCOPY jtf_number_table

9671:
9672: -- copy info OUT NOCOPY /* file.sql.39 change */ from aso quote accesses tbl
9673: PROCEDURE Set_Qte_Access_Tbl_Out(
9674: p_qte_access_tbl IN ASO_Quote_Pub.Qte_Access_Tbl_Type,
9675: x_access_id OUT NOCOPY jtf_number_table
9676: )
9677: IS
9678: ddindx binary_integer;
9679: indx binary_integer;

Line 9681: x_access_id := jtf_number_table();

9677: IS
9678: ddindx binary_integer;
9679: indx binary_integer;
9680: BEGIN
9681: x_access_id := jtf_number_table();
9682: IF p_qte_access_tbl.count > 0 THEN
9683: x_access_id.extend(p_qte_access_tbl.count);
9684: ddindx := p_qte_access_tbl.first;
9685: indx := 1;

Line 9700: x_template_id OUT NOCOPY jtf_number_table

9696:
9697: -- copy info OUT NOCOPY /* file.sql.39 change */ from aso template tbl
9698: PROCEDURE Set_Template_Tbl_Out(
9699: p_template_tbl IN ASO_Quote_Pub.Template_Tbl_Type,
9700: x_template_id OUT NOCOPY jtf_number_table
9701: )
9702: IS
9703: ddindx binary_integer;
9704: indx binary_integer;

Line 9706: x_template_id := jtf_number_table();

9702: IS
9703: ddindx binary_integer;
9704: indx binary_integer;
9705: BEGIN
9706: x_template_id := jtf_number_table();
9707: IF p_template_tbl.count > 0 THEN
9708: x_template_id.extend(p_template_tbl.count);
9709: ddindx := p_template_tbl.first;
9710: indx := 1;

Line 9725: x_inventory_item_id OUT NOCOPY JTF_NUMBER_TABLE,

9721:
9722:
9723: PROCEDURE Set_Atp_Tbl_Out (
9724: p_atp_tbl IN ASO_ATP_INT.Atp_Tbl_Typ,
9725: x_inventory_item_id OUT NOCOPY JTF_NUMBER_TABLE,
9726: x_inventory_item_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9727: x_inventory_item_description OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9728: x_padded_concatenated_segments OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9729: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,

Line 9729: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,

9725: x_inventory_item_id OUT NOCOPY JTF_NUMBER_TABLE,
9726: x_inventory_item_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9727: x_inventory_item_description OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9728: x_padded_concatenated_segments OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9729: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,
9730: x_source_organization_code OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9731: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9732: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
9733: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,

Line 9732: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,

9728: x_padded_concatenated_segments OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9729: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,
9730: x_source_organization_code OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9731: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9732: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
9733: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,
9734: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,
9735: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,
9736: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,

Line 9733: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,

9729: x_source_organization_id OUT NOCOPY JTF_NUMBER_TABLE,
9730: x_source_organization_code OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9731: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9732: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
9733: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,
9734: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,
9735: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,
9736: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9737: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,

Line 9734: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,

9730: x_source_organization_code OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9731: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9732: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
9733: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,
9734: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,
9735: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,
9736: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9737: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9738: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,

Line 9735: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,

9731: x_source_organization_name OUT NOCOPY JTF_VARCHAR2_TABLE_300,
9732: x_identifier OUT NOCOPY JTF_NUMBER_TABLE,
9733: x_customer_id OUT NOCOPY JTF_NUMBER_TABLE,
9734: x_customer_site_id OUT NOCOPY JTF_NUMBER_TABLE,
9735: x_quantity_ordered OUT NOCOPY JTF_NUMBER_TABLE,
9736: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9737: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9738: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,
9739: x_ship_date OUT NOCOPY JTF_DATE_TABLE,

Line 9740: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,

9736: x_quantity_uom OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9737: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9738: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,
9739: x_ship_date OUT NOCOPY JTF_DATE_TABLE,
9740: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,
9741: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,
9742: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,
9743: x_message OUT NOCOPY JTF_VARCHAR2_TABLE_2000,
9744: x_request_date_type OUT NOCOPY jtf_varchar2_table_300,

Line 9741: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,

9737: x_uom_meaning OUT NOCOPY JTF_VARCHAR2_TABLE_100,
9738: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,
9739: x_ship_date OUT NOCOPY JTF_DATE_TABLE,
9740: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,
9741: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,
9742: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,
9743: x_message OUT NOCOPY JTF_VARCHAR2_TABLE_2000,
9744: x_request_date_type OUT NOCOPY jtf_varchar2_table_300,
9745: x_request_date_type_meaning OUT NOCOPY jtf_varchar2_table_300,

Line 9742: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,

9738: x_requested_ship_date OUT NOCOPY JTF_DATE_TABLE,
9739: x_ship_date OUT NOCOPY JTF_DATE_TABLE,
9740: x_available_quantity OUT NOCOPY JTF_NUMBER_TABLE,
9741: x_request_date_quantity OUT NOCOPY JTF_NUMBER_TABLE,
9742: x_error_code OUT NOCOPY JTF_NUMBER_TABLE,
9743: x_message OUT NOCOPY JTF_VARCHAR2_TABLE_2000,
9744: x_request_date_type OUT NOCOPY jtf_varchar2_table_300,
9745: x_request_date_type_meaning OUT NOCOPY jtf_varchar2_table_300,
9746: x_demand_class_code OUT NOCOPY jtf_varchar2_table_300,

Line 9755: x_quantity_on_hand OUT NOCOPY jtf_number_table,

9751: x_group_ship_date OUT NOCOPY jtf_date_table,
9752: x_requested_arrival_date OUT NOCOPY jtf_date_table,
9753: x_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
9754: x_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
9755: x_quantity_on_hand OUT NOCOPY jtf_number_table,
9756: x_quote_header_id OUT NOCOPY jtf_number_table,
9757: x_calling_module OUT NOCOPY jtf_number_table,
9758: x_quote_number OUT NOCOPY jtf_number_table,
9759: x_ato_line_id OUT NOCOPY jtf_number_table,

Line 9756: x_quote_header_id OUT NOCOPY jtf_number_table,

9752: x_requested_arrival_date OUT NOCOPY jtf_date_table,
9753: x_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
9754: x_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
9755: x_quantity_on_hand OUT NOCOPY jtf_number_table,
9756: x_quote_header_id OUT NOCOPY jtf_number_table,
9757: x_calling_module OUT NOCOPY jtf_number_table,
9758: x_quote_number OUT NOCOPY jtf_number_table,
9759: x_ato_line_id OUT NOCOPY jtf_number_table,
9760: x_ref_line_id OUT NOCOPY jtf_number_table,

Line 9757: x_calling_module OUT NOCOPY jtf_number_table,

9753: x_ship_method_code OUT NOCOPY jtf_varchar2_table_300,
9754: x_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
9755: x_quantity_on_hand OUT NOCOPY jtf_number_table,
9756: x_quote_header_id OUT NOCOPY jtf_number_table,
9757: x_calling_module OUT NOCOPY jtf_number_table,
9758: x_quote_number OUT NOCOPY jtf_number_table,
9759: x_ato_line_id OUT NOCOPY jtf_number_table,
9760: x_ref_line_id OUT NOCOPY jtf_number_table,
9761: x_top_model_line_id OUT NOCOPY jtf_number_table,

Line 9758: x_quote_number OUT NOCOPY jtf_number_table,

9754: x_ship_method_meaning OUT NOCOPY jtf_varchar2_table_300,
9755: x_quantity_on_hand OUT NOCOPY jtf_number_table,
9756: x_quote_header_id OUT NOCOPY jtf_number_table,
9757: x_calling_module OUT NOCOPY jtf_number_table,
9758: x_quote_number OUT NOCOPY jtf_number_table,
9759: x_ato_line_id OUT NOCOPY jtf_number_table,
9760: x_ref_line_id OUT NOCOPY jtf_number_table,
9761: x_top_model_line_id OUT NOCOPY jtf_number_table,
9762: x_action OUT NOCOPY jtf_number_table,

Line 9759: x_ato_line_id OUT NOCOPY jtf_number_table,

9755: x_quantity_on_hand OUT NOCOPY jtf_number_table,
9756: x_quote_header_id OUT NOCOPY jtf_number_table,
9757: x_calling_module OUT NOCOPY jtf_number_table,
9758: x_quote_number OUT NOCOPY jtf_number_table,
9759: x_ato_line_id OUT NOCOPY jtf_number_table,
9760: x_ref_line_id OUT NOCOPY jtf_number_table,
9761: x_top_model_line_id OUT NOCOPY jtf_number_table,
9762: x_action OUT NOCOPY jtf_number_table,
9763: x_arrival_date OUT NOCOPY jtf_date_table,

Line 9760: x_ref_line_id OUT NOCOPY jtf_number_table,

9756: x_quote_header_id OUT NOCOPY jtf_number_table,
9757: x_calling_module OUT NOCOPY jtf_number_table,
9758: x_quote_number OUT NOCOPY jtf_number_table,
9759: x_ato_line_id OUT NOCOPY jtf_number_table,
9760: x_ref_line_id OUT NOCOPY jtf_number_table,
9761: x_top_model_line_id OUT NOCOPY jtf_number_table,
9762: x_action OUT NOCOPY jtf_number_table,
9763: x_arrival_date OUT NOCOPY jtf_date_table,
9764: x_organization_id OUT NOCOPY jtf_number_table,

Line 9761: x_top_model_line_id OUT NOCOPY jtf_number_table,

9757: x_calling_module OUT NOCOPY jtf_number_table,
9758: x_quote_number OUT NOCOPY jtf_number_table,
9759: x_ato_line_id OUT NOCOPY jtf_number_table,
9760: x_ref_line_id OUT NOCOPY jtf_number_table,
9761: x_top_model_line_id OUT NOCOPY jtf_number_table,
9762: x_action OUT NOCOPY jtf_number_table,
9763: x_arrival_date OUT NOCOPY jtf_date_table,
9764: x_organization_id OUT NOCOPY jtf_number_table,
9765: x_component_code OUT NOCOPY jtf_varchar2_table_1200,

Line 9762: x_action OUT NOCOPY jtf_number_table,

9758: x_quote_number OUT NOCOPY jtf_number_table,
9759: x_ato_line_id OUT NOCOPY jtf_number_table,
9760: x_ref_line_id OUT NOCOPY jtf_number_table,
9761: x_top_model_line_id OUT NOCOPY jtf_number_table,
9762: x_action OUT NOCOPY jtf_number_table,
9763: x_arrival_date OUT NOCOPY jtf_date_table,
9764: x_organization_id OUT NOCOPY jtf_number_table,
9765: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
9766: x_component_sequence_id OUT NOCOPY jtf_number_table,

Line 9764: x_organization_id OUT NOCOPY jtf_number_table,

9760: x_ref_line_id OUT NOCOPY jtf_number_table,
9761: x_top_model_line_id OUT NOCOPY jtf_number_table,
9762: x_action OUT NOCOPY jtf_number_table,
9763: x_arrival_date OUT NOCOPY jtf_date_table,
9764: x_organization_id OUT NOCOPY jtf_number_table,
9765: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
9766: x_component_sequence_id OUT NOCOPY jtf_number_table,
9767: x_included_item_flag OUT NOCOPY jtf_number_table,
9768: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,

Line 9766: x_component_sequence_id OUT NOCOPY jtf_number_table,

9762: x_action OUT NOCOPY jtf_number_table,
9763: x_arrival_date OUT NOCOPY jtf_date_table,
9764: x_organization_id OUT NOCOPY jtf_number_table,
9765: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
9766: x_component_sequence_id OUT NOCOPY jtf_number_table,
9767: x_included_item_flag OUT NOCOPY jtf_number_table,
9768: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
9769: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9770: x_country OUT NOCOPY jtf_varchar2_table_600,

Line 9767: x_included_item_flag OUT NOCOPY jtf_number_table,

9763: x_arrival_date OUT NOCOPY jtf_date_table,
9764: x_organization_id OUT NOCOPY jtf_number_table,
9765: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
9766: x_component_sequence_id OUT NOCOPY jtf_number_table,
9767: x_included_item_flag OUT NOCOPY jtf_number_table,
9768: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
9769: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9770: x_country OUT NOCOPY jtf_varchar2_table_600,
9771: x_state OUT NOCOPY jtf_varchar2_table_600,

Line 9768: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,

9764: x_organization_id OUT NOCOPY jtf_number_table,
9765: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
9766: x_component_sequence_id OUT NOCOPY jtf_number_table,
9767: x_included_item_flag OUT NOCOPY jtf_number_table,
9768: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
9769: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9770: x_country OUT NOCOPY jtf_varchar2_table_600,
9771: x_state OUT NOCOPY jtf_varchar2_table_600,
9772: x_city OUT NOCOPY jtf_varchar2_table_600,

Line 9769: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,

9765: x_component_code OUT NOCOPY jtf_varchar2_table_1200,
9766: x_component_sequence_id OUT NOCOPY jtf_number_table,
9767: x_included_item_flag OUT NOCOPY jtf_number_table,
9768: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
9769: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9770: x_country OUT NOCOPY jtf_varchar2_table_600,
9771: x_state OUT NOCOPY jtf_varchar2_table_600,
9772: x_city OUT NOCOPY jtf_varchar2_table_600,
9773: x_postal_code OUT NOCOPY jtf_varchar2_table_600,

Line 9774: x_match_item_id OUT NOCOPY jtf_number_table

9770: x_country OUT NOCOPY jtf_varchar2_table_600,
9771: x_state OUT NOCOPY jtf_varchar2_table_600,
9772: x_city OUT NOCOPY jtf_varchar2_table_600,
9773: x_postal_code OUT NOCOPY jtf_varchar2_table_600,
9774: x_match_item_id OUT NOCOPY jtf_number_table
9775: )
9776: IS
9777: ddindx binary_integer;
9778: indx binary_integer;

Line 9780: x_inventory_item_id := JTF_NUMBER_TABLE();

9776: IS
9777: ddindx binary_integer;
9778: indx binary_integer;
9779: BEGIN
9780: x_inventory_item_id := JTF_NUMBER_TABLE();
9781: x_inventory_item_name := JTF_VARCHAR2_TABLE_300();
9782: x_inventory_item_description := JTF_VARCHAR2_TABLE_300();
9783: x_padded_concatenated_segments := JTF_VARCHAR2_TABLE_300();
9784: x_source_organization_id := JTF_NUMBER_TABLE();

Line 9784: x_source_organization_id := JTF_NUMBER_TABLE();

9780: x_inventory_item_id := JTF_NUMBER_TABLE();
9781: x_inventory_item_name := JTF_VARCHAR2_TABLE_300();
9782: x_inventory_item_description := JTF_VARCHAR2_TABLE_300();
9783: x_padded_concatenated_segments := JTF_VARCHAR2_TABLE_300();
9784: x_source_organization_id := JTF_NUMBER_TABLE();
9785: x_source_organization_code := JTF_VARCHAR2_TABLE_300();
9786: x_source_organization_name := JTF_VARCHAR2_TABLE_300();
9787: x_identifier := JTF_NUMBER_TABLE();
9788: x_customer_id := JTF_NUMBER_TABLE();

Line 9787: x_identifier := JTF_NUMBER_TABLE();

9783: x_padded_concatenated_segments := JTF_VARCHAR2_TABLE_300();
9784: x_source_organization_id := JTF_NUMBER_TABLE();
9785: x_source_organization_code := JTF_VARCHAR2_TABLE_300();
9786: x_source_organization_name := JTF_VARCHAR2_TABLE_300();
9787: x_identifier := JTF_NUMBER_TABLE();
9788: x_customer_id := JTF_NUMBER_TABLE();
9789: x_customer_site_id := JTF_NUMBER_TABLE();
9790: x_quantity_ordered := JTF_NUMBER_TABLE();
9791: x_quantity_uom := JTF_VARCHAR2_TABLE_100();

Line 9788: x_customer_id := JTF_NUMBER_TABLE();

9784: x_source_organization_id := JTF_NUMBER_TABLE();
9785: x_source_organization_code := JTF_VARCHAR2_TABLE_300();
9786: x_source_organization_name := JTF_VARCHAR2_TABLE_300();
9787: x_identifier := JTF_NUMBER_TABLE();
9788: x_customer_id := JTF_NUMBER_TABLE();
9789: x_customer_site_id := JTF_NUMBER_TABLE();
9790: x_quantity_ordered := JTF_NUMBER_TABLE();
9791: x_quantity_uom := JTF_VARCHAR2_TABLE_100();
9792: x_uom_meaning := JTF_VARCHAR2_TABLE_100();

Line 9789: x_customer_site_id := JTF_NUMBER_TABLE();

9785: x_source_organization_code := JTF_VARCHAR2_TABLE_300();
9786: x_source_organization_name := JTF_VARCHAR2_TABLE_300();
9787: x_identifier := JTF_NUMBER_TABLE();
9788: x_customer_id := JTF_NUMBER_TABLE();
9789: x_customer_site_id := JTF_NUMBER_TABLE();
9790: x_quantity_ordered := JTF_NUMBER_TABLE();
9791: x_quantity_uom := JTF_VARCHAR2_TABLE_100();
9792: x_uom_meaning := JTF_VARCHAR2_TABLE_100();
9793: x_requested_ship_date := JTF_DATE_TABLE();

Line 9790: x_quantity_ordered := JTF_NUMBER_TABLE();

9786: x_source_organization_name := JTF_VARCHAR2_TABLE_300();
9787: x_identifier := JTF_NUMBER_TABLE();
9788: x_customer_id := JTF_NUMBER_TABLE();
9789: x_customer_site_id := JTF_NUMBER_TABLE();
9790: x_quantity_ordered := JTF_NUMBER_TABLE();
9791: x_quantity_uom := JTF_VARCHAR2_TABLE_100();
9792: x_uom_meaning := JTF_VARCHAR2_TABLE_100();
9793: x_requested_ship_date := JTF_DATE_TABLE();
9794: x_ship_date := JTF_DATE_TABLE();

Line 9795: x_available_quantity := JTF_NUMBER_TABLE();

9791: x_quantity_uom := JTF_VARCHAR2_TABLE_100();
9792: x_uom_meaning := JTF_VARCHAR2_TABLE_100();
9793: x_requested_ship_date := JTF_DATE_TABLE();
9794: x_ship_date := JTF_DATE_TABLE();
9795: x_available_quantity := JTF_NUMBER_TABLE();
9796: x_request_date_quantity := JTF_NUMBER_TABLE();
9797: x_error_code := JTF_NUMBER_TABLE();
9798: x_message := JTF_VARCHAR2_TABLE_2000();
9799:

Line 9796: x_request_date_quantity := JTF_NUMBER_TABLE();

9792: x_uom_meaning := JTF_VARCHAR2_TABLE_100();
9793: x_requested_ship_date := JTF_DATE_TABLE();
9794: x_ship_date := JTF_DATE_TABLE();
9795: x_available_quantity := JTF_NUMBER_TABLE();
9796: x_request_date_quantity := JTF_NUMBER_TABLE();
9797: x_error_code := JTF_NUMBER_TABLE();
9798: x_message := JTF_VARCHAR2_TABLE_2000();
9799:
9800: x_request_date_type :=jtf_varchar2_table_300();

Line 9797: x_error_code := JTF_NUMBER_TABLE();

9793: x_requested_ship_date := JTF_DATE_TABLE();
9794: x_ship_date := JTF_DATE_TABLE();
9795: x_available_quantity := JTF_NUMBER_TABLE();
9796: x_request_date_quantity := JTF_NUMBER_TABLE();
9797: x_error_code := JTF_NUMBER_TABLE();
9798: x_message := JTF_VARCHAR2_TABLE_2000();
9799:
9800: x_request_date_type :=jtf_varchar2_table_300();
9801: x_request_date_type_meaning :=jtf_varchar2_table_300();

Line 9811: x_quantity_on_hand :=jtf_number_table();

9807: x_group_ship_date :=jtf_date_table();
9808: x_requested_arrival_date :=jtf_date_table();
9809: x_ship_method_code :=jtf_varchar2_table_300();
9810: x_ship_method_meaning :=jtf_varchar2_table_300();
9811: x_quantity_on_hand :=jtf_number_table();
9812: x_quote_header_id :=jtf_number_table();
9813: x_calling_module :=jtf_number_table();
9814: x_quote_number :=jtf_number_table();
9815: x_ato_line_id :=jtf_number_table();

Line 9812: x_quote_header_id :=jtf_number_table();

9808: x_requested_arrival_date :=jtf_date_table();
9809: x_ship_method_code :=jtf_varchar2_table_300();
9810: x_ship_method_meaning :=jtf_varchar2_table_300();
9811: x_quantity_on_hand :=jtf_number_table();
9812: x_quote_header_id :=jtf_number_table();
9813: x_calling_module :=jtf_number_table();
9814: x_quote_number :=jtf_number_table();
9815: x_ato_line_id :=jtf_number_table();
9816: x_ref_line_id :=jtf_number_table();

Line 9813: x_calling_module :=jtf_number_table();

9809: x_ship_method_code :=jtf_varchar2_table_300();
9810: x_ship_method_meaning :=jtf_varchar2_table_300();
9811: x_quantity_on_hand :=jtf_number_table();
9812: x_quote_header_id :=jtf_number_table();
9813: x_calling_module :=jtf_number_table();
9814: x_quote_number :=jtf_number_table();
9815: x_ato_line_id :=jtf_number_table();
9816: x_ref_line_id :=jtf_number_table();
9817: x_top_model_line_id :=jtf_number_table();

Line 9814: x_quote_number :=jtf_number_table();

9810: x_ship_method_meaning :=jtf_varchar2_table_300();
9811: x_quantity_on_hand :=jtf_number_table();
9812: x_quote_header_id :=jtf_number_table();
9813: x_calling_module :=jtf_number_table();
9814: x_quote_number :=jtf_number_table();
9815: x_ato_line_id :=jtf_number_table();
9816: x_ref_line_id :=jtf_number_table();
9817: x_top_model_line_id :=jtf_number_table();
9818: x_action :=jtf_number_table();

Line 9815: x_ato_line_id :=jtf_number_table();

9811: x_quantity_on_hand :=jtf_number_table();
9812: x_quote_header_id :=jtf_number_table();
9813: x_calling_module :=jtf_number_table();
9814: x_quote_number :=jtf_number_table();
9815: x_ato_line_id :=jtf_number_table();
9816: x_ref_line_id :=jtf_number_table();
9817: x_top_model_line_id :=jtf_number_table();
9818: x_action :=jtf_number_table();
9819: x_arrival_date :=jtf_date_table();

Line 9816: x_ref_line_id :=jtf_number_table();

9812: x_quote_header_id :=jtf_number_table();
9813: x_calling_module :=jtf_number_table();
9814: x_quote_number :=jtf_number_table();
9815: x_ato_line_id :=jtf_number_table();
9816: x_ref_line_id :=jtf_number_table();
9817: x_top_model_line_id :=jtf_number_table();
9818: x_action :=jtf_number_table();
9819: x_arrival_date :=jtf_date_table();
9820: x_organization_id :=jtf_number_table();

Line 9817: x_top_model_line_id :=jtf_number_table();

9813: x_calling_module :=jtf_number_table();
9814: x_quote_number :=jtf_number_table();
9815: x_ato_line_id :=jtf_number_table();
9816: x_ref_line_id :=jtf_number_table();
9817: x_top_model_line_id :=jtf_number_table();
9818: x_action :=jtf_number_table();
9819: x_arrival_date :=jtf_date_table();
9820: x_organization_id :=jtf_number_table();
9821: x_component_code :=jtf_varchar2_table_1200();

Line 9818: x_action :=jtf_number_table();

9814: x_quote_number :=jtf_number_table();
9815: x_ato_line_id :=jtf_number_table();
9816: x_ref_line_id :=jtf_number_table();
9817: x_top_model_line_id :=jtf_number_table();
9818: x_action :=jtf_number_table();
9819: x_arrival_date :=jtf_date_table();
9820: x_organization_id :=jtf_number_table();
9821: x_component_code :=jtf_varchar2_table_1200();
9822: x_component_sequence_id :=jtf_number_table();

Line 9820: x_organization_id :=jtf_number_table();

9816: x_ref_line_id :=jtf_number_table();
9817: x_top_model_line_id :=jtf_number_table();
9818: x_action :=jtf_number_table();
9819: x_arrival_date :=jtf_date_table();
9820: x_organization_id :=jtf_number_table();
9821: x_component_code :=jtf_varchar2_table_1200();
9822: x_component_sequence_id :=jtf_number_table();
9823: x_included_item_flag :=jtf_number_table();
9824: x_cascade_model_info_to_comp :=jtf_number_table();

Line 9822: x_component_sequence_id :=jtf_number_table();

9818: x_action :=jtf_number_table();
9819: x_arrival_date :=jtf_date_table();
9820: x_organization_id :=jtf_number_table();
9821: x_component_code :=jtf_varchar2_table_1200();
9822: x_component_sequence_id :=jtf_number_table();
9823: x_included_item_flag :=jtf_number_table();
9824: x_cascade_model_info_to_comp :=jtf_number_table();
9825: x_ship_to_party_site_id :=jtf_number_table();
9826: x_country :=jtf_varchar2_table_600();

Line 9823: x_included_item_flag :=jtf_number_table();

9819: x_arrival_date :=jtf_date_table();
9820: x_organization_id :=jtf_number_table();
9821: x_component_code :=jtf_varchar2_table_1200();
9822: x_component_sequence_id :=jtf_number_table();
9823: x_included_item_flag :=jtf_number_table();
9824: x_cascade_model_info_to_comp :=jtf_number_table();
9825: x_ship_to_party_site_id :=jtf_number_table();
9826: x_country :=jtf_varchar2_table_600();
9827: x_state :=jtf_varchar2_table_600();

Line 9824: x_cascade_model_info_to_comp :=jtf_number_table();

9820: x_organization_id :=jtf_number_table();
9821: x_component_code :=jtf_varchar2_table_1200();
9822: x_component_sequence_id :=jtf_number_table();
9823: x_included_item_flag :=jtf_number_table();
9824: x_cascade_model_info_to_comp :=jtf_number_table();
9825: x_ship_to_party_site_id :=jtf_number_table();
9826: x_country :=jtf_varchar2_table_600();
9827: x_state :=jtf_varchar2_table_600();
9828: x_city :=jtf_varchar2_table_600();

Line 9825: x_ship_to_party_site_id :=jtf_number_table();

9821: x_component_code :=jtf_varchar2_table_1200();
9822: x_component_sequence_id :=jtf_number_table();
9823: x_included_item_flag :=jtf_number_table();
9824: x_cascade_model_info_to_comp :=jtf_number_table();
9825: x_ship_to_party_site_id :=jtf_number_table();
9826: x_country :=jtf_varchar2_table_600();
9827: x_state :=jtf_varchar2_table_600();
9828: x_city :=jtf_varchar2_table_600();
9829: x_postal_code :=jtf_varchar2_table_600();

Line 9830: x_match_item_id :=jtf_number_table();

9826: x_country :=jtf_varchar2_table_600();
9827: x_state :=jtf_varchar2_table_600();
9828: x_city :=jtf_varchar2_table_600();
9829: x_postal_code :=jtf_varchar2_table_600();
9830: x_match_item_id :=jtf_number_table();
9831:
9832:
9833: IF p_atp_tbl.COUNT > 0
9834: THEN

Line 10025: p_template_id IN jtf_number_table := NULL

10021: END Construct_Template_Rec;
10022:
10023:
10024: FUNCTION Construct_Template_Tbl(
10025: p_template_id IN jtf_number_table := NULL
10026: )
10027: RETURN ASO_Quote_Pub.Template_Tbl_Type
10028: IS
10029: l_template_tbl ASO_Quote_Pub.Template_Tbl_Type;

Line 10965: x_num_id OUT NOCOPY JTF_NUMBER_TABLE

10961: end;
10962:
10963: PROCEDURE Set_num_Tbl_Out (
10964: p_num_tbl IN ASO_DEFAULTING_INT.ATTRIBUTE_IDS_TBL_TYPE,
10965: x_num_id OUT NOCOPY JTF_NUMBER_TABLE
10966: )
10967: IS
10968: ddindx binary_integer;
10969: indx binary_integer;

Line 10971: x_num_id := JTF_NUMBER_TABLE();

10967: IS
10968: ddindx binary_integer;
10969: indx binary_integer;
10970: BEGIN
10971: x_num_id := JTF_NUMBER_TABLE();
10972:
10973: IF p_num_tbl.COUNT > 0
10974: THEN
10975: x_num_id.extend(p_num_tbl.COUNT);

Line 10996: p_RELATED_OBJECT_ID IN jtf_number_table := NULL,

10992: END Set_num_Tbl_Out;
10993:
10994: FUNCTION Construct_Related_Obj_Tbl(
10995: p_operation_code IN jtf_varchar2_table_100 := NULL,
10996: p_RELATED_OBJECT_ID IN jtf_number_table := NULL,
10997: p_CREATION_DATE IN jtf_date_table := null,
10998: p_CREATED_BY IN jtf_number_table := NULL,
10999: p_LAST_UPDATE_DATE IN jtf_date_table := null,
11000: p_LAST_UPDATED_BY IN jtf_number_table := NULL,

Line 10998: p_CREATED_BY IN jtf_number_table := NULL,

10994: FUNCTION Construct_Related_Obj_Tbl(
10995: p_operation_code IN jtf_varchar2_table_100 := NULL,
10996: p_RELATED_OBJECT_ID IN jtf_number_table := NULL,
10997: p_CREATION_DATE IN jtf_date_table := null,
10998: p_CREATED_BY IN jtf_number_table := NULL,
10999: p_LAST_UPDATE_DATE IN jtf_date_table := null,
11000: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
11001: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
11002: p_REQUEST_ID IN jtf_number_table := NULL,

Line 11000: p_LAST_UPDATED_BY IN jtf_number_table := NULL,

10996: p_RELATED_OBJECT_ID IN jtf_number_table := NULL,
10997: p_CREATION_DATE IN jtf_date_table := null,
10998: p_CREATED_BY IN jtf_number_table := NULL,
10999: p_LAST_UPDATE_DATE IN jtf_date_table := null,
11000: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
11001: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
11002: p_REQUEST_ID IN jtf_number_table := NULL,
11003: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
11004: p_PROGRAM_ID IN jtf_number_table := NULL,

Line 11001: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,

10997: p_CREATION_DATE IN jtf_date_table := null,
10998: p_CREATED_BY IN jtf_number_table := NULL,
10999: p_LAST_UPDATE_DATE IN jtf_date_table := null,
11000: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
11001: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
11002: p_REQUEST_ID IN jtf_number_table := NULL,
11003: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
11004: p_PROGRAM_ID IN jtf_number_table := NULL,
11005: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,

Line 11002: p_REQUEST_ID IN jtf_number_table := NULL,

10998: p_CREATED_BY IN jtf_number_table := NULL,
10999: p_LAST_UPDATE_DATE IN jtf_date_table := null,
11000: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
11001: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
11002: p_REQUEST_ID IN jtf_number_table := NULL,
11003: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
11004: p_PROGRAM_ID IN jtf_number_table := NULL,
11005: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
11006: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,

Line 11003: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,

10999: p_LAST_UPDATE_DATE IN jtf_date_table := null,
11000: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
11001: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
11002: p_REQUEST_ID IN jtf_number_table := NULL,
11003: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
11004: p_PROGRAM_ID IN jtf_number_table := NULL,
11005: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
11006: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11007: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,

Line 11004: p_PROGRAM_ID IN jtf_number_table := NULL,

11000: p_LAST_UPDATED_BY IN jtf_number_table := NULL,
11001: p_LAST_UPDATE_LOGIN IN jtf_number_table := NULL,
11002: p_REQUEST_ID IN jtf_number_table := NULL,
11003: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
11004: p_PROGRAM_ID IN jtf_number_table := NULL,
11005: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
11006: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11007: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,
11008: p_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,

Line 11007: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,

11003: p_PROGRAM_APPLICATION_ID IN jtf_number_table := NULL,
11004: p_PROGRAM_ID IN jtf_number_table := NULL,
11005: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
11006: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11007: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,
11008: p_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11009: p_OBJECT_ID IN jtf_number_table := NULL,
11010: p_RELATIONSHIP_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11011: p_RECIPROCAL_FLAG IN jtf_varchar2_table_100 := NULL,

Line 11009: p_OBJECT_ID IN jtf_number_table := NULL,

11005: p_PROGRAM_UPDATE_DATE IN jtf_date_table := null,
11006: p_QUOTE_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11007: p_QUOTE_OBJECT_ID IN jtf_number_table := NULL,
11008: p_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11009: p_OBJECT_ID IN jtf_number_table := NULL,
11010: p_RELATIONSHIP_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11011: p_RECIPROCAL_FLAG IN jtf_varchar2_table_100 := NULL,
11012: p_QUOTE_OBJECT_CODE IN jtf_number_table := NULL,
11013: p_OBJECT_VERSION_NUMBER IN jtf_number_table := NULL

Line 11012: p_QUOTE_OBJECT_CODE IN jtf_number_table := NULL,

11008: p_OBJECT_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11009: p_OBJECT_ID IN jtf_number_table := NULL,
11010: p_RELATIONSHIP_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11011: p_RECIPROCAL_FLAG IN jtf_varchar2_table_100 := NULL,
11012: p_QUOTE_OBJECT_CODE IN jtf_number_table := NULL,
11013: p_OBJECT_VERSION_NUMBER IN jtf_number_table := NULL
11014: )
11015: RETURN ASO_Quote_Pub.RELATED_OBJ_Tbl_Type
11016: IS

Line 11013: p_OBJECT_VERSION_NUMBER IN jtf_number_table := NULL

11009: p_OBJECT_ID IN jtf_number_table := NULL,
11010: p_RELATIONSHIP_TYPE_CODE IN jtf_varchar2_table_300 := NULL,
11011: p_RECIPROCAL_FLAG IN jtf_varchar2_table_100 := NULL,
11012: p_QUOTE_OBJECT_CODE IN jtf_number_table := NULL,
11013: p_OBJECT_VERSION_NUMBER IN jtf_number_table := NULL
11014: )
11015: RETURN ASO_Quote_Pub.RELATED_OBJ_Tbl_Type
11016: IS
11017: l_rel_obj_tbl ASO_QUOTE_PUB.RELATED_OBJ_Tbl_Type := ASO_Quote_Pub.G_MISS_RELATED_OBJ_TBL;

Line 11185: x_related_object_id OUT NOCOPY jtf_number_table

11181: END Construct_Related_Obj_Tbl;
11182:
11183: PROCEDURE Set_Related_Obj_Tbl_Out(
11184: p_rel_obj_tbl IN ASO_Quote_Pub.RELATED_OBJ_Tbl_Type,
11185: x_related_object_id OUT NOCOPY jtf_number_table
11186: )
11187: IS
11188: ddindx binary_integer;
11189: indx binary_integer;

Line 11191: x_related_object_id := jtf_number_table();

11187: IS
11188: ddindx binary_integer;
11189: indx binary_integer;
11190: BEGIN
11191: x_related_object_id := jtf_number_table();
11192: IF p_rel_obj_tbl.count > 0 THEN
11193: x_related_object_id.extend(p_rel_obj_tbl.count);
11194: ddindx := p_rel_obj_tbl.first;
11195: indx := 1;