DBA Data[Home] [Help]

APPS.PAY_RETRO_PKG dependencies on PAY_OBJECT_GROUPS

Line 1133: from pay_object_groups pog

1129: select distinct
1130: pog.source_id,
1131: hr_dynsql.get_tax_unit(pog.source_id,
1132: p_eff_date) tax_unit_id
1133: from pay_object_groups pog
1134: where pog.parent_object_group_id = p_proc_grp_id
1135: and pog.source_type = 'PAF'
1136: and p_eff_date between pog.start_date
1137: and pog.end_date;