DBA Data[Home] [Help]

APPS.HR_APPRAISAL_WORKFLOW_SS dependencies on WF_CORE

Line 107: Wf_Core.Context(gv_package, '.setAppraisalSystemParams', itemtype,

103: result:= 'COMPLETE:';
104:
105: exception
106: when others then
107: Wf_Core.Context(gv_package, '.setAppraisalSystemParams', itemtype,
108: itemkey, to_char(actid), funmode);
109: raise;
110: end setAppraisalSystemParams;
111:

Line 276: wf_core.Context(gv_package, '.create_hr_transaction', p_itemtype, p_itemkey, p_actid, p_funcmode);

272: hr_utility.set_location('Leaving:'|| gv_package || '.create_hr_transaction', 10);
273:
274: EXCEPTION
275: WHEN OTHERS THEN
276: wf_core.Context(gv_package, '.create_hr_transaction', p_itemtype, p_itemkey, p_actid, p_funcmode);
277: hr_utility.trace(' exception in '||gv_package||'.create_hr_transaction : ' || sqlerrm);
278: raise;
279:
280: end create_hr_transaction;

Line 364: Wf_Core.Context('hr_workflow_ss', 'build_edit_link', document_id, display_type);

360: when others then
361: document := null;
362: document_type :=null;
363: hr_utility.set_location('hr_workflow_ss.build_edit_link errored : '||SQLERRM ||' '||to_char(SQLCODE), 20);
364: Wf_Core.Context('hr_workflow_ss', 'build_edit_link', document_id, display_type);
365: raise;
366: end build_link;
367:
368:

Line 418: Wf_Core.Token('TYPE', itemtype);

414: aname => 'PERFORMER');
415:
416:
417: if prole is null then
418: Wf_Core.Token('TYPE', itemtype);
419: Wf_Core.Token('ACTID', to_char(actid));
420: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');
421: end if;
422:

Line 419: Wf_Core.Token('ACTID', to_char(actid));

415:
416:
417: if prole is null then
418: Wf_Core.Token('TYPE', itemtype);
419: Wf_Core.Token('ACTID', to_char(actid));
420: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');
421: end if;
422:
423: -- message name and expand roles will be null. Get these from attributes

Line 420: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');

