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 1101: fnd_message.set_name ('PO','PO_REQ_SRC_REQUIRES_CUST');

1097: -- Bug 5028505 , Added the Error message when deliver_to_location
1098: -- does not have customer location association setup in src org OU
1099:
1100: IF (x_customer_id is null) then
1101: fnd_message.set_name ('PO','PO_REQ_SRC_REQUIRES_CUST');
1102: END IF;
1103:
1104: return (FALSE);
1105: