DBA Data[Home] [Help]

APPS.BEN_ABR_BUS dependencies on STANDARD

Line 333: -- or p_oipl_id or p_oiplip_id Standard Rate is associated

329: -- object_version_number Object version number of record being
330: -- inserted or updated.
331: -- p_business_group_id Business group id
332: -- p_pl_id or p_plip_id Plan/Plan in Option/Plan in Program ID to which
333: -- or p_oipl_id or p_oiplip_id Standard Rate is associated
334: -- p_ordr_num Ordr_num
335: --
336: -- Post Success
337: -- Processing continues

Line 1849: -- If no standard Rate Used Flag is "on", then uses Variable Rate flag

1845: fnd_message.raise_error;
1846: --
1847: end if;
1848: --
1849: -- If no standard Rate Used Flag is "on", then uses Variable Rate flag
1850: -- must be "on".
1851: If P_NO_STD_RT_USED_FLAG = 'Y' and P_USES_VARBL_RT_FLAG <> 'Y' then
1852: fnd_message.set_name('BEN','BEN_91417_INVLD_STD_VRBL_FLAGS');
1853: fnd_message.raise_error;