DBA Data[Home] [Help]

APPS.CSM_MAIL_RECIPIENTS_PKG dependencies on WF_NOTIFICATION_ATTRIBUTES

Line 63: from wf_notification_attributes wna

59: , wna.name
60: , wna.text_value
61: , wna.number_value
62: , wna.date_value
63: from wf_notification_attributes wna
64: where wna.notification_id = b_notification_id
65: and wna.name = b_flag_name;
66:
67: r_notification_attributes c_notification_attributes%rowtype;

Line 78: -- The properties mentioned are stored in wf_notification_attributes.

74:
75: -- Important. "Deleted" means on the mobile side. The notification
76: -- will *not* be deleted on the central database side.
77:
78: -- The properties mentioned are stored in wf_notification_attributes.
79: -- For every update of the record a check must be done if the
80: -- attribute is allready present or that it must be inserted.
81: -- For example in the situation where both the notification is read and
82: -- deleted, it is impossible to detect if this is done in one or two