DBA Data[Home] [Help]

APPS.BEN_ON_LINE_LF_EVT dependencies on FND_MSG_PUB

Line 2803: fnd_msg_pub.initialize;

2799: --
2800: hr_utility.set_location('l_trace_param : '|| l_trace_param, 5);
2801: hr_utility.set_location ('Entering '||l_proc,10);
2802: --
2803: fnd_msg_pub.initialize;
2804:
2805: /* One-Off bug 3697615
2806: The behavior of SS form function parameter 'ssProcessUnrestricted' will be as follows:
2807: 1. If set to Y, it will always run Unrestricted Benmngle

Line 2897: fnd_msg_pub.initialize;

2893:
2894: -- If no execption raised, clear the message cache to avoid
2895: -- getting "Calling ben_generate_communications".
2896: --
2897: fnd_msg_pub.initialize;
2898: --
2899: commit;
2900: --
2901: hr_utility.set_location ('Leaving '||l_proc,30);

Line 2935: fnd_msg_pub.add;

2931: l_encoded_message := fnd_message.get_encoded;
2932: rollback;
2933: else
2934: p_return_status := 'E';
2935: fnd_msg_pub.add;
2936: rollback;
2937: end if;
2938: --
2939: if l_trace_on then

Line 2949: fnd_msg_pub.add;

2945: --
2946: when others then
2947: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
2948: fnd_message.set_token('2',substr(sqlerrm,1,200));
2949: fnd_msg_pub.add;
2950: p_return_status := 'E';
2951: if l_trace_on then
2952: hr_utility.trace_off;
2953: l_trace_param := null;

Line 2990: fnd_msg_pub.initialize;

2986: --hr_utility.trace_on(NULL, 'IREC2'); -- ACE
2987: --
2988: hr_utility.set_location ('Entering '||l_proc,10);
2989: --
2990: fnd_msg_pub.initialize;
2991: --
2992: hr_utility.set_location ('Calling p_manage_irec_life_events_w in iRecruitment (I) mode', 20);
2993: --
2994: -- l_effective_date := to_char(p_effective_date,'YYYY/MM/DD HH24:MI:SS');

Line 3013: fnd_msg_pub.initialize;

3009:
3010: -- If no execption raised, clear the message cache to avoid
3011: -- getting "Calling ben_generate_communications".
3012: --
3013: fnd_msg_pub.initialize;
3014: --
3015: commit;
3016: --
3017: hr_utility.set_location ('Leaving '||l_proc,30);

Line 3038: fnd_msg_pub.add;

3034: end if;
3035: if (l_message_name = 'BEN_91664_BENMNGLE_NO_OBJECTS') then
3036: l_encoded_message := fnd_message.get_encoded;
3037: else
3038: fnd_msg_pub.add;
3039: end if;
3040:
3041: rollback to irec_life_events_savepoint;
3042: --

Line 3046: fnd_msg_pub.add;

3042: --
3043: when others then
3044: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
3045: fnd_message.set_token('2',substr(sqlerrm,1,200));
3046: fnd_msg_pub.add;
3047: -- hr_utility.set_location(' EXCEPTION CAUGHT',9909);
3048: --hr_utility.trace_off;
3049: rollback to irec_life_events_savepoint;
3050: end p_manage_irec_life_events_w;