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 1051: fnd_msg_pub.add;

1047: --
1048: exception
1049: --
1050: when others then
1051: fnd_msg_pub.add;
1052: --
1053: end process_post_enrollment_w;
1054:
1055:

Line 1076: fnd_msg_pub.initialize;

1072: l_cls_enrt_flag boolean := false;
1073: --
1074: begin
1075: --
1076: fnd_msg_pub.initialize;
1077: if p_validate = 'Y' then
1078: l_validate := true;
1079: end if;
1080: --

Line 1132: fnd_msg_pub.add;

1128: --
1129: exception
1130: --
1131: when app_exception.application_exception then --Bug 4387247
1132: fnd_msg_pub.add;
1133: ben_det_enrt_rates.clear_globals; --Bug 4436578
1134: when others then
1135: --Bug 4387247
1136: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');

Line 1138: fnd_msg_pub.add;

1134: when others then
1135: --Bug 4387247
1136: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
1137: fnd_message.set_token('2',substr(sqlerrm,1,200));
1138: fnd_msg_pub.add;
1139: ben_det_enrt_rates.clear_globals;
1140: --
1141: end process_post_enrt_calls_w;
1142:

Line 1166: fnd_msg_pub.initialize;

1162: l_self_service_flag boolean := false;
1163: --
1164: begin
1165: --
1166: fnd_msg_pub.initialize;
1167: if p_validate = 'Y' then
1168: l_validate := true;
1169: end if;
1170: --

Line 1226: fnd_msg_pub.add;

1222: --
1223: exception
1224: --
1225: when others then
1226: fnd_msg_pub.add;
1227: ben_det_enrt_rates.clear_globals;
1228: --
1229: end process_post_enrt_calls_w;
1230: