DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on BEN_WARNINGS

Line 7863: ben_warnings.load_warning

7859: prev_prtt_rt_val_id := l_prv4.prtt_rt_val_id;
7860: --
7861: if fnd_global.conc_request_id in ( 0,-1) then
7862: -- Issue a warning to the user. These will display on the enrt forms.
7863: ben_warnings.load_warning
7864: (p_application_short_name => 'BEN',
7865: p_message_name => 'BEN_93369_DEL_FUT_RATE',
7866: p_parma => fnd_date.date_to_chardate( l_prv4.rt_end_dt+1 ),
7867: p_parmb => l_pen.pl_name || ' '||l_pen.opt_name,

Line 8396: ben_warnings.load_warning

8392: -- here warning the user about the deletion of the future rate.
8393: --
8394: if fnd_global.conc_request_id in ( 0,-1) then
8395: -- Issue a warning to the user. These will display on the enrt forms.
8396: ben_warnings.load_warning
8397: (p_application_short_name => 'BEN',
8398: p_message_name => 'BEN_93369_DEL_FUT_RATE',
8399: p_parma => fnd_date.date_to_chardate( l_prv4.rt_end_dt+1 ),
8400: p_parmb => l_pen.pl_name || ' '||l_pen.opt_name,