DBA Data[Home] [Help]

APPS.GMF_LAYERS dependencies on STANDARD

Line 2340: (fnd_file.log,'Fiscal policy Cost Type (Alternate for Lot Costing) Actual=1 Standard=0 Is '||l_type );

2336: FETCH Cur_cost_type INTO l_type;
2337: CLOSE Cur_cost_type;
2338:
2339: fnd_file.put_line
2340: (fnd_file.log,'Fiscal policy Cost Type (Alternate for Lot Costing) Actual=1 Standard=0 Is '||l_type );
2341:
2342: IF (l_type = 1) THEN
2343:
2344: OPEN Cur_OPM_costed;