DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_ACTN_API dependencies on BEN_CVRD_DPNT_CTFN_PRVDD_F

Line 1838: from ben_cvrd_dpnt_ctfn_prvdd_f

1834: select cvrd_dpnt_ctfn_prvdd_id,
1835: object_version_number,
1836: effective_start_date,
1837: effective_end_date
1838: from ben_cvrd_dpnt_ctfn_prvdd_f
1839: where prtt_enrt_actn_id = p_prtt_enrt_actn_id
1840: and business_group_id = p_business_group_id
1841: and p_effective_date between effective_start_date
1842: and effective_end_date;