DBA Data[Home] [Help]

APPS.PO_REQ_LINES_SV dependencies on FND_MESSAGE

Line 33: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');

29: OPEN C;
30: FETCH C INTO Recinfo;
31: IF (C%NOTFOUND) then
32: CLOSE C;
33: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
34: APP_EXCEPTION.Raise_Exception;
35: END IF;
36: CLOSE C;
37:

Line 959: fnd_message.set_name ('PO','PO_REQ_SRC_REQUIRES_CUST');

955: -- Bug 5028505 , Added the Error message when deliver_to_location
956: -- does not have customer location association setup in src org OU
957:
958: IF (x_customer_id is null) then
959: fnd_message.set_name ('PO','PO_REQ_SRC_REQUIRES_CUST');
960: END IF;
961:
962: return (FALSE);
963: