DBA Data[Home] [Help]

APPS.BEN_ON_LINE_LF_EVT dependencies on FND_MSG_PUB

Line 2838: fnd_msg_pub.initialize;

2834: --
2835: hr_utility.set_location('l_trace_param : '|| l_trace_param, 5);
2836: hr_utility.set_location ('Entering '||l_proc,10);
2837: --
2838: fnd_msg_pub.initialize;
2839:
2840: /* One-Off bug 3697615
2841: The behavior of SS form function parameter 'ssProcessUnrestricted' will be as follows:
2842: 1. If set to Y, it will always run Unrestricted Benmngle

Line 2932: fnd_msg_pub.initialize;

2928:
2929: -- If no execption raised, clear the message cache to avoid
2930: -- getting "Calling ben_generate_communications".
2931: --
2932: fnd_msg_pub.initialize;
2933: --
2934: commit;
2935: --
2936: hr_utility.set_location ('Leaving '||l_proc,30);

Line 2980: fnd_msg_pub.add_detail(p_message_type => FND_MSG_PUB.g_information_msg);

2976: fnd_message.set_token('NEW_LE',l_new_ler);
2977: fnd_message.set_token('LF_EVT_OCRD_DT',l_lf_evt_ocrd_date);
2978: fnd_message.set_token('EFFECTIVE_DATE',l_effective_dt);
2979: p_return_status := 'BEN_94751';
2980: fnd_msg_pub.add_detail(p_message_type => FND_MSG_PUB.g_information_msg);
2981: rollback;
2982: --End Bug 14680386
2983: else
2984: p_return_status := 'E';

Line 2985: fnd_msg_pub.add;

2981: rollback;
2982: --End Bug 14680386
2983: else
2984: p_return_status := 'E';
2985: fnd_msg_pub.add;
2986: rollback;
2987: end if;
2988: --
2989: if l_trace_on then

Line 2999: fnd_msg_pub.add;

2995: --
2996: when others then
2997: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
2998: fnd_message.set_token('2',substr(sqlerrm,1,200));
2999: fnd_msg_pub.add;
3000: p_return_status := 'E';
3001: if l_trace_on then
3002: hr_utility.trace_off;
3003: l_trace_param := null;

Line 3040: fnd_msg_pub.initialize;

3036: --hr_utility.trace_on(NULL, 'IREC2'); -- ACE
3037: --
3038: hr_utility.set_location ('Entering '||l_proc,10);
3039: --
3040: fnd_msg_pub.initialize;
3041: --
3042: hr_utility.set_location ('Calling p_manage_irec_life_events_w in iRecruitment (I) mode', 20);
3043: --
3044: -- l_effective_date := to_char(p_effective_date,'YYYY/MM/DD HH24:MI:SS');

Line 3063: fnd_msg_pub.initialize;

3059:
3060: -- If no execption raised, clear the message cache to avoid
3061: -- getting "Calling ben_generate_communications".
3062: --
3063: fnd_msg_pub.initialize;
3064: --
3065: commit;
3066: --
3067: hr_utility.set_location ('Leaving '||l_proc,30);

Line 3088: fnd_msg_pub.add;

3084: end if;
3085: if (l_message_name = 'BEN_91664_BENMNGLE_NO_OBJECTS') then
3086: l_encoded_message := fnd_message.get_encoded;
3087: else
3088: fnd_msg_pub.add;
3089: end if;
3090:
3091: rollback to irec_life_events_savepoint;
3092: --

Line 3096: fnd_msg_pub.add;

3092: --
3093: when others then
3094: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
3095: fnd_message.set_token('2',substr(sqlerrm,1,200));
3096: fnd_msg_pub.add;
3097: -- hr_utility.set_location(' EXCEPTION CAUGHT',9909);
3098: --hr_utility.trace_off;
3099: rollback to irec_life_events_savepoint;
3100: end p_manage_irec_life_events_w;