DBA Data[Home] [Help]

APPS.BENUTILS dependencies on FND_CURRENCIES

Line 5250: ,fnd_currencies cur

5246: CURSOR c_ref_perd_cd IS
5247: select pl.nip_acty_ref_perd_cd
5248: ,nvl(cur.precision,2)
5249: from ben_pl_f pl
5250: ,fnd_currencies cur
5251: where pl.pl_id = p_pl_id
5252: and p_effective_date between pl.effective_start_date
5253: and pl.effective_end_date
5254: and cur.CURRENCY_CODE(+) = pl.nip_pl_uom

Line 5336: ,fnd_currencies cur

5332: CURSOR c_ref_perd_cd IS
5333: select pl.nip_acty_ref_perd_cd
5334: ,nvl(cur.precision,2)
5335: from ben_pl_f pl
5336: ,fnd_currencies cur
5337: where pl.pl_id = p_pl_id
5338: and p_effective_date between pl.effective_start_date
5339: and pl.effective_end_date
5340: and cur.CURRENCY_CODE(+) = pl.nip_pl_uom