DBA Data[Home] [Help]

APPS.HXT_RETRO_MIX dependencies on HXT_TIMECARDS_X

Line 1087: FROM hxt_timecards_x tim,

1083: hsw.attribute12,
1084: hsw.attribute13,
1085: hsw.attribute14,
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

Line 1219: FROM hxt_timecards_x tim,

1215: hrw.state_name,
1216: hrw.county_name,
1217: hrw.city_name,
1218: hrw.zip_code
1219: FROM hxt_timecards_x tim,
1220: per_time_periods ptp,
1221: hxt_det_hours_worked_x hrw,
1222: hr_lookups hcl, --GLOBAL
1223: per_assignments_f asm,

Line 1311: FROM hxt_timecards_x tim,

1307: p_ZIP_CODE VARCHAR2 ,
1308: p_attribute_list VARCHAR2 )
1309: IS
1310: SELECT hrw.hours hours_worked, hrw.ROWID hrw_rowid -- OHM199
1311: FROM hxt_timecards_x tim,
1312: per_time_periods ptp,
1313: hxt_det_hours_worked_f hrw,
1314: hxt_sum_hours_worked_f hsw,
1315: per_assignments_f asm,

Line 1453: FROM hxt_timecards_x tim,

1449: p_ZIP_CODE VARCHAR2 )
1450:
1451: IS
1452: SELECT hrw.amount amount, hrw.ROWID hrw_rowid -- OHM199
1453: FROM hxt_timecards_x tim,
1454: per_time_periods ptp,
1455: hxt_det_hours_worked_f hrw,
1456: per_assignments_f asm,
1457: pay_element_types_f elt

Line 2649: FROM hxt_timecards_x tim, /* SIR416 PWM 21MAR00 */

2645: hrw.county_name,
2646: hrw.city_name,
2647: hrw.zip_code,
2648: hrw.parent_id
2649: FROM hxt_timecards_x tim, /* SIR416 PWM 21MAR00 */
2650: per_time_periods ptp,
2651: hxt_det_hours_worked_f hrw,
2652: hr_lookups hcl, --GLOBAL
2653: per_assignments_f asm,

Line 3148: FROM hxt_timecards_x tim, /* SIR416 PWM 21MAR00 */

3144: hrw.county_name,
3145: hrw.city_name,
3146: hrw.zip_code
3147: /* BSE107 */
3148: FROM hxt_timecards_x tim, /* SIR416 PWM 21MAR00 */
3149: per_time_periods ptp,
3150: hxt_det_hours_worked_f hrw,
3151: hr_lookups hcl, --GLOBAL
3152: per_assignments_f asm,