DBA Data[Home] [Help]

APPS.PAY_RETRO_PKG dependencies on PAY_OBJECT_GROUPS

Line 1164: from pay_object_groups pog

1160: select distinct
1161: pog.source_id,
1162: hr_dynsql.get_tax_unit(pog.source_id,
1163: p_eff_date) tax_unit_id
1164: from pay_object_groups pog
1165: where pog.parent_object_group_id = p_proc_grp_id
1166: and pog.source_type = 'PAF'
1167: and p_eff_date between pog.start_date
1168: and pog.end_date;