DBA Data[Home] [Help]

APPS.CN_MARK_EVENTS_PKG dependencies on CN_MESSAGE_PKG

Line 286: cn_message_pkg.DEBUG(' no lower event try to mark it ');

282: FETCH l_chk_lower_events_csr INTO l_counter;
283:
284: -- if no lower event 'COL' 'CLS' with larger or equal date range is found, try to mark it
285: IF l_chk_lower_events_csr%NOTFOUND THEN
286: cn_message_pkg.DEBUG(' no lower event try to mark it ');
287:
288: IF p_salesrep_id = -1000 THEN
289: OPEN l_roll_all_entry_csr;
290: FETCH l_roll_all_entry_csr INTO l_notify_log_id, l_start_date, l_end_date;