DBA Data[Home] [Help]

APPS.BEN_ELECTION_INFORMATION dependencies on PAY_ELEMENT_TYPES_F

Line 1390: from pay_element_types_f pet

1386: -- Bug 8374859
1387:
1388: cursor c_pet is
1389: select pet.processing_type
1390: from pay_element_types_f pet
1391: where pet.element_type_id = l_enrt_rt.element_type_id
1392: and l_effective_date between pet.effective_start_date
1393: and pet.effective_end_date;
1394: --