DBA Data[Home] [Help]

APPS.INV_DIAG_PI_GEN dependencies on STANDARD

Line 292: ' , SUM( mpit.tag_quantity_at_standard_uom ) total_tag ' ||

288: dummy_num := JTF_DIAGNOSTIC_COREAPI.display_sql(sqltxt,'Pending Physical Adjustment transactions duplicate of completed transaction');
289:
290: sqltxt := ' SELECT mpa.adjustment_id, mpa.physical_inventory_id ' ||
291: ' , mpa.inventory_item_id, mpa.organization_id, mpa.count_quantity ' ||
292: ' , SUM( mpit.tag_quantity_at_standard_uom ) total_tag ' ||
293: ' FROM mtl_physical_inventory_tags mpit ' ||
294: ' , mtl_physical_adjustments mpa ' ||
295: ' WHERE mpa.organization_id = ' || l_org_id ||
296: ' AND mpa.physical_inventory_id = ' || l_phy_inv_id ||

Line 303: ' HAVING count_quantity <> SUM( mpit.tag_quantity_at_standard_uom ) ';

299: ' AND NVL( mpa.approval_status, 1 ) = 1 ' ||
300: ' AND mpit.void_flag = 2 ' ||
301: ' GROUP BY mpa.adjustment_id, mpa.physical_inventory_id ' ||
302: ' , mpa.inventory_item_id, mpa.organization_id, mpa.count_quantity ' ||
303: ' HAVING count_quantity <> SUM( mpit.tag_quantity_at_standard_uom ) ';
304:
305: dummy_num := JTF_DIAGNOSTIC_COREAPI.display_sql(sqltxt,'Mismatch between MPA count and Standard UOM count');
306:
307: sqltxt := ' SELECT mpi.physical_inventory_name ' ||

Line 305: dummy_num := JTF_DIAGNOSTIC_COREAPI.display_sql(sqltxt,'Mismatch between MPA count and Standard UOM count');

301: ' GROUP BY mpa.adjustment_id, mpa.physical_inventory_id ' ||
302: ' , mpa.inventory_item_id, mpa.organization_id, mpa.count_quantity ' ||
303: ' HAVING count_quantity <> SUM( mpit.tag_quantity_at_standard_uom ) ';
304:
305: dummy_num := JTF_DIAGNOSTIC_COREAPI.display_sql(sqltxt,'Mismatch between MPA count and Standard UOM count');
306:
307: sqltxt := ' SELECT mpi.physical_inventory_name ' ||
308: ' , mpi.description ' ||
309: ' , mpi.physical_inventory_date ' ||

Line 342: ' ,mpit.tag_quantity_at_standard_uom ' ||

338: ' ,mpit.adjustment_id ' ||
339: ' ,mpit.inventory_item_id ' ||
340: ' ,mpit.tag_quantity ' ||
341: ' ,mpit.tag_uom ' ||
342: ' ,mpit.tag_quantity_at_standard_uom ' ||
343: ' ,mpit.standard_uom ' ||
344: ' ,mpit.subinventory ' ||
345: ' ,mpit.locator_id ' ||
346: ' ,mpit.lot_serial_controls ' ||

Line 343: ' ,mpit.standard_uom ' ||

339: ' ,mpit.inventory_item_id ' ||
340: ' ,mpit.tag_quantity ' ||
341: ' ,mpit.tag_uom ' ||
342: ' ,mpit.tag_quantity_at_standard_uom ' ||
343: ' ,mpit.standard_uom ' ||
344: ' ,mpit.subinventory ' ||
345: ' ,mpit.locator_id ' ||
346: ' ,mpit.lot_serial_controls ' ||
347: ' ,mpit.lot_number ' ||