DBA Data[Home] [Help]

APPS.DOM_DOCUMENT_UTIL dependencies on STANDARD

Line 124: -- Standard ending code ------------------------------------------------

120: END IF;
121:
122: -- Initialize API return status to success
123: x_return_status := FND_API.G_RET_STS_SUCCESS;
124: -- Standard ending code ------------------------------------------------
125:
126: FND_MSG_PUB.Count_And_Get
127: ( p_count => x_msg_count,
128: p_data => x_msg_data );

Line 319: -- Standard ending code ------------------------------------------------

315:
316:
317:
318:
319: -- Standard ending code ------------------------------------------------
320:
321: FND_MSG_PUB.Count_And_Get
322: ( p_count => x_msg_count,
323: p_data => x_msg_data );

Line 392: -- Standard Start of API savepoint

388: l_lc_phase_type NUMBER ;
389: l_lc_phase_display_name VARCHAR2(80) ;
390:
391: BEGIN
392: -- Standard Start of API savepoint
393: SAVEPOINT l_api_name;
394:
395: -- Standard call to check for call compatibility.
396: IF NOT FND_API.Compatible_API_Call( l_api_version

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

391: BEGIN
392: -- Standard Start of API savepoint
393: SAVEPOINT l_api_name;
394:
395: -- Standard call to check for call compatibility.
396: IF NOT FND_API.Compatible_API_Call( l_api_version
397: , p_api_version
398: , l_api_name
399: , G_PKG_NAME )

Line 484: -- Standard check of p_commit.

480: -- End of API body
481: -----------------------------------------------------------------
482:
483:
484: -- Standard check of p_commit.
485: IF FND_API.To_Boolean( p_commit ) THEN
486:
487: IF DOM_LOG.CHECK_LOG_LEVEL THEN
488: DOM_LOG.LOG_STR(G_PKG_NAME,l_api_name, null,'Do Commit.') ;

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

490:
491: COMMIT WORK;
492: END IF;
493:
494: -- Standard call to get message count and if count is 1, get message info.
495: FND_MSG_PUB.Count_And_Get
496: ( p_count => x_msg_count
497: , p_data => x_msg_data
498: );

Line 507: -- Standard check of p_commit.

503:
504:
505: EXCEPTION
506: WHEN FND_API.G_EXC_ERROR THEN
507: -- Standard check of p_commit.
508: IF FND_API.To_Boolean( p_commit ) THEN
509:
510: IF DOM_LOG.CHECK_LOG_LEVEL THEN
511: DOM_LOG.LOG_STR(G_PKG_NAME,l_api_name, null,'Rollback . . .') ;

Line 613: -- Standard Start of API savepoint

609:
610: BEGIN
611:
612:
613: -- Standard Start of API savepoint
614: SAVEPOINT l_api_name;
615:
616: -- Standard call to check for call compatibility.
617: IF NOT FND_API.Compatible_API_Call( l_api_version

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

612:
613: -- Standard Start of API savepoint
614: SAVEPOINT l_api_name;
615:
616: -- Standard call to check for call compatibility.
617: IF NOT FND_API.Compatible_API_Call( l_api_version
618: , p_api_version
619: , l_api_name
620: , G_PKG_NAME )

Line 662: -- Standard check of p_commit.

658: DOM_LOG.LOG_STR(G_PKG_NAME,l_api_name, null,'end ' || l_api_name);
659: END IF ;
660:
661:
662: -- Standard check of p_commit.
663: IF FND_API.To_Boolean( p_commit ) THEN
664:
665: IF DOM_LOG.CHECK_LOG_LEVEL THEN
666: DOM_LOG.LOG_STR(G_PKG_NAME,l_api_name, null,'Do Commit.') ;

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

668:
669: COMMIT WORK;
670: END IF;
671:
672: -- Standard call to get message count and if count is 1, get message info.
673: FND_MSG_PUB.Count_And_Get
674: ( p_count => x_msg_count
675: , p_data => x_msg_data
676: );

Line 685: -- Standard check of p_commit.

681:
682:
683: EXCEPTION
684: WHEN FND_API.G_EXC_ERROR THEN
685: -- Standard check of p_commit.
686: IF FND_API.To_Boolean( p_commit ) THEN
687: IF DOM_LOG.CHECK_LOG_LEVEL THEN
688: DOM_LOG.LOG_STR(G_PKG_NAME,l_api_name, null,'Rollback . . .') ;
689: END IF ;