DBA Data[Home] [Help]

APPS.INV_DIAG_ITEM SQL Statements

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

Line: 38

    SELECT count(*)
    FROM   mtl_system_items_b
    WHERE  organization_id = cp_n_org_id
    AND    inventory_item_id = cp_n_item_id;
Line: 44

    SELECT *
    FROM   mtl_system_items_b
    WHERE  organization_id = cp_n_org_id
    AND    inventory_item_id = cp_n_item_id;
Line: 55

  JTF_DIAGNOSTIC_COREAPI.insert_style_sheet;
Line: 92

  INV_DIAG_GRP.g_inv_diag_item_tbl.delete;
Line: 104

       sqltxt := 'SELECT language "Language" '||
                 ', description "Description"  '||
                 ', long_description "Long Description" '||
                 ' FROM mtl_system_items_tl '||
                 ' WHERE organization_id = '||l_org_id||
                 ' AND inventory_item_id = '||l_item_id||
                 ' ORDER BY language';
Line: 114

       sqltxt := 'SELECT mp.organization_code||'' (''||mp.organization_id||'')'' "Organization|Code (Id)" '||
                 ',mpm.organization_code||'' (''||mp.master_organization_id||'' )'' "Master Org| Code (Id)" '||
                 ',mpc.organization_code||'' (''||mp.cost_organization_id||'' )''  "Cost Org|Code (Id)"  '||
                 ',mp.wms_enabled_flag "WMS|Enabled"  '||
                 ',DECODE(mp.negative_inv_receipt_code,1,''Yes'', ''No'') "Negative|Balances|Allowed"  '||
                 ',DECODE(mp.serial_number_generation,1,''At organization level'',  2,''At item level'', 3,''User Defined'', '||
                 '        mp.serial_number_generation) "Serial Number|Generation"  '||
                 ',DECODE(mp.lot_number_uniqueness,1,''Unique for item'', 2,''No uniqueness'',  mp.lot_number_uniqueness) "Lot Number|Uniqueness"   '||
                 ',DECODE(mp.lot_number_generation,1,''At organization level'', 2,''At item level'',   3,''User Defined'',  '||
                 '        mp.lot_number_generation) "Lot Number Generation"  '||
                 ',DECODE(mp.serial_number_type,1,''Unique within inventory items'', 2,''Unique within organization'',   3,''Unique across organizations'',  '||
                 '        mp.serial_number_type) "Serial Number Type"  '||
                 ',DECODE(mp.stock_locator_control_code,1,''None'', 2,''Prespecified'',  3,''Dynamic entry'',   4,''At subinventory level'',  5,''At item level'',  '||
                 '        mp.stock_locator_control_code) "Locator|Control"  '||
                 ',DECODE(mp.primary_cost_method,1,''Standard'', 2,''Average'', 3,''Periodic Average'',4,''Periodic Incremental LIFO'', 5,''FIFO'',  6,''LIFO'', mp.primary_cost_method) "Primary Cost Method" '||
                 ',mp.default_cost_group_id "Default|Cost Group|Id"  '||
                 ',mp.wsm_enabled_flag "WSM|Enabled"  '||
                 ',mp.process_enabled_flag "Process|Enabled"  '||
                 ',DECODE( TO_CHAR( NVL(mp.project_reference_enabled, 2)),''1'', ''Yes'', ''2'', ''No'' , TO_CHAR( mp.project_reference_enabled ) )|| '' ('' ||mp.project_reference_enabled||'')'' "Project Reference Enabled" '||
                 ' FROM mtl_parameters mp '||
                 ',mtl_parameters mpc '||
                 ',mtl_parameters mpm  '||
                 'WHERE mp.cost_organization_id=mpc.organization_id  '||
                 'AND mp.master_organization_id=mpm.organization_id  '||
                 'AND mp.organization_id IN (SELECT organization_id  '||
                 '                     FROM mtl_system_items_b  '||
                 '                     WHERE inventory_item_id='||l_item_id||' )';
Line: 143

       sqltxt :='SELECT user_group_name "Group" '||
                ', user_attribute_name "Attribute Name" '||
                ', control_level_dsp "Controlled at" '||
                ', user_attribute_value "Attribute Value" '||
                'FROM mtl_item_attribute_values_v '||
                'WHERE organization_id = '||l_org_id||
                'AND inventory_item_id = '||l_item_id||
                'ORDER BY user_group_name, user_attribute_name';
Line: 157

           sqltxt :='SELECT msi.secondary_inventory_name "Name"   ' ||
                    ', msi.description "Description"   ' ||
                    ', TO_CHAR( msi.disable_date, ''DD-Mon-RR'' ) "Disable|Date"   ' ||
                    ', DECODE( msi.reservable_type, 1, ''Yes'', 2, ''No'',   ' ||
                    '          msi.reservable_type) "Reservable|Type"   ' ||
                    ', DECODE( msi.locator_type  ' ||
                    '              ,1, ''None''  ' ||
                    '              ,2, ''Prespecified''   ' ||
                    '              ,3, ''Dynamic''   ' ||
                    '              ,4, ''SubInv Level''   ' ||
                    '              ,5, ''Item Level'', msi.locator_type)  ' ||
                    '   || '' (''||msi.locator_type||'')'' "Locator|Control"  ' ||
                    ', DECODE( msi.availability_type, 1, ''Nettable''  ' ||
                    '                                ,2, ''Non-Nettable''  ' ||
                    '         ,msi.availability_type ) "Availability|Type"  ' ||
                    ', DECODE( msi.inventory_atp_code, 1, ''Included''  ' ||
                    '                                , 2, ''Not included''  ' ||
                    '        , msi.inventory_atp_code ) "Include|in ATP"  ' ||
                    ', DECODE( msi.asset_inventory, 1, ''Yes'', 2, ''No'',  ' ||
                    '          msi.asset_inventory ) "Asset|Inventory"  ' ||
                    ', DECODE( msi.quantity_tracked, 1, ''Yes'', 2, ''No'',  ' ||
                    '          msi.quantity_tracked ) "Quantity|Tracked"   ' ||
                    ', msi.picking_order "Picking|Order"   ' ||
                    ', DECODE( msi.source_type, 1,''Inventory''  ' ||
                    '                         , 2,''Supplier''  ' ||
                    '                         , 3,''Subinventory''  ' ||
                    '        , msi.source_type )   ' ||
                    '   || '' ( ''||msi.source_type||'')'' "Source|Type"  ' ||
                    ', default_cost_group_id "Default|Cost Group Id"  ' ||
                    ' FROM mtl_secondary_inventories msi  ' ||
                    ' WHERE (msi.organization_id, msi.secondary_inventory_name ) IN ' ||
                      '( SELECT misi.organization_id, misi.secondary_inventory ' ||
                      ' FROM mtl_item_sub_inventories misi ' ||
                      ' WHERE misi.organization_id =' ||l_org_id ||
                      ' AND inventory_item_id ='||l_item_id || ')' ;
Line: 197

       sqltxt :='SELECT msi.secondary_inventory_name "Name"   ' ||
                ', msi.description "Description"   ' ||
                ', TO_CHAR( msi.disable_date, ''DD-Mon-RR'' ) "Disable|Date"   ' ||
                ', DECODE( msi.reservable_type, 1, ''Yes'', 2, ''No'',   ' ||
                '          msi.reservable_type) "Reservable|Type"   ' ||
                ', DECODE( msi.locator_type  ' ||
                '              ,1, ''None''  ' ||
                '              ,2, ''Prespecified''   ' ||
                '              ,3, ''Dynamic''   ' ||
                '              ,4, ''SubInv Level''   ' ||
                '              ,5, ''Item Level'', msi.locator_type)  ' ||
                '   || '' (''||msi.locator_type||'')'' "Locator|Control"  ' ||
                ', DECODE( msi.availability_type, 1, ''Nettable''  ' ||
                '                                ,2, ''Non-Nettable''  ' ||
                '         ,msi.availability_type ) "Availability|Type"  ' ||
                ', DECODE( msi.inventory_atp_code, 1, ''Included''  ' ||
                '                                , 2, ''Not included''  ' ||
                '        , msi.inventory_atp_code ) "Include|in ATP"  ' ||
                ', DECODE( msi.asset_inventory, 1, ''Yes'', 2, ''No'',  ' ||
                '          msi.asset_inventory ) "Asset|Inventory"  ' ||
                ', DECODE( msi.quantity_tracked, 1, ''Yes'', 2, ''No''  ' ||
                '        , msi.quantity_tracked ) "Quantity|Tracked"   ' ||
                ', msi.picking_order "Picking|Order"   ' ||
                ', DECODE( msi.source_type, 1,''Inventory''  ' ||
                '                         , 2,''Supplier''  ' ||
                '                         , 3,''Subinventory''  ' ||
                '        , msi.source_type )   ' ||
                '   || '' ( ''||msi.source_type||'')'' "Source|Type"  ' ||
                ', default_cost_group_id "Default|Cost Group Id"  ' ||
                ' FROM mtl_secondary_inventories msi  ' ||
                ' WHERE (msi.organization_id, msi.secondary_inventory_name ) IN ' ||
                    '( SELECT DISTINCT moq.organization_id, moq.subinventory_code' ||
                    ' FROM mtl_onhand_quantities_detail moq' ||
                    ' WHERE moq.organization_id = '|| l_org_id ||
                    ' AND moq.inventory_item_id = '|| l_item_id ||')' ||
                ' ORDER BY msi.secondary_inventory_name';
