DBA Data[Home] [Help]

APPS.IBU_HOME_PAGE_PVT dependencies on STANDARD

Line 777: -- Standard check of p_commit.

773: x_filter_list := filter_list;
774:
775: -- End of API Body
776:
777: -- Standard check of p_commit.
778: IF FND_API.To_Boolean( p_commit ) THEN
779: COMMIT WORK;
780: END IF;
781: -- Standard call to get message count and if count is 1, get message info.

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

777: -- Standard check of p_commit.
778: IF FND_API.To_Boolean( p_commit ) THEN
779: COMMIT WORK;
780: END IF;
781: -- Standard call to get message count and if count is 1, get message info.
782: FND_MSG_PUB.Count_And_Get
783: (p_count => x_msg_count ,
784: p_data => x_msg_data
785: );