DBA Data[Home] [Help]

APPS.CSTPACIR dependencies on FND_MSG_PUB

Line 111: FND_MSG_pub.add;

107: FND_FILE.put_line(FND_FILE.log, l_msg_data);
108: l_api_message := 'get_zeroCostIssue_flag returned unexpected error';
109: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
110: FND_MESSAGE.set_token('TEXT', l_api_message);
111: FND_MSG_pub.add;
112: raise fnd_api.g_exc_unexpected_error;
113: end if;
114:
115: if (l_debug = 'Y') then