DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_API_PKG dependencies on WF_CORE

Line 157: WF_CORE.Context('ECO_APP', 'Get_ECO_and_OrgId',

153: EXCEPTION
154: WHEN OTHERS THEN
155: -- The line below records this function call in the error system
156: -- in the case of an exception.
157: WF_CORE.Context('ECO_APP', 'Get_ECO_and_OrgId',
158: itemtype, itemkey, to_char(actid), funcmode);
159: RAISE;
160:
161: END Get_ECO_and_OrgId;

Line 529: WF_CORE.Context('ECO_APP', 'Get_Eco_Attributes',

525: EXCEPTION
526: WHEN OTHERS THEN
527: -- The line below records this function call in the error system
528: -- in the case of an exception.
529: WF_CORE.Context('ECO_APP', 'Get_Eco_Attributes',
530: itemtype, itemkey, to_char(actid), funcmode);
531: RAISE;
532:
533: END Get_Eco_Attributes;

Line 609: WF_CORE.Context('ECO_APP', 'Approve_Eco',

605: EXCEPTION
606: WHEN OTHERS THEN
607: -- The line below records this function call in the error system
608: -- in the case of an exception.
609: WF_CORE.Context('ECO_APP', 'Approve_Eco',
610: itemtype, itemkey, to_char(actid), funcmode);
611: RAISE;
612:
613: END Approve_Eco;

Line 671: WF_CORE.Context('ECO_APP', 'Reject_Eco',

667: EXCEPTION
668: WHEN OTHERS THEN
669: -- The line below records this function call in the error system
670: -- in the case of an exception.
671: WF_CORE.Context('ECO_APP', 'Reject_Eco',
672: itemtype, itemkey, to_char(actid), funcmode);
673: RAISE;
674: END Reject_Eco;
675:

Line 740: WF_CORE.Context('ECO_APP', 'Set_Eco_Approval_Error',

736: EXCEPTION
737: WHEN OTHERS THEN
738: -- The line below records this function call in the error system
739: -- in the case of an exception.
740: WF_CORE.Context('ECO_APP', 'Set_Eco_Approval_Error',
741: itemtype, itemkey, to_char(actid), funcmode);
742: RAISE;
743: END Set_Eco_Approval_Error;
744:

Line 804: WF_CORE.Context('ECO_APP', 'Set_Mrp_Active',

800: EXCEPTION
801: WHEN OTHERS THEN
802: -- The line below records this function call in the error system
803: -- in the case of an exception.
804: WF_CORE.Context('ECO_APP', 'Set_Mrp_Active',
805: itemtype, itemkey, to_char(actid), funcmode);
806: RAISE;
807:
808: END Set_Mrp_Active;

Line 869: WF_CORE.Context('ECO_APP', 'Set_Mrp_Inactive',

865: EXCEPTION
866: WHEN OTHERS THEN
867: -- The line below records this function call in the error system
868: -- in the case of an exception.
869: WF_CORE.Context('ECO_APP', 'Set_Mrp_Inactive',
870: itemtype, itemkey, to_char(actid), funcmode);
871: RAISE;
872: END Set_Mrp_Inactive;
873:

Line 1086: WF_CORE.CONTEXT ('ENG_WORKFLOW_API_PKG','UPDATE_EVIDENCE',

1082:
1083: p_resultout := 'COMPLETE:UPDATE_EVIDENCE';
1084: EXCEPTION
1085: WHEN OTHERS THEN
1086: WF_CORE.CONTEXT ('ENG_WORKFLOW_API_PKG','UPDATE_EVIDENCE',
1087: p_itemtype,p_itemkey,SQLERRM);
1088: raise;
1089:
1090: END UPDATE_EVIDENCE;

Line 1210: WF_CORE.Context('ECO_APP', 'Get_ERES_Attributes',

1206: EXCEPTION
1207: WHEN OTHERS THEN
1208: -- The line below records this function call in the error system
1209: -- in the case of an exception.
1210: WF_CORE.Context('ECO_APP', 'Get_ERES_Attributes',
1211: itemtype, itemkey, to_char(actid), funcmode);
1212: RAISE;
1213:
1214: END Get_ERES_Attributes;

Line 1307: WF_CORE.CONTEXT('ENG_WORKFLOW_API_PKG', 'VoteForResultType',itemtype, itemkey,

1303: --
1304: IF (funcmode = 'RESPOND') THEN
1305: l_response_read := wf_notification.getattrtext(wf_engine.context_nid, 'READ_RESPONSE');
1306: IF (l_response_read = 'N') THEN
1307: WF_CORE.CONTEXT('ENG_WORKFLOW_API_PKG', 'VoteForResultType',itemtype, itemkey,
1308: FND_MESSAGE.GET_STRING('EDR','EDR_EREC_NOT_REVIEWED_ERR'));
1309: raise_application_error(-20002,FND_MESSAGE.GET_STRING('EDR','EDR_EREC_NOT_REVIEWED_ERR'));
1310: END IF;
1311: END IF;

Line 1332: Wf_Core.Token('OPERATION', 'Wf_Standard.VotForResultType');

1328: end if;
1329:
1330: -- SYNCHMODE: Not allowed
1331: if (itemkey = wf_engine.eng_synch) then
1332: Wf_Core.Token('OPERATION', 'Wf_Standard.VotForResultType');
1333: Wf_Core.Raise('WFENG_SYNCH_DISABLED');
1334: end if;
1335:
1336: -- Get Notifications group_id for activity

Line 1333: Wf_Core.Raise('WFENG_SYNCH_DISABLED');

1329:
1330: -- SYNCHMODE: Not allowed
1331: if (itemkey = wf_engine.eng_synch) then
1332: Wf_Core.Token('OPERATION', 'Wf_Standard.VotForResultType');
1333: Wf_Core.Raise('WFENG_SYNCH_DISABLED');
1334: end if;
1335:
1336: -- Get Notifications group_id for activity
1337: Wf_Item_Activity_Status.Notification_Status(itemtype,itemkey,actid,

Line 1447: Wf_Core.Context('Wf_Standard', 'VoteForResultType', itemtype,

1443:
1444: return;
1445: exception
1446: when wf_invalid_command then
1447: Wf_Core.Context('Wf_Standard', 'VoteForResultType', itemtype,
1448: itemkey, to_char(actid), funcmode);
1449: Wf_Core.Token('COMMAND', l_voting_option);
1450: Wf_Core.Raise('WFSQL_COMMAND');
1451: when others then

Line 1449: Wf_Core.Token('COMMAND', l_voting_option);

1445: exception
1446: when wf_invalid_command then
1447: Wf_Core.Context('Wf_Standard', 'VoteForResultType', itemtype,
1448: itemkey, to_char(actid), funcmode);
1449: Wf_Core.Token('COMMAND', l_voting_option);
1450: Wf_Core.Raise('WFSQL_COMMAND');
1451: when others then
1452: Wf_Core.Context('Wf_Standard', 'VoteForResultType',itemtype,
1453: itemkey, to_char(actid), funcmode);

Line 1450: Wf_Core.Raise('WFSQL_COMMAND');

1446: when wf_invalid_command then
1447: Wf_Core.Context('Wf_Standard', 'VoteForResultType', itemtype,
1448: itemkey, to_char(actid), funcmode);
1449: Wf_Core.Token('COMMAND', l_voting_option);
1450: Wf_Core.Raise('WFSQL_COMMAND');
1451: when others then
1452: Wf_Core.Context('Wf_Standard', 'VoteForResultType',itemtype,
1453: itemkey, to_char(actid), funcmode);
1454: raise;

Line 1452: Wf_Core.Context('Wf_Standard', 'VoteForResultType',itemtype,

1448: itemkey, to_char(actid), funcmode);
1449: Wf_Core.Token('COMMAND', l_voting_option);
1450: Wf_Core.Raise('WFSQL_COMMAND');
1451: when others then
1452: Wf_Core.Context('Wf_Standard', 'VoteForResultType',itemtype,
1453: itemkey, to_char(actid), funcmode);
1454: raise;
1455: end VoteForResultType;
1456:

Line 1545: WF_CORE.CONTEXT ('ENG_WORKFLOW_API_PKG','CLOSE_AND_ACK_ERES_DOC',

1541: END IF;
1542:
1543: EXCEPTION
1544: WHEN OTHERS THEN
1545: WF_CORE.CONTEXT ('ENG_WORKFLOW_API_PKG','CLOSE_AND_ACK_ERES_DOC',
1546: p_itemtype,p_itemkey,SQLERRM);
1547: raise;
1548:
1549: END CLOSE_AND_ACK_ERES_DOC;