DBA Data[Home] [Help]

APPS.IBC_LABELS_GRP dependencies on STANDARD

Line 337: -- Standard check for p_commit

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

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

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

Line 485: -- Standard check for p_commit

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

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

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

Line 670: -- Standard check for p_commit

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

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

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