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 521: fnd_message.set_name('BEN','BEN_93118_CWB_RSGN_COMPLETED');

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

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

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

Line 523: l_message:=fnd_message.get;

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

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

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

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

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

Line 543: l_message:=fnd_message.get;

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

Line 630: l_error:=fnd_message.get;

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