DBA Data[Home] [Help]

APPS.HXT_TD_UTIL dependencies on HXT_EARN_GROUP_TYPES

Line 843: hxt_earn_group_types egt,

839: SELECT NVL (SUM (hrw.hours), 0)
840: FROM hxt_det_hours_worked hrw, --C421
841: hxt_timecards tim,
842: hxt_earn_groups erg,
843: hxt_earn_group_types egt,
844: hxt_earning_policies erp
845: -- WHERE tim.id = a_tim_id
846: -- AND hrw.tim_id = a_tim_id
847:

Line 882: hxt_earn_group_types egt,

878: SELECT NVL (SUM (hrw.hours), 0)
879: FROM hxt_det_hours_worked_f hrw,
880: hxt_timecards_f tim,
881: hxt_earn_groups erg,
882: hxt_earn_group_types egt,
883: hxt_earning_policies erp
884: WHERE tim.for_person_id = a_for_person_id
885: AND session_date between hrw.effective_start_date
886: and hrw.effective_end_Date

Line 918: hxt_earn_group_types egt,

914: SELECT NVL (SUM (hrw.hours), 0)
915: FROM hxt_det_hours_worked_f hrw,
916: hxt_timecards_f tim,
917: hxt_earn_groups erg,
918: hxt_earn_group_types egt,
919: hxt_earning_policies erp
920: WHERE tim.id IN (p_tim_id, p_prev_id)
921: AND session_date between hrw.effective_start_date
922: and hrw.effective_end_Date

Line 1053: hxt_earn_group_types egt,

1049: SELECT NVL (SUM (hrw.hours), 0)
1050: FROM hxt_det_hours_worked hrw, --C421
1051: hxt_timecards tim,
1052: hxt_earn_groups erg,
1053: hxt_earn_group_types egt,
1054: hxt_earning_policies erp
1055: -- WHERE tim.id = a_tim_id
1056: -- AND hrw.tim_id = a_tim_id
1057:

Line 1094: hxt_earn_group_types egt,

1090: SELECT NVL (SUM (hrw.hours), 0)
1091: FROM hxt_det_hours_worked_f hrw, --C421
1092: hxt_timecards_f tim,
1093: hxt_earn_groups erg,
1094: hxt_earn_group_types egt,
1095: hxt_earning_policies erp
1096: WHERE tim.for_person_id = a_for_person_id
1097: AND hrw.tim_id = tim.id
1098: AND session_date BETWEEN hrw.effective_start_date

Line 1129: hxt_earn_group_types egt,

1125: SELECT NVL (SUM (hrw.hours), 0)
1126: FROM hxt_det_hours_worked_f hrw,
1127: hxt_timecards_f tim,
1128: hxt_earn_groups erg,
1129: hxt_earn_group_types egt,
1130: hxt_earning_policies erp
1131: WHERE tim.id IN (p_tim_id, p_prev_id)
1132: AND session_date between hrw.effective_start_date
1133: and hrw.effective_end_Date

Line 1249: FROM hxt_earn_group_types egt

1245: END IF;
1246:
1247: SELECT 1
1248: INTO returned_element
1249: FROM hxt_earn_group_types egt
1250: WHERE egt.fcl_eg_type = 'INCLUDE'
1251: AND a_date_worked BETWEEN egt.effective_start_date
1252: AND egt.effective_end_date
1253: AND egt.id = a_earn_group