DBA Data[Home] [Help]

APPS.IGIDOSL dependencies on WF_CORE

Line 188: Wf_Core.Context ('IGIDOSL','Selector', itemtype, itemkey,

184: /* =============== START DEBUG LOG ================ */
185: DEBUG_LOG_UNEXP_ERROR ('selector.unexp1','DEFAULT');
186: /* =============== END DEBUG LOG ================== */
187: resultout := NULL;
188: Wf_Core.Context ('IGIDOSL','Selector', itemtype, itemkey,
189: TO_CHAR(actid),funcmode);
190: RAISE;
191: END Selector;
192:

Line 544: Wf_Core.Context ('IGIDOSL', 'Startup', itemtype, itemkey,

540: WHEN OTHERS THEN
541: /* =============== START DEBUG LOG ================ */
542: DEBUG_LOG_UNEXP_ERROR ('startup.unexp1','DEFAULT');
543: /* =============== END DEBUG LOG ================== */
544: Wf_Core.Context ('IGIDOSL', 'Startup', itemtype, itemkey,
545: ' username='||user_name);
546: RAISE;
547: END Startup;
548:

Line 622: Wf_Core.Context ('IGIDOSL', 'SetRole', itemtype, itemkey ,

618: DEBUG_LOG_UNEXP_ERROR ('setrole.Unexp1','DEFAULT');
619: /* =============== END DEBUG LOG ================== */
620:
621: result := NULL;
622: Wf_Core.Context ('IGIDOSL', 'SetRole', itemtype, itemkey ,
623: TO_CHAR(actid),funcmode);
624: RAISE;
625: END SetRole;
626:

Line 1217: Wf_Core.Context ('IGIDOSL', 'GetParentPosition', itemtype, itemkey,

1213: DEBUG_LOG_STRING (l_proc_level, 'getparentposition.Msg36',
1214: ' #### Into User defined EXCEPTION ');
1215: /* =============== END DEBUG LOG ================== */
1216:
1217: Wf_Core.Context ('IGIDOSL', 'GetParentPosition', itemtype, itemkey,
1218: TO_CHAR(actid),funcmode,
1219: 'Creator='||l_creator_name
1220: ||' Initflag='||l_initial_entry
1221: ||' error= '||l_error);

Line 1247: Wf_Core.Context ('IGIDOSL', 'GetParentPosition', itemtype, itemkey,

1243: DEBUG_LOG_UNEXP_ERROR ('getparentposition.unexp1','DEFAULT');
1244: /* =============== END DEBUG LOG ================== */
1245:
1246: result := NULL;
1247: Wf_Core.Context ('IGIDOSL', 'GetParentPosition', itemtype, itemkey,
1248: TO_CHAR(actid),funcmode);
1249:
1250: IF c_cur_pos%ISOPEN THEN
1251: CLOSE c_cur_pos;

Line 1395: Wf_Core.Context ('IGIDOSL', 'Reverse Encumbrances -Unable to create encumbrances for specified packet'

1391: DEBUG_LOG_UNEXP_ERROR ('approve.unexp1','USER');
1392: /* =============== END DEBUG LOG ================== */
1393:
1394: result := NULL;
1395: Wf_Core.Context ('IGIDOSL', 'Reverse Encumbrances -Unable to create encumbrances for specified packet'
1396: , itemtype, itemkey , to_char(actid),funcmode
1397: , 'Dossier Trx Num ='||itemkey ) ;
1398: RAISE ;
1399:

Line 1406: Wf_Core.Context ('IGIDOSL', 'Approve', itemtype, itemkey , TO_CHAR(actid),funcmode) ;

1402: DEBUG_LOG_UNEXP_ERROR ('approve.unexp2','DEFAULT');
1403: /* =============== END DEBUG LOG ================== */
1404:
1405: result := NULL;
1406: Wf_Core.Context ('IGIDOSL', 'Approve', itemtype, itemkey , TO_CHAR(actid),funcmode) ;
1407: RAISE;
1408:
1409: END Approve ;
1410:

Line 1484: Wf_Core.Context ('IGIDOSL', 'Reject', itemtype, itemkey

1480: /* =============== START DEBUG LOG ================ */
1481: DEBUG_LOG_UNEXP_ERROR ('reject.unexp1','USER');
1482: /* =============== END DEBUG LOG ================== */
1483: result := NULL;
1484: Wf_Core.Context ('IGIDOSL', 'Reject', itemtype, itemkey
1485: , to_char(actid),funcmode) ;
1486: RAISE;
1487: END Reject;
1488:

Line 1571: Wf_Core.Context ( 'IGIDOSL','SendApproved', itemtype, itemkey

1567: /* =============== START DEBUG LOG ================ */
1568: DEBUG_LOG_UNEXP_ERROR ('SendApproved.Unexp1','USER');
1569: /* =============== END DEBUG LOG ================== */
1570: result := NULL;
1571: Wf_Core.Context ( 'IGIDOSL','SendApproved', itemtype, itemkey
1572: , to_char(actid),funcmode
1573: ,'Failed to Send Dossier Approved Notice- Notice Id:'||to_char(l_nid)) ;
1574: RAISE ;
1575:

Line 1581: Wf_Core.Context ( 'IGIDOSL','SendApproved', itemtype, itemkey

1577: /* =============== START DEBUG LOG ================ */
1578: DEBUG_LOG_UNEXP_ERROR ('SendApproved.Unexp2','DEFAULT');
1579: /* =============== END DEBUG LOG ================== */
1580: result := NULL;
1581: Wf_Core.Context ( 'IGIDOSL','SendApproved', itemtype, itemkey
1582: , to_char(actid),funcmode) ;
1583: RAISE ;
1584:
1585: END SendApproved ;

Line 1669: Wf_Core.Context ('IGIDOSL','SendRejected', itemtype, itemkey

1665: FND_MESSAGE.SET_TOKEN('NOTICE_ID',l_nid);
1666: /* =============== START DEBUG LOG ================ */
1667: DEBUG_LOG_UNEXP_ERROR ('SendRejected.Unexp1','USER');
1668: /* =============== END DEBUG LOG ================== */
1669: Wf_Core.Context ('IGIDOSL','SendRejected', itemtype, itemkey
1670: , to_char(actid),funcmode, 'Failed to Send Dossier Reject Notice- Notice Id:'||to_char(l_nid)) ;
1671: RAISE ;
1672:
1673: WHEN OTHERS THEN

Line 1678: Wf_Core.Context ('IGIDOSL','SendRejected', itemtype, itemkey

1674: /* =============== START DEBUG LOG ================ */
1675: DEBUG_LOG_UNEXP_ERROR ('SendRejected.Unexp2','DEFAULT');
1676: /* =============== END DEBUG LOG ================== */
1677: result := NULL;
1678: Wf_Core.Context ('IGIDOSL','SendRejected', itemtype, itemkey
1679: , to_char(actid),funcmode) ;
1680: RAISE ;
1681:
1682: END SendRejected ;

Line 1853: Wf_Core.Context ('IGIDOSL', 'CreateList cursor', itemtype, itemkey

1849: FND_MESSAGE.SET_NAME('IGI','IGI_DOS_WKF_NO_USER_LIST');
1850: /* =============== START DEBUG LOG ================ */
1851: DEBUG_LOG_UNEXP_ERROR ('CreateList.Unexp2','USER');
1852: /* =============== END DEBUG LOG ================== */
1853: Wf_Core.Context ('IGIDOSL', 'CreateList cursor', itemtype, itemkey
1854: , to_char(actid),funcmode) ;
1855: RAISE;
1856: WHEN OTHERS THEN
1857: /* =============== START DEBUG LOG ================ */

Line 1861: Wf_Core.Context ('IGIDOSL', 'CreateList', itemtype, itemkey

1857: /* =============== START DEBUG LOG ================ */
1858: DEBUG_LOG_UNEXP_ERROR ('CreateList.Unexp3','DEFAULT');
1859: /* =============== END DEBUG LOG ================== */
1860: result := NULL;
1861: Wf_Core.Context ('IGIDOSL', 'CreateList', itemtype, itemkey
1862: , to_char(actid),funcmode) ;
1863: Raise;
1864:
1865: END CreateList;

Line 1993: Wf_Core.Context ('IGIDOSL', 'CheckList', itemtype, itemkey

1989: /* =============== START DEBUG LOG ================ */
1990: DEBUG_LOG_STRING (l_proc_level, 'CheckList.Msg11',
1991: ' Exception no_next_authoriser' );
1992: /* =============== END DEBUG LOG ================== */
1993: Wf_Core.Context ('IGIDOSL', 'CheckList', itemtype, itemkey
1994: , to_char(actid),funcmode, ' Could not find a response value for next authoriser') ;
1995: RAISE ;
1996:
1997: WHEN OTHERS THEN

Line 2002: Wf_Core.Context ('IGIDOSL', 'CheckList', itemtype, itemkey

1998: /* =============== START DEBUG LOG ================ */
1999: DEBUG_LOG_UNEXP_ERROR ('CheckList.Unexp1','DEFAULT');
2000: /* =============== END DEBUG LOG ================== */
2001: result := NULL;
2002: Wf_Core.Context ('IGIDOSL', 'CheckList', itemtype, itemkey
2003: , to_char(actid),funcmode) ;
2004: Raise;
2005:
2006: END CheckList;

Line 2110: Wf_Core.Context ('IGIDOSL', 'UnreserveFunds -Unable to reserve funds for specified packet'

2106: FND_MESSAGE.SET_TOKEN('SOB_ID',l_sob_id);
2107: /* =============== START DEBUG LOG ================ */
2108: DEBUG_LOG_UNEXP_ERROR ('UnreserveFunds.Unexp1','USER');
2109: /* =============== END DEBUG LOG ================== */
2110: Wf_Core.Context ('IGIDOSL', 'UnreserveFunds -Unable to reserve funds for specified packet'
2111: , itemtype, itemkey , to_char(actid),funcmode
2112: , 'Dossier Trx Num ='||l_trx_number ) ;
2113: RAISE ;
2114:

Line 2120: Wf_Core.Context ('IGIDOSL', 'UnreserveFunds', itemtype, itemkey

2116: /* =============== START DEBUG LOG ================ */
2117: DEBUG_LOG_UNEXP_ERROR ('UnreserveFunds.Unexp2','DEFAULT');
2118: /* =============== END DEBUG LOG ================== */
2119: result := NULL;
2120: Wf_Core.Context ('IGIDOSL', 'UnreserveFunds', itemtype, itemkey
2121: , to_char(actid),funcmode) ;
2122: RAISE;
2123:
2124: END UnreserveFunds ;