DBA Data[Home] [Help]

APPS.WSMPWROT dependencies on STANDARD

Line 998: BOR.standard_rate_flag ,

994: DECLARE
995: CURSOR phan_resc_cursor IS
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 ,

Line 1138: standard_rate_flag,

1134: activity_id,
1135: scheduled_flag,
1136: assigned_units,
1137: autocharge_type,
1138: standard_rate_flag,
1139: applied_resource_units,
1140: applied_resource_value,
1141: start_date,
1142: completion_date,

Line 1174: cur_resc.standard_rate_flag,

1170: cur_resc.activity_id,
1171: 2, /* non-scheduled */
1172: cur_resc.assigned_units,
1173: cur_resc.autocharge_type,
1174: cur_resc.standard_rate_flag,
1175: x_applied_resource_units,
1176: x_applied_resource_value,
1177: x_start_date,
1178: x_completion_date,