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 610: WF_CORE.Context('ECO_APP', 'Approve_Eco',

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

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

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

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

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

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

945: EXCEPTION
946: WHEN OTHERS THEN
947: -- The line below records this function call in the error system
948: -- in the case of an exception.
949: WF_CORE.Context('ECO_APP', 'Set_Mrp_Active',
950: itemtype, itemkey, to_char(actid), funcmode);
951: RAISE;
952:
953: END Set_Mrp_Active;

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

1010: EXCEPTION
1011: WHEN OTHERS THEN
1012: -- The line below records this function call in the error system
1013: -- in the case of an exception.
1014: WF_CORE.Context('ECO_APP', 'Set_Mrp_Inactive',
1015: itemtype, itemkey, to_char(actid), funcmode);
1016: RAISE;
1017: END Set_Mrp_Inactive;
1018:

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

1232:
1233: p_resultout := 'COMPLETE:UPDATE_EVIDENCE';
1234: EXCEPTION
1235: WHEN OTHERS THEN
1236: WF_CORE.CONTEXT ('ENG_WORKFLOW_API_PKG','UPDATE_EVIDENCE',
1237: p_itemtype,p_itemkey,SQLERRM);
1238: raise;
1239:
1240: END UPDATE_EVIDENCE;

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

1356: EXCEPTION
1357: WHEN OTHERS THEN
1358: -- The line below records this function call in the error system
1359: -- in the case of an exception.
1360: WF_CORE.Context('ECO_APP', 'Get_ERES_Attributes',
1361: itemtype, itemkey, to_char(actid), funcmode);
1362: RAISE;
1363:
1364: END Get_ERES_Attributes;

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

1453: --
1454: IF (funcmode = 'RESPOND') THEN
1455: l_response_read := wf_notification.getattrtext(wf_engine.context_nid, 'READ_RESPONSE');
1456: IF (l_response_read = 'N') THEN
1457: WF_CORE.CONTEXT('ENG_WORKFLOW_API_PKG', 'VoteForResultType',itemtype, itemkey,
1458: FND_MESSAGE.GET_STRING('EDR','EDR_EREC_NOT_REVIEWED_ERR'));
1459: raise_application_error(-20002,FND_MESSAGE.GET_STRING('EDR','EDR_EREC_NOT_REVIEWED_ERR'));
1460: END IF;
1461: END IF;

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

1478: end if;
1479:
1480: -- SYNCHMODE: Not allowed
1481: if (itemkey = wf_engine.eng_synch) then
1482: Wf_Core.Token('OPERATION', 'Wf_Standard.VotForResultType');
1483: Wf_Core.Raise('WFENG_SYNCH_DISABLED');
1484: end if;
1485:
1486: -- Get Notifications group_id for activity

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

1479:
1480: -- SYNCHMODE: Not allowed
1481: if (itemkey = wf_engine.eng_synch) then
1482: Wf_Core.Token('OPERATION', 'Wf_Standard.VotForResultType');
1483: Wf_Core.Raise('WFENG_SYNCH_DISABLED');
1484: end if;
1485:
1486: -- Get Notifications group_id for activity
1487: Wf_Item_Activity_Status.Notification_Status(itemtype,itemkey,actid,

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

1593:
1594: return;
1595: exception
1596: when wf_invalid_command then
1597: Wf_Core.Context('Wf_Standard', 'VoteForResultType', itemtype,
1598: itemkey, to_char(actid), funcmode);
1599: Wf_Core.Token('COMMAND', l_voting_option);
1600: Wf_Core.Raise('WFSQL_COMMAND');
1601: when others then

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

1595: exception
1596: when wf_invalid_command then
1597: Wf_Core.Context('Wf_Standard', 'VoteForResultType', itemtype,
1598: itemkey, to_char(actid), funcmode);
1599: Wf_Core.Token('COMMAND', l_voting_option);
1600: Wf_Core.Raise('WFSQL_COMMAND');
1601: when others then
1602: Wf_Core.Context('Wf_Standard', 'VoteForResultType',itemtype,
1603: itemkey, to_char(actid), funcmode);

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

1596: when wf_invalid_command then
1597: Wf_Core.Context('Wf_Standard', 'VoteForResultType', itemtype,
1598: itemkey, to_char(actid), funcmode);
1599: Wf_Core.Token('COMMAND', l_voting_option);
1600: Wf_Core.Raise('WFSQL_COMMAND');
1601: when others then
1602: Wf_Core.Context('Wf_Standard', 'VoteForResultType',itemtype,
1603: itemkey, to_char(actid), funcmode);
1604: raise;

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

1598: itemkey, to_char(actid), funcmode);
1599: Wf_Core.Token('COMMAND', l_voting_option);
1600: Wf_Core.Raise('WFSQL_COMMAND');
1601: when others then
1602: Wf_Core.Context('Wf_Standard', 'VoteForResultType',itemtype,
1603: itemkey, to_char(actid), funcmode);
1604: raise;
1605: end VoteForResultType;
1606:

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

1691: END IF;
1692:
1693: EXCEPTION
1694: WHEN OTHERS THEN
1695: WF_CORE.CONTEXT ('ENG_WORKFLOW_API_PKG','CLOSE_AND_ACK_ERES_DOC',
1696: p_itemtype,p_itemkey,SQLERRM);
1697: raise;
1698:
1699: END CLOSE_AND_ACK_ERES_DOC;