Line: 236

       sqltxt := ' SELECT micv.category_set_name "Category Set"   ' ||
                 ' , micv.category_set_id "Category Set Id"   ' ||
                 ' , DECODE( micv.control_level, 1, ''Master'', 2, ''Org'', micv.control_level )  ' ||
                 ' "Control Level"   ' ||
                 ' , micv.category_concat_segs "Category"   ' ||
                 ' , micv.category_id "Category Id"   ' ||
                 ' FROM mtl_item_categories_v micv  ' ||
                 ' WHERE micv.organization_id = '|| l_org_id  ||
                 ' AND micv.inventory_item_id = '|| l_item_id;
Line: 248

       sqltxt :=' SELECT micgv.concatenated_segments "Group Name"  ' ||
                ' , msi.item_catalog_group_id "Group id"   ' ||
                ' , micgv.description "Description"  ' ||
                ' , TO_CHAR( micgv.start_date_active, ''DD-MON-RR'' ) "Start Date Active"  ' ||
                ' , TO_CHAR( micgv.end_date_active, ''DD-MON-RR'' ) "End Date Active"  ' ||
                ' , TO_CHAR( micgv.inactive_date, ''DD-MON-RR'' ) "Inactive Date"  ' ||
                ' FROM mtl_system_items_b msi   ' ||
                ' , mtl_item_catalog_groups_kfv micgv ' ||
                ' WHERE msi.organization_id ='|| l_org_id  ||
                ' AND inventory_item_id = '|| l_item_id  ||
                ' AND msi.item_catalog_group_id = micgv.item_catalog_group_id ' ||
                ' ORDER BY 1,2';
Line: 263

       sqltxt :=' SELECT mdev.element_sequence "Element|Sequence"  ' ||
                ' , mdev.element_name "Element Name"  ' ||
                ' , mdev.element_value "Element Value"  ' ||
                ' , mde.description "Description"  ' ||
                ' , mde.required_element_flag "Required"   ' ||
                ' , mde.default_element_flag "Defaulted"   ' ||
                ' FROM mtl_descriptive_elements mde  ' ||
                ' , mtl_descr_element_values mdev  ' ||
                ' , mtl_system_items_b msi  ' ||
                ' WHERE msi.organization_id = '|| l_org_id  ||
                ' AND msi.inventory_item_id = '|| l_item_id  ||
                ' AND msi.inventory_item_id = mdev.inventory_item_id   ' ||
                ' AND mde.item_catalog_group_id = msi.item_catalog_group_id  ' ||
                ' AND mde.element_name = mdev.element_name  ' ||
                ' AND mdev.element_value IS NOT NULL ' ||
                ' ORDER BY mdev.element_sequence';
Line: 285

	  sqltxt := 'SELECT * FROM (  ' ||
                      ' SELECT msn.serial_number "Serial|Number"   ' ||
                      ' , ml.meaning || '' ( '' || msn.current_status || '' )''   ' ||
                      '     "Current Status (Id)"   ' ||
                      ' , msn.current_subinventory_code "Current|Subinventory"   ' ||
                      ' , msn.current_locator_id "Current|Locator Id"   ' ||
                      ' , msn.cost_group_id "Cost Group|Id"   ' ||
                      ' , msn.lpn_id "LPN Id"   ' ||
                      ' , msn.group_mark_id "Group Mark|Id"   ' ||
                      ' , msn.line_mark_id "Line Mark|Id"   ' ||
                      ' , msn.lot_line_mark_id "Lot Line Mark|Id"  ' ||
                      ' , TO_CHAR( msn.last_update_date, ''DD-MON-RR HH24:MI'' ) "Last|Updated"  ' ||
                      ' FROM mtl_serial_numbers msn  ' ||
                      ' , mfg_lookups ml   ' ||
                      ' WHERE msn.current_organization_id = '|| l_org_id    ||
                      ' AND msn.inventory_item_id = '|| l_item_id  ||
                      ' AND msn.current_status = ml.lookup_code(+)   ' ||
                      ' AND ''SERIAL_NUM_STATUS'' = ml.lookup_type(+)   ' ||
                      ' ORDER BY msn.last_update_date DESC ' ||
                    ' ) WHERE ROWNUM <= ' || l_row_limit ;
Line: 313

	   sqltxt := ' SELECT * FROM (   ' ||
                        ' SELECT revision "Revision"  ' ||
                        ' , TO_CHAR( creation_date, ''DD-MON-RR HH24:MI'' ) "Creation Date"   ' ||
                        ' , change_notice "ECO Name"   ' ||
                        ' , TO_CHAR( implementation_date, ''DD-MON-RR HH24:MI'' ) "Implementation Date"  ' ||
                        ' , TO_CHAR( effectivity_date, ''DD-MON-RR HH24:MI'' ) "Effectivity Date"   ' ||
                        ' FROM mtl_item_revisions   ' ||
                        ' WHERE organization_id = '|| l_org_id   ||
                        ' AND inventory_item_id = '|| l_item_id  ||
                        ' ORDER BY revision ' ||
                      ' ) WHERE ROWNUM <= ' || l_row_limit ;
Line: 332

	  sqltxt :=' SELECT * FROM (  ' ||
                     ' SELECT lot_number "Lot Number"   ' ||
                     ', status_code ||'' (''|| status_id ||'')'' "Status (Id)"   ' ||
                     ', TO_CHAR( expiration_date, ''DD-MON-RR HH24:MI'' ) "Expiration Date"   ' ||
                     ', DECODE( disable_flag, 1, ''Yes'', 2, ''No'', disable_flag ) "Disabled"  ' ||
                     ', description "Description"  ' ||
                     ' FROM mtl_lot_numbers_all_v  ' ||
                     ' WHERE organization_id = '|| l_org_id    ||
                     ' AND inventory_item_id = '|| l_item_id ||
                     ' ORDER BY lot_number ' ||
                   ' ) WHERE ROWNUM <= ' || l_row_limit ;
Line: 348

       sqltxt := 'SELECT subinventory_code "Subinventory"   ' ||
                 ' , DECODE( default_type, 1, ''Shipping'', 2, ''Receiving'', 3, ''Move Order Receipt''  ' ||
                 ' , default_type )  ' ||
                 ' ||'' (''||default_type||'')'' "Default Type"   ' ||
                 ' , TO_CHAR( last_update_date, ''DD-MON-RR'' ) "Last updated"  ' ||
                 ' FROM mtl_item_sub_defaults   ' ||
                 ' WHERE organization_id = '|| l_org_id    ||
                 ' AND inventory_item_id = '|| l_item_id  ||
                 ' ORDER BY subinventory_code, default_type';
Line: 360

       sqltxt := 'SELECT mild.subinventory_code "Subinventory"   ' ||
                 ' , milv.concatenated_segments "Locator"  ' ||
                 ' , milv.inventory_location_id "Locator Id"  ' ||
                 ' , DECODE( default_type,  1, ''Shipping'', 2, ''Receiving'', 3, ''Move Order Receipt''  ' ||
                 '         , default_type )  ' ||
                 '    ||'' (''||default_type||'')'' "Default Type"  ' ||
                 ' , TO_CHAR( disable_date, ''DD-MON-RR'' ) "Disable Date"  ' ||
                 ' , TO_CHAR( mild.last_update_date, ''DD-MON-RR'' ) "Last updated"  ' ||
                 ' FROM mtl_item_loc_defaults mild   ' ||
                 ' , mtl_item_locations_kfv milv   ' ||
                 ' WHERE mild.organization_id = '|| l_org_id   ||
                 ' AND mild.inventory_item_id = '|| l_item_id ||
                 ' AND mild.organization_id = milv.organization_id   ' ||
                 ' AND mild.locator_id = milv.inventory_location_id  ' ||
                 ' ORDER BY mild.subinventory_code, milv.concatenated_segments' ;
