DBA Data[Home] [Help]

APPS.BSC_BIS_DIM_GROUP_PUB dependencies on FND_MSG_PUB

Line 154: FND_MSG_PUB.Count_And_Get

150: IF (cr_dim_short_name%ISOPEN) THEN
151: CLOSE cr_dim_short_name;
152: END IF;
153: ROLLBACK;
154: FND_MSG_PUB.Count_And_Get
155: (
156: p_count => x_msg_count
157: , p_data => x_msg_data
158: );

Line 170: FND_MSG_PUB.Count_And_Get

166: CLOSE cr_dim_short_name;
167: END IF;
168: ROLLBACK;
169: x_return_status := FND_API.G_RET_STS_ERROR;
170: FND_MSG_PUB.Count_And_Get
171: (
172: p_count => x_msg_count
173: , p_data => x_msg_data
174: );

Line 184: FND_MSG_PUB.Count_And_Get

180: CLOSE cr_dim_short_name;
181: END IF;
182: ROLLBACK;
183: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
184: FND_MSG_PUB.Count_And_Get
185: (
186: p_count => x_msg_count
187: , p_data => x_msg_data
188: );