DBA Data[Home] [Help]

APPS.BEN_PROC_COMMON_ENRT_RSLT dependencies on FND_MSG_PUB

Line 87: 115.34 06-nov-2002 shdas bug fix 2656718 -- added fnd_msg_pub.initialize

83: 115.30 18-dec-2001 tjesumic cwb changes
84: 115.31 19-dec-2001 tjesumic cwb changes
85: 115.32 20-dec-2001 ikasire added dbdrv lines
86: 115.33 02-jan-2002 tjesumic 2170324 paramter for proc_cd2 to proc_cd5 added
87: 115.34 06-nov-2002 shdas bug fix 2656718 -- added fnd_msg_pub.initialize
88: enrollment selection page was showing some cached
89: message from fnd table
90: 115.35 13-aug-2003 kmahendr Added codes for coverage calculation for ERL
91: 115.36 22-aug-2003 kmahendr Multi_row edit proc called after election_info.

Line 1034: fnd_msg_pub.add;

1030: --
1031: exception
1032: --
1033: when others then
1034: fnd_msg_pub.add;
1035: --
1036: end process_post_enrollment_w;
1037:
1038:

Line 1059: fnd_msg_pub.initialize;

1055: l_cls_enrt_flag boolean := false;
1056: --
1057: begin
1058: --
1059: fnd_msg_pub.initialize;
1060: if p_validate = 'Y' then
1061: l_validate := true;
1062: end if;
1063: --

Line 1115: fnd_msg_pub.add;

1111: --
1112: exception
1113: --
1114: when app_exception.application_exception then --Bug 4387247
1115: fnd_msg_pub.add;
1116: ben_det_enrt_rates.clear_globals; --Bug 4436578
1117: when others then
1118: --Bug 4387247
1119: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');

Line 1121: fnd_msg_pub.add;

1117: when others then
1118: --Bug 4387247
1119: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
1120: fnd_message.set_token('2',substr(sqlerrm,1,200));
1121: fnd_msg_pub.add;
1122: ben_det_enrt_rates.clear_globals;
1123: --
1124: end process_post_enrt_calls_w;
1125:

Line 1149: fnd_msg_pub.initialize;

1145: l_self_service_flag boolean := false;
1146: --
1147: begin
1148: --
1149: fnd_msg_pub.initialize;
1150: if p_validate = 'Y' then
1151: l_validate := true;
1152: end if;
1153: --

Line 1209: fnd_msg_pub.add;

1205: --
1206: exception
1207: --
1208: when others then
1209: fnd_msg_pub.add;
1210: ben_det_enrt_rates.clear_globals;
1211: --
1212: end process_post_enrt_calls_w;
1213: