DBA Data[Home] [Help]

APPS.NTN dependencies on NTN

Line 1: package body ntn as

1: package body ntn as
2: /* $Header: PONSENDB.pls 115.1 2002/11/26 19:50:40 sbull ship $ */
3:
4:
5:

Line 249: for dntn in c1 loop

245:
246: return_code number;
247: begin
248: /*
249: for dntn in c1 loop
250: Delete_Notification(dntn.notification_id, return_code);
251: end loop;
252: */
253:

Line 250: Delete_Notification(dntn.notification_id, return_code);

246: return_code number;
247: begin
248: /*
249: for dntn in c1 loop
250: Delete_Notification(dntn.notification_id, return_code);
251: end loop;
252: */
253:
254: NULL;

Line 401: end ntn;

397:
398: --Get_Notification_Attribute(2, 'attr2', t);
399: end;
400:
401: end ntn;