DBA Data[Home] [Help]

APPS.IBU_MES_BIN dependencies on STANDARD

Line 1038: -- Standard check of p_commit.

1034: x_clob := res_clob;
1035: dbms_lob.freetemporary(res_clob);
1036:
1037: -- End of API Body
1038: -- Standard check of p_commit.
1039: IF FND_API.To_Boolean( p_commit ) THEN
1040: COMMIT WORK;
1041: END IF;
1042: -- Standard call to get message count and if count is 1, get message info.

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

1038: -- Standard check of p_commit.
1039: IF FND_API.To_Boolean( p_commit ) THEN
1040: COMMIT WORK;
1041: END IF;
1042: -- Standard call to get message count and if count is 1, get message info.
1043: FND_MSG_PUB.Count_And_Get
1044: (p_count => x_msg_count ,
1045: p_data => x_msg_data
1046: );