DBA Data[Home] [Help]

APPS.PSB_ENTITY_PVT dependencies on STANDARD

Line 806: -- Standard check of p_commit.

802: p_last_updated_by ,
803: p_last_update_login );
804:
805: --
806: -- Standard check of p_commit.
807: if FND_API.to_Boolean (p_commit) then
808: commit work;
809: end if;
810: -- Standard call to get message count and if count is 1, get message info.

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

806: -- Standard check of p_commit.
807: if FND_API.to_Boolean (p_commit) then
808: commit work;
809: end if;
810: -- Standard call to get message count and if count is 1, get message info.
811: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
812: p_data => p_msg_data);
813: --
814: