DBA Data[Home] [Help]

APPS.GMF_SUBLEDGER_REPORT dependencies on GMF_LOT_COST_ADJUSTMENTS

Line 652: FROM gmf_lot_cost_adjustments

648: THEN
649: /* This is Lot Cost Adjustment */
650: SELECT onhand_qty
651: INTO l_quantity
652: FROM gmf_lot_cost_adjustments
653: WHERE adjustment_id = r.line_id;
654: END IF; /* End bug 3196846 */
655: /* End bug 2230751 */
656: END IF;