DBA Data[Home] [Help]

APPS.BEN_CWB_RSGN_EMP dependencies on FND_MESSAGE

Line 23: * 115.7 30-Oct-2002 aupadhya replaced sqlerrm with fnd_message.get in set_approval's Exception

19: * 115.4 27-Aug-2002 aupadhya Removed unused method and Fixed Bug#2526333.
20: * 115.5 12-Sep-2002 aupadhya Added code to provide value to a work-flow attribute FROM_ROLE
21: * 115.6 28-Oct-2002 aupadhya Added code to send an notification when exception occurs in
22: * set_approval method.
23: * 115.7 30-Oct-2002 aupadhya replaced sqlerrm with fnd_message.get in set_approval's Exception
24: * block.
25: * 115.8 16 Dec 2002 hnarayan Added NOCOPY hint
26: * 115.9 24-Dec-2002 aupadhya Modified for CWB Itemization.
27: * 115.10 20-Feb-2003 aupadhya Modified For Bug#2786444.

Line 29: * hr_utility.set_location for fnd_message.get string, because

25: * 115.8 16 Dec 2002 hnarayan Added NOCOPY hint
26: * 115.9 24-Dec-2002 aupadhya Modified for CWB Itemization.
27: * 115.10 20-Feb-2003 aupadhya Modified For Bug#2786444.
28: * 115.11 24-Mar-2003 aupadhya Modified For Bug#2786444, commented
29: * hr_utility.set_location for fnd_message.get string, because
30: * it is erroring out for korean;
31: * ==========================================================================+
32: * 115.12 01-Mar-2004 aupadhya Global Budgeting Changes.
33: * 115.13 15-Mar-2004 aupadhya Added summary refresh call.

Line 520: fnd_message.set_name('BEN','BEN_93118_CWB_RSGN_COMPLETED');

516: if ( ((l_approval_cd ='AP')or(l_approval_cd='PR'))) then
517: l_flag:=1;
518: hr_utility.set_location('Current manager processed ',200);
519:
520: fnd_message.set_name('BEN','BEN_93118_CWB_RSGN_COMPLETED');
521: fnd_message.set_token('PERSON_NAME',l_curr_ws_mgr);
522: l_message:=fnd_message.get;
523:
524: end if;

Line 521: fnd_message.set_token('PERSON_NAME',l_curr_ws_mgr);

517: l_flag:=1;
518: hr_utility.set_location('Current manager processed ',200);
519:
520: fnd_message.set_name('BEN','BEN_93118_CWB_RSGN_COMPLETED');
521: fnd_message.set_token('PERSON_NAME',l_curr_ws_mgr);
522: l_message:=fnd_message.get;
523:
524: end if;
525:

Line 522: l_message:=fnd_message.get;

518: hr_utility.set_location('Current manager processed ',200);
519:
520: fnd_message.set_name('BEN','BEN_93118_CWB_RSGN_COMPLETED');
521: fnd_message.set_token('PERSON_NAME',l_curr_ws_mgr);
522: l_message:=fnd_message.get;
523:
524: end if;
525:
526:

Line 540: fnd_message.set_name('BEN','BEN_93118_CWB_RSGN_COMPLETED');

536:
537: if ( ((l_approval_cd ='AP')or(l_approval_cd ='PR'))) then
538: l_flag:=1;
539: hr_utility.set_location ('Proposed manager processed ',200);
540: fnd_message.set_name('BEN','BEN_93118_CWB_RSGN_COMPLETED');
541: fnd_message.set_token('PERSON_NAME',l_prop_ws_mgr);
542: l_message:=fnd_message.get;
543: end if;
544: end if;

Line 541: fnd_message.set_token('PERSON_NAME',l_prop_ws_mgr);

537: if ( ((l_approval_cd ='AP')or(l_approval_cd ='PR'))) then
538: l_flag:=1;
539: hr_utility.set_location ('Proposed manager processed ',200);
540: fnd_message.set_name('BEN','BEN_93118_CWB_RSGN_COMPLETED');
541: fnd_message.set_token('PERSON_NAME',l_prop_ws_mgr);
542: l_message:=fnd_message.get;
543: end if;
544: end if;
545:

Line 542: l_message:=fnd_message.get;

538: l_flag:=1;
539: hr_utility.set_location ('Proposed manager processed ',200);
540: fnd_message.set_name('BEN','BEN_93118_CWB_RSGN_COMPLETED');
541: fnd_message.set_token('PERSON_NAME',l_prop_ws_mgr);
542: l_message:=fnd_message.get;
543: end if;
544: end if;
545:
546: if l_flag=0 then

Line 629: l_error:=fnd_message.get;

625: hr_utility.set_location('Leaving '||l_package ,30);
626: EXCEPTION
627: when others then
628: hr_utility.set_location('Leaving '||sqlerrm ,30);
629: l_error:=fnd_message.get;
630: wf_engine.SetItemAttrText( itemtype => itemtype
631: , itemkey => itemkey
632: , aname => 'MESSAGE_TYPE'
633: , avalue => 'COMPLETED');