DBA Data[Home] [Help]

APPS.OKL_BILLING_CORR_REQ_WF dependencies on FND_MSG_PUB

Line 42: FND_MSG_PUB.ADD;

38: WHEN OTHERS THEN
39: x_return_status := OKL_API.G_RET_STS_ERROR;
40: FND_MESSAGE.SET_NAME('OKL', 'OKL_API_OTHERS_EXCEP');
41: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
42: FND_MSG_PUB.ADD;
43: ROLLBACK TO raise_billing_correction_event;
44: END raise_billing_correction_event;
45:
46: --------------------------------------------------------------------------------------------------