DBA Data[Home] [Help]

APPS.CST_PRJMFG_COST_COLLECTOR dependencies on FND_MSG_PUB

Line 1553: FND_MSG_pub.add;

1549: FND_FILE.put_line(FND_FILE.log, l_msg_data);
1550: l_api_message := 'get_ExpType_for_DirectItem returned unexpected error';
1551: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
1552: FND_MESSAGE.set_token('TEXT', l_api_message);
1553: FND_MSG_pub.add;
1554: raise fnd_api.g_exc_unexpected_error;
1555: elsif (l_expenditure_type is not null and l_expenditure_type <> to_char(-1)) then
1556: wt_rec.c_expenditure_type := l_expenditure_type;
1557: end if;