DBA Data[Home] [Help]

APPS.IBC_ASSOCIATION_TYPES_PVT dependencies on STANDARD

Line 338: -- Standard check for p_commit

334: --
335: -- End of API body
336: --
337:
338: -- Standard check for p_commit
339: IF FND_API.to_Boolean( p_commit )
340: THEN
341: COMMIT WORK;
342: END IF;

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

340: THEN
341: COMMIT WORK;
342: END IF;
343:
344: -- Standard call to get message count and if count is 1, get message info.
345: FND_MSG_PUB.Count_And_Get
346: ( p_count => x_msg_count,
347: p_data => x_msg_data
348: );

Line 483: -- Standard check for p_commit

479: --
480: -- End of API body
481: --
482:
483: -- Standard check for p_commit
484: IF FND_API.to_Boolean( p_commit )
485: THEN
486: COMMIT WORK;
487: END IF;

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

485: THEN
486: COMMIT WORK;
487: END IF;
488:
489: -- Standard call to get message count and if count is 1, get message info.
490: FND_MSG_PUB.Count_And_Get
491: ( p_count => x_msg_count,
492: p_data => x_msg_data
493: );

Line 668: -- Standard check for p_commit

664: --
665: -- End of API body
666: --
667:
668: -- Standard check for p_commit
669: IF FND_API.to_Boolean( p_commit )
670: THEN
671: COMMIT WORK;
672: END IF;

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

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