DBA Data[Home] [Help]

APPS.RCV_TRX_INTERFACE_INSERT_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 182

      CURSOR C2 IS SELECT rcv_transactions_interface_s.nextval FROM sys.dual;
Line: 191

       INSERT INTO RCV_TRANSACTIONS_INTERFACE(
               interface_transaction_id,
               group_id,
               last_update_date,
               last_updated_by,
               creation_date,
               created_by,
               last_update_login,
               transaction_type,
               transaction_date,
               processing_status_code,
               processing_mode_code,
               processing_request_id,
               transaction_status_code,
               category_id,
               quantity,
               unit_of_measure,
               interface_source_code,
               interface_source_line_id,
               inv_transaction_id,
               item_id,
               item_description,
               item_revision,
               uom_code,
               employee_id,
               auto_transact_code,
               shipment_header_id,
               shipment_line_id,
               ship_to_location_id,
               primary_quantity,
               primary_unit_of_measure,
               receipt_source_code,
               vendor_id,
               vendor_site_id,
               from_organization_id,
               to_organization_id,
               routing_header_id,
               routing_step_id,
               source_document_code,
               parent_transaction_id,
               po_header_id,
               po_revision_num,
               po_release_id,
               po_line_id,
               po_line_location_id,
               po_unit_price,
               currency_code,
               currency_conversion_type,
               currency_conversion_rate,
               currency_conversion_date,
               po_distribution_id,
               requisition_line_id,
               req_distribution_id,
               charge_account_id,
               substitute_unordered_code,
               receipt_exception_flag,
               accrual_status_code,
               inspection_status_code,
               inspection_quality_code,
               destination_type_code,
               deliver_to_person_id,
               location_id,
               deliver_to_location_id,
               subinventory,
               locator_id,
               wip_entity_id,
               wip_line_id,
               department_code,
               wip_repetitive_schedule_id,
               wip_operation_seq_num,
               wip_resource_seq_num,
               bom_resource_id,
               shipment_num,
               freight_carrier_code,
               bill_of_lading,
               packing_slip,
               shipped_date,
               expected_receipt_date,
               actual_cost,
               transfer_cost,
               transportation_cost,
               transportation_account_id,
               num_of_containers,
               waybill_airbill_num,
               vendor_item_num,
               vendor_lot_num,
               rma_reference,
               comments,
               attribute_category,
               attribute1,
               attribute2,
               attribute3,
               attribute4,
               attribute5,
               attribute6,
               attribute7,
               attribute8,
               attribute9,
               attribute10,
               attribute11,
               attribute12,
               attribute13,
               attribute14,
               attribute15,
               ship_head_attribute_category,
               ship_head_attribute1,
               ship_head_attribute2,
               ship_head_attribute3,
               ship_head_attribute4,
               ship_head_attribute5,
               ship_head_attribute6,
               ship_head_attribute7,
               ship_head_attribute8,
               ship_head_attribute9,
               ship_head_attribute10,
               ship_head_attribute11,
               ship_head_attribute12,
               ship_head_attribute13,
               ship_head_attribute14,
               ship_head_attribute15,
               ship_line_attribute_category,
               ship_line_attribute1,
               ship_line_attribute2,
               ship_line_attribute3,
               ship_line_attribute4,
               ship_line_attribute5,
               ship_line_attribute6,
               ship_line_attribute7,
               ship_line_attribute8,
               ship_line_attribute9,
               ship_line_attribute10,
               ship_line_attribute11,
               ship_line_attribute12,
               ship_line_attribute13,
               ship_line_attribute14,
               ship_line_attribute15,
               ussgl_transaction_code,
               government_context,
               reason_id,
               destination_context,
               source_doc_quantity,
               source_doc_unit_of_measure,
               use_mtl_lot,
               use_mtl_serial,
               qa_collection_id,
	       country_of_origin_code,
	       oe_order_header_id,
	       oe_order_line_id,
	       customer_item_num,
	       customer_id,
	       customer_site_id,
	       put_away_rule_id,
	       put_away_strategy_id,
	       lpn_id,
	       transfer_lpn_id,
	       cost_group_id,
	       mmtt_temp_id,
	       mobile_txn,
	       transfer_cost_group_id,
	       /*Bug# 1548597 Preetam B */
	       secondary_quantity,
               secondary_unit_of_measure,
	       lpn_group_id,
               org_id,     --
	       from_subinventory, --Added bug # 6529950
	       from_locator_id,    --Added bug # 6529950
	       lcm_shipment_line_id,
	       unit_landed_cost,
               project_id, -- Bug 9226303
               task_id     -- Bug 9226303
             ) VALUES (
               X_Interface_Transaction_Id,
               X_Group_Id,
               X_Last_Update_Date,
               X_Last_Updated_By,
               X_Creation_Date,
               X_Created_By,
               X_Last_Update_Login,
               X_Transaction_Type,
               X_Transaction_Date,
               X_Processing_Status_Code,
               X_Processing_Mode_Code,
               X_Processing_Request_Id,
               X_Transaction_Status_Code,
               X_Category_Id,
               X_Quantity,
               X_Unit_Of_Measure,
               X_Interface_Source_Code,
               X_Interface_Source_Line_Id,
               X_Inv_Transaction_Id,
               X_Item_Id,
               X_Item_Description,
               X_Item_Revision,
               X_Uom_Code,
               X_Employee_Id,
               X_Auto_Transact_Code,
               X_Shipment_Header_Id,
               X_Shipment_Line_Id,
               X_Ship_To_Location_Id,
               X_Primary_Quantity,
               X_Primary_Unit_Of_Measure,
               X_Receipt_Source_Code,
               X_Vendor_Id,
               X_Vendor_Site_Id,
               X_From_Organization_Id,
               X_To_Organization_Id,
               X_Routing_Header_Id,
               X_Routing_Step_Id,
               X_Source_Document_Code,
               X_Parent_Transaction_Id,
               X_Po_Header_Id,
               X_Po_Revision_Num,
               X_Po_Release_Id,
               X_Po_Line_Id,
               X_Po_Line_Location_Id,
               X_Po_Unit_Price,
               X_Currency_Code,
               X_Currency_Conversion_Type,
               X_Currency_Conversion_Rate,
               X_Currency_Conversion_Date,
               X_Po_Distribution_Id,
               X_Requisition_Line_Id,
               X_Req_Distribution_Id,
               X_Charge_Account_Id,
               X_Substitute_Unordered_Code,
               X_Receipt_Exception_Flag,
               X_Accrual_Status_Code,
               X_Inspection_Status_Code,
               X_Inspection_Quality_Code,
               X_Destination_Type_Code,
               X_Deliver_To_Person_Id,
               X_Location_Id,
               X_Deliver_To_Location_Id,
               X_Subinventory,
               X_Locator_Id,
               X_Wip_Entity_Id,
               X_Wip_Line_Id,
               X_Department_Code,
               X_Wip_Repetitive_Schedule_Id,
               X_Wip_Operation_Seq_Num,
               X_Wip_Resource_Seq_Num,
               X_Bom_Resource_Id,
               X_Shipment_Num,
               X_Freight_Carrier_Code,
               X_Bill_Of_Lading,
               X_Packing_Slip,
               X_Shipped_Date,
               X_Expected_Receipt_Date,
               X_Actual_Cost,
               X_Transfer_Cost,
               X_Transportation_Cost,
               X_Transportation_Account_Id,
               X_Num_Of_Containers,
               X_Waybill_Airbill_Num,
               X_Vendor_Item_Num,
               X_Vendor_Lot_Num,
               X_Rma_Reference,
               X_Comments,
               X_Attribute_Category,
               X_Attribute1,
               X_Attribute2,
               X_Attribute3,
               X_Attribute4,
               X_Attribute5,
               X_Attribute6,
               X_Attribute7,
               X_Attribute8,
               X_Attribute9,
               X_Attribute10,
               X_Attribute11,
               X_Attribute12,
               X_Attribute13,
               X_Attribute14,
               X_Attribute15,
               X_Ship_Head_Attribute_Category,
               X_Ship_Head_Attribute1,
               X_Ship_Head_Attribute2,
               X_Ship_Head_Attribute3,
               X_Ship_Head_Attribute4,
               X_Ship_Head_Attribute5,
               X_Ship_Head_Attribute6,
               X_Ship_Head_Attribute7,
               X_Ship_Head_Attribute8,
               X_Ship_Head_Attribute9,
               X_Ship_Head_Attribute10,
               X_Ship_Head_Attribute11,
               X_Ship_Head_Attribute12,
               X_Ship_Head_Attribute13,
               X_Ship_Head_Attribute14,
               X_Ship_Head_Attribute15,
               X_Ship_Line_Attribute_Category,
               X_Ship_Line_Attribute1,
               X_Ship_Line_Attribute2,
               X_Ship_Line_Attribute3,
               X_Ship_Line_Attribute4,
               X_Ship_Line_Attribute5,
               X_Ship_Line_Attribute6,
               X_Ship_Line_Attribute7,
               X_Ship_Line_Attribute8,
               X_Ship_Line_Attribute9,
               X_Ship_Line_Attribute10,
               X_Ship_Line_Attribute11,
               X_Ship_Line_Attribute12,
               X_Ship_Line_Attribute13,
               X_Ship_Line_Attribute14,
               X_Ship_Line_Attribute15,
               X_Ussgl_Transaction_Code,
               X_Government_Context,
               X_Reason_Id,
               X_Destination_Context,
               X_Source_Doc_Quantity,
               X_Source_Doc_Unit_Of_Measure,
	       X_Lot_Number_CC,
	       X_Serial_Number_CC,
               X_QA_Collection_Id,
	       X_Country_of_Origin_Code,
	       X_oe_order_header_id,
               X_oe_order_line_id,
               X_customer_item_num,
               X_customer_id,
               X_customer_site_id,
	       X_put_away_rule_id,
	       X_put_away_strategy_id,
	       X_lpn_id,
	       X_transfer_lpn_id,
	       X_cost_group_id,
	       X_mmtt_temp_id,
	       X_mobile_txn,
	       X_transfer_cost_group_id,
	       /*Bug# 1548597 Preetam B */
	       X_secondary_quantity,
               X_secondary_unit_of_measure,
	       X_lpn_group_id,
               p_org_id,       --
               X_from_subinventory, --Added bug # 6529950
               X_from_locator_id,    --Added bug # 6529950
	       X_lcm_shipment_line_id,
	       X_unit_landed_cost,
               X_project_id, -- Bug 9226303
               X_task_id     -- Bug 9226303
             );
