DBA Data[Home] [Help]

APPS.CSL_CONC_NOTIFICATION_PKG dependencies on CSL_WF_NOTIFICATIONS_ACC_PKG

Line 98: CSL_WF_NOTIFICATIONS_ACC_PKG.INSERT_NOTIFICATION( r_notification.NOTIFICATION_ID );

94: AND procedure_name = 'RUN_CONCURRENT_NOTIFICATIONS';
95:
96: FOR r_notification IN c_notification( r_LastRundate.LAST_RUN_DATE ) LOOP
97: /*We have all new notifications now call notification package*/
98: CSL_WF_NOTIFICATIONS_ACC_PKG.INSERT_NOTIFICATION( r_notification.NOTIFICATION_ID );
99:
100: /*Now fetch the attributes*/
101: FOR r_attribute IN c_attributes( r_notification.NOTIFICATION_ID ) LOOP
102: CSL_WF_NOTIFICATION_AT_ACC_PKG.INSERT_NOTIFICATION_ATTRIBUTE ( r_notification.NOTIFICATION_ID