Line: 378

       sqltxt := ' SELECT mif.item_number "Item"  ' ||
                 ' , moq.inventory_item_id "Item Id"  ' ||
                 ' , SUM( moq.transaction_quantity ) "Txn Qty"  ' ||
                 ' , moq.subinventory_code "Subinv"  ' ||
                 ' , moq.locator_id "Locator Id"  ' ||
                 ' , mil.concatenated_segments "Locator"  ' ||
                 ' , mil.description "Locator Desc"  ' ||
                 ' , moq.revision "Revision"  ' ||
                 ' , moq.lot_number "Lot Number"  ' ||
                 ' FROM mtl_onhand_quantities_detail moq  ' ||
                 ' , mtl_item_flexfields mif  ' ||
                 ' , mtl_item_locations_kfv mil  ' ||
                 ' WHERE moq.organization_id = ' || l_org_id  ||
                 ' AND moq.inventory_item_id = ' || l_item_id ||
                 ' AND moq.inventory_item_id = mif.inventory_item_id(+)  ' ||
                 ' AND moq.organization_id = mif.organization_id(+)  ' ||
                 ' AND moq.organization_id = mil.organization_id(+)  ' ||
                 ' AND moq.locator_id = mil.inventory_location_id(+)  ' ||
                 ' GROUP BY mif.item_number, moq.inventory_item_id  ' ||
                 ' , moq.subinventory_code, moq.locator_id  ' ||
                 ' , mil.concatenated_segments, mil.description  ' ||
                 ' , moq.revision, moq.lot_number  ' ||
                 ' ORDER BY mif.item_number, moq.inventory_item_id  ' ||
                 ' , moq.subinventory_code, moq.locator_id  ' ||
                 ' , mil.concatenated_segments, mil.description  ' ||
                 ' , moq.revision, moq.lot_number ';
Line: 407

       sqltxt := ' SELECT * FROM (  ' ||
                   ' SELECT TO_CHAR( requirement_date, ''DD-MON-RR'' ) "REQUIREMENT_DATE"  ' ||
                   ' , reservation_id  ' ||
                   ' , reservation_quantity  ' ||
                   ' , primary_reservation_quantity  ' ||
                   ' , detailed_quantity  ' ||
                   ' , demand_source_type_id  ' ||
                   ' , demand_source_name  ' ||
                   ' , demand_source_header_id  ' ||
                   ' , demand_source_line_id  ' ||
                   ' , demand_source_delivery  ' ||
                   ' , revision  ' ||
                   ' , subinventory_code  ' ||
                   ' , locator_id  ' ||
                   ' , lot_number "LOT|NUMBER"  ' ||
                   ' , serial_number "SERIAL|NUMBER"  ' ||
                   ' , lpn_id  ' ||
                   ' , TO_CHAR( creation_date, ''DD-MON-RR'' ) "CREATION_DATE"  ' ||
                   ' , TO_CHAR( last_update_date, ''DD-MON-RR'' ) "LAST_UPDATE_DATE"  ' ||
                   ' FROM mtl_reservations   ' ||
                   ' WHERE organization_id = ' || l_org_id  ||
                   ' AND inventory_item_id = ' || l_item_id ||
                   ' ORDER BY requirement_date DESC ' ||
             ' ) WHERE ROWNUM <=   ' || l_row_limit ;
