DBA Data[Home] [Help]

APPS.HXT_RETRO_MIX dependencies on HXT_SUM_HOURS_WORKED_X

Line 974: FROM hxt_sum_hours_worked_x

970: attribute12,
971: attribute13,
972: attribute14,
973: attribute15
974: FROM hxt_sum_hours_worked_x
975: WHERE id = p_id;
976:
977:
978: -- select current hours by detail where hours<>0 and amount=0

Line 1090: hxt_sum_hours_worked_x hsw,

1086: hsw.attribute15
1087: FROM hxt_timecards_x tim,
1088: per_time_periods ptp,
1089: hxt_det_hours_worked_x hrw,
1090: hxt_sum_hours_worked_x hsw,
1091: hr_lookups hcl, --GLOBAL
1092: per_assignments_f asm,
1093: pay_element_types_f elt,
1094: hxt_pay_element_types_f_ddf_v eltv, --SIR65