DBA Data[Home] [Help]

APPS.HR_DOCUMENT_EXTRA_INFO_API dependencies on WF_NOTIFICATION_ATTRIBUTES

Line 1280: from wf_notification_attributes

1276: --
1277: cursor c_ntf_attr (p_ntf_id number)
1278: is
1279: select name, text_value, date_value
1280: from wf_notification_attributes
1281: where name IN ('DOR_ID', 'DOR_PERSON_ID', 'EFFECTIVE_DATE')
1282: and notification_id = p_ntf_id;
1283:
1284: --