DBA Data[Home] [Help]

APPS.EGO_REPORT_WF_UTIL dependencies on WF_CORE

Line 1717: wf_core.context('EGO_REPORT_WF_UTIL', 'SELECT_ADHOC_PARTY',

1713:
1714: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1715: -- The line below records this function call in the error system
1716: -- in the case of an exception.
1717: wf_core.context('EGO_REPORT_WF_UTIL', 'SELECT_ADHOC_PARTY',
1718: itemtype, itemkey, to_char(actid), funcmode);
1719: raise;
1720:
1721: WHEN OTHERS THEN

Line 1724: wf_core.context('EGO_REPORT_WF_UTIL', 'SELECT_ADHOC_PARTY',

1720:
1721: WHEN OTHERS THEN
1722: -- The line below records this function call in the error system
1723: -- in the case of an exception.
1724: wf_core.context('EGO_REPORT_WF_UTIL', 'SELECT_ADHOC_PARTY',
1725: itemtype, itemkey, to_char(actid), funcmode);
1726: raise;
1727:
1728: END SELECT_ADHOC_PARTY ;

Line 1811: wf_core.context('EGO_REPORT_WF_UTIL', 'DELETE_ADHOC_ROLES_AND_USERS',

1807:
1808: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1809: -- The line below records this function call in the error system
1810: -- in the case of an exception.
1811: wf_core.context('EGO_REPORT_WF_UTIL', 'DELETE_ADHOC_ROLES_AND_USERS',
1812: itemtype, itemkey, to_char(actid), funcmode);
1813: raise;
1814:
1815:

Line 1819: wf_core.context('EGO_REPORT_WF_UTIL', 'DELETE_ADHOC_ROLES_AND_USERS',

1815:
1816: WHEN OTHERS THEN
1817: -- The line below records this function call in the error system
1818: -- in the case of an exception.
1819: wf_core.context('EGO_REPORT_WF_UTIL', 'DELETE_ADHOC_ROLES_AND_USERS',
1820: itemtype, itemkey, to_char(actid), funcmode);
1821: raise;
1822:
1823: END DELETE_ADHOC_ROLES_AND_USERS ;