Line: 434

       sqltxt := ' SELECT demand_id  ' ||
                 ' , demand_source_name  ' ||
                 ' , inventory_item_id  ' ||
                 ' , line_item_quantity  ' ||
                 ' , line_item_reservation_qty  ' ||
                 ' , reservation_quantity  ' ||
                 ' , primary_uom_quantity  ' ||
                 ' , requirement_date  ' ||
                 ' , revision  ' ||
                 ' , subinventory  ' ||
                 ' , locator_id  ' ||
                 ' , lot_number "LOT|NUMBER"  ' ||
                 ' , serial_number  ' ||
                 ' , TO_CHAR( creation_date, ''DD-MON-RR'' ) "creation_date"  ' ||
                 ' , TO_CHAR( last_update_date, ''DD-MON-RR'' ) "last_update_date"  ' ||
                 ' FROM mtl_demand  ' ||
                 ' WHERE organization_id = ' || l_org_id  ||
                 ' AND inventory_item_id = ' || l_item_id ||
                 ' ORDER BY requirement_date ';
Line: 457

       sqltxt := ' SELECT * FROM ( ' ||
                   ' SELECT mtiv.transaction_interface_id "Transaction|Interface Id"  ' ||
                   ' , mtiv.item_segment1 "Item" ' ||
                   ' , mtiv.inventory_item_id "Item Id"  ' ||
                   ' , mttv.transaction_type_name  ' ||
                   ' ||'' (''||mtiv.transaction_type_id||'')'' "Transaction|Type Name (Id)"  ' ||
                   ' , mtiv.transaction_quantity "Transaction|Quantity"   ' ||
                   ' , mtiv.transaction_mode_desc||'' ('' ||transaction_mode || '')'' "Transaction|Mode"  ' ||
                   ' , mtiv.process_flag_desc||'' ('' ||mtiv.process_flag || '')'' "Process|Flag"  ' ||
                   ' , lock_flag_desc||'' ('' || lock_flag || '')'' "Lock|Flag"  ' ||
                   ' , TO_CHAR( mtiv.last_update_date, ''DD-MON-RR HH24:MI'' ) "Last updated"  ' ||
                   ' , mtiv.error_code "Error Code"  ' ||
                   ' , error_explanation "Error Explanation"              ' ||
                   ' FROM mtl_transactions_interface_v mtiv   ' ||
                   ' , mtl_trx_types_view mttv   ' ||
                   ' WHERE mtiv.organization_id = ' || l_org_id  ||
                   ' AND mtiv.inventory_item_id = ' || l_item_id ||
                   ' AND mtiv.transaction_type_id = mttv.transaction_type_id ' ||
                 ' ) WHERE ROWNUM <= ' || l_row_limit ;
Line: 479

       sqltxt := ' SELECT * FROM (   ' ||
                   ' SELECT transaction_header_id "Txn|Header Id"  ' ||
                   ' ,transaction_temp_id "Txn|Temp Id"  ' ||
                   ' ,TO_CHAR( transaction_date, ''DD-MON-RR'' ) "Transaction|Date"  ' ||
                   ' ,DECODE(transaction_mode,1,''Online'' ' ||
                              ' ,2,''Concurrent'' ' ||
                              ' ,3,''Background'' ' ||
                              ' ,transaction_mode)  ' ||
                              ' ||'' (''||transaction_mode||'')'' "Transaction|Mode"  ' ||
                   ' ,DECODE(transaction_status,1,''Pending'' ' ||
                              ' ,2,''Allocated'' ' ||
                              ' ,3,''Pending'' ' ||
                              ' ,NULL,''Pending''  ' ||
                              ' ,transaction_status)  ' ||
                              ' ||'' (''||transaction_status||'')'' "Transaction|Status"  ' ||
                   ' ,process_flag "Process|Flag"  ' ||
                   ' ,lock_flag "Lock|Flag"  ' ||
                   ' ,error_code ' ||
                   ' ,error_explanation ' ||
                   ' ,TO_CHAR( mmtt.last_update_date, ''DD-MON-RR HH24:MI'') "Last Updated"  ' ||
                   ' ,mif.item_number ' ||
                   ' ||'' (''||mmtt.inventory_item_id||'')'' "Item (Id)"  ' ||
                   ' ,item_description "Item Description"  ' ||
                   ' ,revision "Rev" ' ||
                   ' ,lot_number "Lot" ' ||
                   ' ,serial_number "Serial|Number"  ' ||
                   ' ,mmtt.cost_group_id "Cost|Group Id"  ' ||
                   ' ,mmtt.subinventory_code "Subinv"  ' ||
                   ' ,mil.description  ' ||
                   ' ||'' (''||mmtt.locator_id||'') '' "Stock|Locator (Id)"  ' ||
                   ' ,transfer_subinventory "Transfer|Subinv"  ' ||
                   ' ,transfer_to_location "Transfer|Location"  ' ||
                   ' ,transaction_quantity "Txn Qty" ' ||
                   ' ,primary_quantity "Primary|Qty" ' ||
                   ' ,transaction_uom "Txn|UoM"  ' ||
                   ' ,mtt.transaction_type_name  ' ||
                   ' ||'' (''||mmtt.transaction_type_id||'')'' "Txn Type (Id)"  ' ||
                   ' ,ml.meaning  ' ||
                   ' ||'' (''||mmtt.transaction_action_id||'')'' "Txn Action Type (Id)"  ' ||
                   ' FROM mtl_material_transactions_temp mmtt ' ||
                   ' ,mtl_transaction_types mtt ' ||
                   ' ,mtl_item_flexfields mif ' ||
                   ' ,mfg_lookups ml ' ||
                   ' ,mtl_item_locations_kfv mil ' ||
                   ' WHERE mmtt.organization_id = ' || l_org_id  ||
                   ' AND mmtt.inventory_item_id = ' || l_item_id ||
                   ' AND mmtt.transaction_type_id=mtt.transaction_type_id ' ||
                   ' AND mmtt.organization_id=mif.organization_id(+) ' ||
                   ' AND mmtt.inventory_item_id=mif.inventory_item_id(+) ' ||
                   ' AND mmtt.transaction_action_id=ml.lookup_code ' ||
                   ' AND ml.lookup_type=''MTL_TRANSACTION_ACTION'' ' ||
                   ' AND mmtt.locator_id=mil.inventory_location_id(+) ' ||
                   ' AND mmtt.organization_id=mil.organization_id(+) ' ||
                   ' ORDER BY 1,2 ' ||
                 ' ) WHERE ROWNUM <= ' || l_row_limit ;
Line: 537

       sqltxt := ' SELECT * FROM (   ' ||
                   ' SELECT mmt.transaction_id "Txn Id"  ' ||
                   ' , TO_CHAR( mmt.transaction_date, ''DD-MON-RR'' ) "Txn Date"  ' ||
                   ' , mmt.acct_period_id "Account|Period Id"  ' ||
                   ' , mmt.transaction_quantity "Txn Qty"  ' ||
                   ' , mmt.primary_quantity "Pri Qty"  ' ||
                   ' , mmt.transaction_uom "Uom"  ' ||
                   ' , tt.transaction_type_name ||'' (''||mmt.transaction_type_id||'')'' "Txn Type (Id)"  ' ||
                   ' , mmt.subinventory_code "Subinv"  ' ||
                   ' , mmt.locator_id "Locator|Id"  ' ||
                   ' , mmt.revision "Rev"  ' ||
                   ' , mmt.distribution_account_id "Distribution|Account Id"  ' ||
                   ' , mmt.costed_flag "Costed|Flag"  ' ||
                   ' , mmt.shipment_costed "Shipment|Costed"  ' ||
                   ' , mmt.cost_group_id "Cost Group|Id"  ' ||
                   ' , mmt.transfer_cost_group_id "Transfer|Cost Group Id"  ' ||
                   ' , mmt.transaction_group_id "Txn Group Id"  ' ||
                   ' , mmt.transaction_set_id "Txn Set Id"  ' ||
                   ' , mmt.transaction_action_id "Txn Action Id"  ' ||
                   ' , mmt.completion_transaction_id "Completion|Txn Id"  ' ||
                   ' , st.transaction_source_type_name ||'' (''|| mmt.transaction_source_type_id ||'')'' "Txn Source Type (Id)"  ' ||
                   ' , mmt.transaction_source_id "Txn Source Id"  ' ||
                   ' , mmt.transaction_source_name "Txn Source"   ' ||
                   ' , mmt.source_code "Source|Code"  ' ||
                   ' , mmt.source_line_id "Source|Line Id"  ' ||
                   ' , mmt.request_id "Txn|Request Id"  ' ||
                   ' , mmt.operation_seq_num "Operation|Seq Num"              ' ||
                   ' , mmt.transfer_transaction_id "Transfer|Txn Id"  ' ||
                   ' , mmt.move_transaction_id "Move|Txn Id"  ' ||
                   ' , mmt.transfer_organization_id "Transfer|Organization Id"  ' ||
                   ' , mmt.transfer_subinventory "Transfer|Subinv"  ' ||
                   ' , mmt.shipment_number "Shipment|Number"  ' ||
                   ' , TO_CHAR( mmt.last_update_date, ''DD-MON-RR HH24:MI'' ) "Last updated"  ' ||
                   ' , mmt.error_code "Error Code"  ' ||
                   ' , mmt.error_explanation "Error Explanation"  ' ||
                   ' FROM mtl_material_transactions mmt  ' ||
                   ' , mtl_transaction_types tt  ' ||
                   ' , mtl_txn_source_types st  ' ||
                   ' WHERE mmt.organization_id = ' || l_org_id  ||
                   ' AND mmt.inventory_item_id = ' || l_item_id ||
                   ' AND mmt.costed_flag IS NOT NULL ' ||
                   ' AND mmt.transaction_type_id = tt.transaction_type_id(+)  ' ||
                   ' AND mmt.transaction_source_type_id = st.transaction_source_type_id(+)  ' ||
                   ' ORDER BY mmt.transaction_id ' ||
                 ' ) WHERE ROWNUM <= ' || l_row_limit ;
Line: 585

       sqltxt := ' SELECT DISTINCT( mpi.physical_inventory_name ) "PhyInv.|Name"   ' ||
                 ' , mpi.physical_inventory_id "PhyInv.|Id"  ' ||
                 ' , TO_CHAR( mpi.physical_inventory_date, ''DD-MON-RR'' ) "PhyInv.|Date"  ' ||
                 ' , mpa.approval_status "Adj.Approval|Status"   ' ||
                 ' , COUNT(*) "Approved|Adjustments"   ' ||
                 ' FROM mtl_physical_adjustments mpa   ' ||
                 ' , mtl_physical_inventories mpi   ' ||
                 ' WHERE mpi.organization_id = mpa.organization_id  ' ||
                 ' AND mpi.physical_inventory_id = mpa.physical_inventory_id  ' ||
                 ' AND mpi.organization_id = ' || l_org_id  ||
                 ' AND mpa.inventory_item_id = ' || l_item_id ||
                 ' AND mpa.approval_status = 3  ' ||
                 ' GROUP BY mpi.physical_inventory_name, mpi.physical_inventory_id  ' ||
                 ' , mpi.physical_inventory_date, mpa.approval_status ';
Line: 602

       sqltxt := ' SELECT mcch.cycle_count_header_name "Cycle Count|Name"  ' ||
                 ' , mcce.cycle_count_header_id "Cycle Count|Id"  ' ||
                 ' , mac.abc_class_name "ABC Class|Name"  ' ||
                 ' , mcci.abc_class_id "ABC Class|Id"  ' ||
                 ' , TO_CHAR( mcci.item_last_schedule_date, ''DD-MON-RR'' ) "Item Last|Scheduled Date"  ' ||
                 ' , COUNT(*) "Completed|Cycle Count| Entries"  ' ||
                 ' FROM mtl_cycle_count_items mcci  ' ||
                 ' , mtl_cycle_count_headers mcch  ' ||
                 ' , mtl_abc_classes mac  ' ||
                 ' , mtl_cycle_count_entries mcce  ' ||
                 ' WHERE mcce.organization_id = ' || l_org_id  ||
                 ' AND mcce.inventory_item_id = ' || l_item_id ||
                 ' AND mcce.cycle_count_header_id = mcch.cycle_count_header_id  ' ||
                 ' AND mcce.inventory_item_id = mcci.inventory_item_id  ' ||
                 ' AND mcce.cycle_count_header_id = mcci.cycle_count_header_id  ' ||
                 ' AND mcci.abc_class_id = mac.abc_class_id  ' ||
                 ' AND mac.organization_id = mcce.organization_id  ' ||
                 ' AND mcce.entry_status_code = 5 ' ||
                 ' GROUP BY mcch.cycle_count_header_name, mcce.cycle_count_header_id  ' ||
                 ' , mac.abc_class_name, mcci.abc_class_id  ' ||
                 ' , mcci.item_last_schedule_date  ' ||
                 ' ORDER BY mcch.cycle_count_header_name ';