DBA Data[Home] [Help]

APPS.CSL_CONC_NOTIFICATION_PKG dependencies on CSL_WF_NOTIFICATION_AT_ACC_PKG

Line 102: CSL_WF_NOTIFICATION_AT_ACC_PKG.INSERT_NOTIFICATION_ATTRIBUTE ( r_notification.NOTIFICATION_ID

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
103: , r_attribute.NAME );
104: END LOOP;
105: END LOOP;
106:

Line 115: CSL_WF_NOTIFICATION_AT_ACC_PKG.INSERT_NOTIFICATION_ATTRIBUTE

111: Program because the Notification itself is not new but only the Attributes are.
112: ***/
113: FOR r_all_mobile_res IN c_all_mobile_res LOOP
114: FOR r_get_attr_per_notification IN c_get_attr_per_notification (r_all_mobile_res.resource_id) LOOP
115: CSL_WF_NOTIFICATION_AT_ACC_PKG.INSERT_NOTIFICATION_ATTRIBUTE
116: ( r_get_attr_per_notification.NOTIFICATION_ID,
117: r_get_attr_per_notification.NAME );
118: END LOOP;
119: END LOOP;