DBA Data[Home] [Help]

APPS.WIP_EAM_TRANSACTIONS_PVT dependencies on FND_MSG_PUB

Line 88: FND_MSG_PUB.ADD;

84: and organization_id = p_organization_id;
85:
86: if l_transaction_flag = 'N' then
87: fnd_message.set_name('WIP', 'WIP_EAM_ITEM_NONTRANSACTABLE');
88: FND_MSG_PUB.ADD;
89: RAISE FND_API.G_EXC_ERROR;
90: end if;
91:
92: l_revision := p_revision;

Line 219: FND_MSG_PUB.Count_And_Get

215: ROLLBACK TO eam_transaction;
216:
217: x_return_status := FND_API.G_RET_STS_ERROR;
218:
219: FND_MSG_PUB.Count_And_Get
220: ( p_encoded => FND_API.G_FALSE,
221: p_count => x_msg_count,
222: p_data => x_msg_data
223: );

Line 231: FND_MSG_PUB.Count_And_Get

227: ROLLBACK TO eam_transaction;
228:
229: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
230:
231: FND_MSG_PUB.Count_And_Get
232: ( p_encoded => FND_API.G_FALSE,
233: p_count => x_msg_count,
234: p_data => x_msg_data
235: );