Line: 540

  END Insert_Row;
Line: 544

  PROCEDURE UPDATE_SITE_ID(X_GROUP_ID             IN NUMBER,
                           X_SHIPMENT_HEADER_ID   IN NUMBER,
                           X_ADD_RECEIPT          IN VARCHAR2) IS

  x_vendor_site_id         NUMBER;
Line: 560

       /* The following select statement sequences thru the RTI
       ** for our group_id and determines whether the records have
       ** the same vendor_site_id or not. If the vendor_site_id
       ** is the same, we populate this value in rcv_shipment_headers
       ** else we null it out.
       */

        select count(count(vendor_site_id))
        into   x_site_id_count
        from   rcv_transactions_interface RTI
        where  RTI.group_id = x_group_id
        group  by vendor_site_id;
Line: 574

        select vendor_site_id
        into hdr_vendor_site_id
        from rcv_shipment_headers
        where shipment_header_id = x_shipment_header_id;
Line: 582

           select distinct vendor_site_id
           into x_vendor_site_id
           from rcv_transactions_interface RTI
           where RTI.group_id = x_group_id;
Line: 601

             update rcv_shipment_headers
             set vendor_site_id = hdr_vendor_site_id
             where shipment_header_id = x_shipment_header_id;
Line: 610

  END UPDATE_SITE_ID;