DBA Data[Home] [Help]

APPS.PO_PRICE_DIFFERENTIALS_PKG dependencies on FND_MESSAGE

Line 170: FND_MESSAGE.set_name('FND','FORM_RECORD_DELETED');

166: --
167: IF ( price_diff_csr%NOTFOUND )
168: THEN
169: CLOSE price_diff_csr;
170: FND_MESSAGE.set_name('FND','FORM_RECORD_DELETED');
171: APP_EXCEPTION.raise_exception;
172: END IF;
173:
174: -- Check if anybody has modified and committed the record from the time

Line 200: FND_MESSAGE.set_name('FND','FORM_RECORD_CHANGED');

196: ELSE
197:
198: -- Data in the form is stale. Prompt user to requery data.
199: --
200: FND_MESSAGE.set_name('FND','FORM_RECORD_CHANGED');
201: APP_EXCEPTION.raise_exception;
202:
203: END IF;
204: