DBA Data[Home] [Help]

APPS.BEN_ELEMENT_ENTRY dependencies on BEN_PGM_F

Line 839: from ben_pgm_f

835: cursor get_pgm_curr_code (c_pgm_id number,
836: c_effective_date date,
837: c_business_group_id number) is
838: select pgm_uom
839: from ben_pgm_f
840: where pgm_id = c_pgm_id
841: and c_effective_date between effective_start_date
842: and effective_end_date
843: and business_group_id = c_business_group_id;