DBA Data[Home] [Help]

APPS.EGO_REPORT_WF_UTIL dependencies on STANDARD

Line 319: /* This might NOT be following standard

315:
316: BEGIN
317:
318:
319: /* This might NOT be following standard
320: -- Deleting these adhoc role and user roles
321: -- should be done by WF Purge Program
322: -- Instead of this, Set Adhoc Role Expiration
323: -- using WF API. Then once user run WF Purge progam

Line 1356: -- Standard Start of API savepoint

1352:
1353:
1354: BEGIN
1355:
1356: -- Standard Start of API savepoint
1357: SAVEPOINT StartWorkflow_Util;
1358:
1359: -- Standard call to check for call compatibility.
1360:

Line 1359: -- Standard call to check for call compatibility.

1355:
1356: -- Standard Start of API savepoint
1357: SAVEPOINT StartWorkflow_Util;
1358:
1359: -- Standard call to check for call compatibility.
1360:
1361: IF NOT FND_API.Compatible_API_Call( l_api_version
1362: , p_api_version
1363: , l_api_name

Line 1528: -- Standard check of p_commit.

1524: Write_Debug('After executing StartWorkflow API Body') ;
1525: END IF ;
1526:
1527:
1528: -- Standard check of p_commit.
1529: IF FND_API.To_Boolean( p_commit ) THEN
1530:
1531: IF g_debug_flag THEN
1532: Write_Debug('Do Commit.') ;

Line 1538: -- Standard call to get message count and if count is 1, get message info.

1534:
1535: COMMIT WORK;
1536: END IF;
1537:
1538: -- Standard call to get message count and if count is 1, get message info.
1539: FND_MSG_PUB.Count_And_Get
1540: ( p_count => x_msg_count
1541: , p_data => x_msg_data
1542: );