DBA Data[Home] [Help]

APPS.WSMPWROT dependencies on WIP_CONSTANTS

Line 1000: decode(nvl(BOR.basis_type, 1), wip_constants.PER_LOT , BOR.usage_rate_or_amount,

996: SELECT BOR.resource_id ,
997: BOR.activity_id ,
998: BOR.standard_rate_flag ,
999: BOR.assigned_units ,
1000: decode(nvl(BOR.basis_type, 1), wip_constants.PER_LOT , BOR.usage_rate_or_amount,
1001: BOR.usage_rate_or_amount * nvl(WRO.QUANTITY_PER_ASSEMBLY, 1) ) usage_rate_or_amount,
1002: BOR.basis_type ,
1003: BOR.autocharge_type ,
1004: BOS.department_id,