DBA Data[Home] [Help]

APPS.BEN_ELEMENT_ENTRY dependencies on BEN_PL_F

Line 850: from ben_pl_f

846: cursor get_pl_curr_code (c_pl_id number,
847: c_effective_date date,
848: c_business_group_id number) is
849: select nip_pl_uom
850: from ben_pl_f
851: where pl_id = c_pl_id
852: and c_effective_date between effective_start_date
853: and effective_end_date
854: and business_group_id = c_business_group_id;