DBA Data[Home] [Help]

APPS.CST_PRJMFG_COST_COLLECTOR dependencies on FND_MSG_PUB

Line 1599: FND_MSG_pub.add;

1595: FND_FILE.put_line(FND_FILE.log, l_msg_data);
1596: l_api_message := 'get_ExpType_for_DirectItem returned unexpected error';
1597: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
1598: FND_MESSAGE.set_token('TEXT', l_api_message);
1599: FND_MSG_pub.add;
1600: raise fnd_api.g_exc_unexpected_error;
1601: elsif (l_expenditure_type is not null and l_expenditure_type <> to_char(-1)) then
1602: wt_rec.c_expenditure_type := l_expenditure_type;
1603: end if;