DBA Data[Home] [Help]

APPS.CSTPPWMX dependencies on STANDARD

Line 446: /* if standard job or repetitive or osfm job, do not credit the job

442: ROUND(((NVL(tl_material,0) - x_tl_mat_yld_cost) * i_txn_qty)/l_round_unit)*
443: l_round_unit,
444: nvl(b.tl_material_overhead_out,0)+
445: /* code change for bug 2090740 - decode modified for osfm jobs(class_type = 5) */
446: /* if standard job or repetitive or osfm job, do not credit the job
447: tl matl ovhd ;
448: if non-std job, credit the job tl matl ovhd */
449: DECODE(b.class_type, 1, 0, 2, 0, 5, 0,
450: ROUND(((NVL(tl_material_overhead,0) - x_tl_mat_ovhd_yld_cost) * i_txn_qty)/