DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on BEN_WARNINGS

Line 8777: ben_warnings.load_warning

8773: prev_prtt_rt_val_id := l_prv4.prtt_rt_val_id;
8774: --
8775: if fnd_global.conc_request_id in ( 0,-1) then
8776: -- Issue a warning to the user. These will display on the enrt forms.
8777: ben_warnings.load_warning
8778: (p_application_short_name => 'BEN',
8779: p_message_name => 'BEN_93369_DEL_FUT_RATE',
8780: p_parma => fnd_date.date_to_chardate( l_prv4.rt_end_dt+1 ),
8781: p_parmb => l_pen.pl_name || ' '||l_pen.opt_name,

Line 9584: ben_warnings.load_warning

9580: -- here warning the user about the deletion of the future rate.
9581: --
9582: if fnd_global.conc_request_id in ( 0,-1) then
9583: -- Issue a warning to the user. These will display on the enrt forms.
9584: ben_warnings.load_warning
9585: (p_application_short_name => 'BEN',
9586: p_message_name => 'BEN_93369_DEL_FUT_RATE',
9587: p_parma => fnd_date.date_to_chardate( l_prv4.rt_end_dt+1 ),
9588: p_parmb => l_pen.pl_name || ' '||l_pen.opt_name,