416:
417: if prole is null then
418: Wf_Core.Token('TYPE', itemtype);
419: Wf_Core.Token('ACTID', to_char(actid));
420: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');
421: end if;
422:
423: -- message name and expand roles will be null. Get these from attributes
424: avalue := upper(Wf_Engine.GetActivityAttrText(itemtype, itemkey,

Line 451: Wf_Core.Context(gv_package, 'Notify', itemtype,

447: notid:= Wf_Engine.g_nid ;
448:
449: exception
450: when others then
451: Wf_Core.Context(gv_package, 'Notify', itemtype,
452: itemkey, to_char(actid), funcmode);
453: raise;
454: end Notify;
455:

Line 493: Wf_Core.Context(gv_package, '.notify_appraisee_or_appraiser', itemtype,

489:
490:
491: exception
492: when others then
493: Wf_Core.Context(gv_package, '.notify_appraisee_or_appraiser', itemtype,
494: itemkey, to_char(actid), funcmode);
495: raise;
496: end notify_appraisee_or_appraiser;
497: procedure reset_appr_ntf_status(itemtype in varchar2,

Line 517: Wf_Core.Context(gv_package, '.reset_appr_ntf_status', itemtype,

513: --resultout := 'NOTIFIED';
514:
515: exception
516: when others then
517: Wf_Core.Context(gv_package, '.reset_appr_ntf_status', itemtype,
518: itemkey, to_char(actid), funcmode);
519: raise;
520: end reset_appr_ntf_status;
521: procedure block(itemtype in varchar2,

Line 541: Wf_Core.Context(gv_package, 'block', itemtype,

537: --resultout := 'NOTIFIED';
538:
539: exception
540: when others then
541: Wf_Core.Context(gv_package, 'block', itemtype,
542: itemkey, to_char(actid), funcmode);
543: raise;
544: end block;
545: procedure find_next_participant(itemtype in varchar2,

Line 616: Wf_Core.Context(gv_package, '.find_next_participant', itemtype,

612:
613: end if;
614: exception
615: when others then
616: Wf_Core.Context(gv_package, '.find_next_participant', itemtype,
617: itemkey, to_char(actid), funcmode);
618: raise;
619: end find_next_participant;
620:

Line 689: Wf_Core.Context(gv_package, '.branch_on_participant_type', itemtype,

685:
686:
687: exception
688: when others then
689: Wf_Core.Context(gv_package, '.branch_on_participant_type', itemtype,
690: itemkey, to_char(actid), funcmode);
691: raise;
692: end branch_on_participant_type;
693:

Line 721: Wf_Core.Context(gv_package, '.participants_block', itemtype,

717: --resultout := 'NOTIFIED';
718:
719: exception
720: when others then
721: Wf_Core.Context(gv_package, '.participants_block', itemtype,
722: itemkey, to_char(actid), funmode);
723: raise;
724: end participants_block;
725:

Line 763: Wf_Core.Context(gv_package, '.approvals_block', itemtype,

759: --resultout := 'NOTIFIED';
760:
761: exception
762: when others then
763: Wf_Core.Context(gv_package, '.approvals_block', itemtype,
764: itemkey, to_char(actid), funmode);
765: raise;
766: end approvals_block;
767:

Line 789: Wf_Core.Context(gv_package, '.appraisee_or_appraiser_block', itemtype,

785: wf_engine.setitemattrnumber(itemtype,itemkey,'HR_APPRAI_MAIN_BLOCK_ID_ATTR',actid);
786: end if;
787: exception
788: when others then
789: Wf_Core.Context(gv_package, '.appraisee_or_appraiser_block', itemtype,
790: itemkey, to_char(actid), funmode);
791: raise;
792: end appraisee_or_appraiser_block;
793:

Line 846: wf_core.Context(gv_package, '.getApprovalBlockId', p_itemtype, p_itemkey);

842: and ias.notification_id is not null;
843: end if;
844: exception
845: when no_data_found then
846: wf_core.Context(gv_package, '.getApprovalBlockId', p_itemtype, p_itemkey);
847: hr_utility.trace(' exception in '||gv_package||'.getApprovalBlockId : ' || sqlerrm);
848: when others then
849: raise;
850: end;

Line 854: wf_core.Context(gv_package, '.getApprovalBlockId', p_itemtype, p_itemkey);

850: end;
851: p_blockId := ln_appr_approval_block_id;
852: exception
853: when others then
854: wf_core.Context(gv_package, '.getApprovalBlockId', p_itemtype, p_itemkey);
855: hr_utility.trace(' exception in '||gv_package||'.getApprovalBlockId : ' || sqlerrm);
856: raise;
857: end getApprovalBlockId;
858:

Line 928: wf_core.Context(gv_package, '.reset_main_appraiser', p_itemtype, p_itemkey, p_actid, p_funcmode);

924: hr_utility.set_location('Leaving:'|| gv_package || '.reset_main_appraiser', 10);
925:
926: EXCEPTION
927: WHEN OTHERS THEN
928: wf_core.Context(gv_package, '.reset_main_appraiser', p_itemtype, p_itemkey, p_actid, p_funcmode);
929: hr_utility.trace(' exception in '||gv_package||'.reset_main_appraiser : ' || sqlerrm);
930: raise;
931:
932: end reset_main_appraiser;

Line 965: wf_core.Context(gv_package, '.commit_transaction', p_itemtype, p_itemkey, p_actid, p_funcmode);

961: hr_utility.set_location('Leaving:'|| gv_package || '.commit_transaction', 10);
962:
963: EXCEPTION
964: WHEN OTHERS THEN
965: wf_core.Context(gv_package, '.commit_transaction', p_itemtype, p_itemkey, p_actid, p_funcmode);
966: hr_utility.trace(' exception in '||gv_package||'.commit_transaction : ' || sqlerrm);
967: raise;
968:
969: end commit_transaction;

Line 1028: wf_core.Context(gv_package, '.update_appraisal_system_status', p_itemtype, p_itemkey);

1024: hr_utility.set_location('Leaving:'|| gv_package || '.update_appraisal_system_status', 10);
1025:
1026: EXCEPTION
1027: WHEN OTHERS THEN
1028: wf_core.Context(gv_package, '.update_appraisal_system_status', p_itemtype, p_itemkey);
1029: hr_utility.trace(' exception in '||gv_package||'.update_appraisal_system_status : ' || sqlerrm);
1030: raise;
1031:
1032: end update_appraisal_system_status;

Line 1054: wf_core.Context(gv_package, '.set_appraisal_rfc_status', p_itemtype, p_itemkey, p_actid, p_funcmode);

1050: hr_utility.set_location('Leaving:'|| gv_package || '.set_appraisal_rfc_status', 10);
1051:
1052: EXCEPTION
1053: WHEN OTHERS THEN
1054: wf_core.Context(gv_package, '.set_appraisal_rfc_status', p_itemtype, p_itemkey, p_actid, p_funcmode);
1055: hr_utility.trace(' exception in '||gv_package||'.set_appraisal_rfc_status : ' || sqlerrm);
1056: raise;
1057:
1058: end set_appraisal_rfc_status;

Line 1083: wf_core.Context(gv_package, '.set_appraisal_reject_status', p_itemtype, p_itemkey, p_actid, p_funcmode);

1079: hr_utility.set_location('Leaving:'|| gv_package || '.set_appraisal_reject_status', 10);
1080:
1081: EXCEPTION
1082: WHEN OTHERS THEN
1083: wf_core.Context(gv_package, '.set_appraisal_reject_status', p_itemtype, p_itemkey, p_actid, p_funcmode);
1084: hr_utility.trace(' exception in '||gv_package||'.set_appraisal_reject_status : ' || sqlerrm);
1085: raise;
1086:
1087: end set_appraisal_reject_status;

Line 1112: wf_core.Context(gv_package, '.notify_appraisee_on_completion', p_itemtype, p_itemkey, p_actid, p_funcmode);

1108:
1109:
1110: EXCEPTION
1111: WHEN OTHERS THEN
1112: wf_core.Context(gv_package, '.notify_appraisee_on_completion', p_itemtype, p_itemkey, p_actid, p_funcmode);
1113: hr_utility.trace(' exception in '||gv_package||'.notify_appraisee_on_completion : ' || sqlerrm);
1114: raise;
1115:
1116: end notify_appraisee_on_completion;

Line 1165: Wf_Core.Context('hr_workflow_ss', 'build_ma_compl_log_msg',

1161: document := null;
1162: document_type :=null;
1163: hr_utility.set_location('hr_appraisal_workflow_ss.build_ma_compl_log_msg errored : '
1164: ||SQLERRM ||' '||to_char(SQLCODE), 20);
1165: Wf_Core.Context('hr_workflow_ss', 'build_ma_compl_log_msg',
1166: document_id, display_type);
1167: raise;
1168: end build_ma_compl_log_msg;
1169:

Line 1231: wf_core.Context(gv_package,'.appraisee_feedback_allowed',p_itemtype, p_itemkey

1227:
1228:
1229: exception
1230: when others then
1231: wf_core.Context(gv_package,'.appraisee_feedback_allowed',p_itemtype, p_itemkey
1232: , p_actid,p_funcmode );
1233: hr_utility.trace('Exception in ' || gv_package || '.appraisee_feedback_allowed' ||
1234: sqlerrm );
1235: raise ;

Line 1275: wf_core.Context(gv_package,'.appraisee_commit_aft_feedback',p_itemtype, p_itemkey

1271: hr_utility.set_location('Exiting:'|| gv_package || '.appraisee_commit_aft_feedback', 1);
1272:
1273: exception
1274: when others then
1275: wf_core.Context(gv_package,'.appraisee_commit_aft_feedback',p_itemtype, p_itemkey
1276: , p_actid,p_funcmode );
1277: hr_utility.trace('Exception in ' || gv_package || '.appraisee_commit_aft_feedback' ||
1278: sqlerrm );
1279: raise ;

Line 1320: Wf_Core.Context(gv_package, '.notify_appraisee', p_itemtype,

1316: WF_STANDARD.BLOCK(p_itemtype,p_itemkey,p_actid,p_funcmode,p_result); --TBD uncomment this line
1317:
1318: exception
1319: when others then
1320: Wf_Core.Context(gv_package, '.notify_appraisee', p_itemtype,
1321: p_itemkey, to_char(p_actid), p_funcmode);
1322: raise;
1323: end notify_appraisee;
1324: