DBA Data[Home] [Help]

APPS.BENUTILS dependencies on FND_CURRENCIES

Line 5125: ,fnd_currencies cur

5121: CURSOR c_ref_perd_cd IS
5122: select pl.nip_acty_ref_perd_cd
5123: ,nvl(cur.precision,2)
5124: from ben_pl_f pl
5125: ,fnd_currencies cur
5126: where pl.pl_id = p_pl_id
5127: and p_effective_date between pl.effective_start_date
5128: and pl.effective_end_date
5129: and cur.CURRENCY_CODE(+) = pl.nip_pl_uom

Line 5211: ,fnd_currencies cur

5207: CURSOR c_ref_perd_cd IS
5208: select pl.nip_acty_ref_perd_cd
5209: ,nvl(cur.precision,2)
5210: from ben_pl_f pl
5211: ,fnd_currencies cur
5212: where pl.pl_id = p_pl_id
5213: and p_effective_date between pl.effective_start_date
5214: and pl.effective_end_date
5215: and cur.CURRENCY_CODE(+) = pl.nip_pl_uom