DBA Data[Home] [Help]

APPS.OKC_ARTWF_PVT dependencies on WF_NOTIFICATION_ATTRIBUTES

Line 2020: from wf_notification_attributes

2016: is
2017: cursor ntf_attrs(nid in varchar2)
2018: is
2019: select name
2020: from wf_notification_attributes
2021: where notification_id = nid;
2022: begin
2023: for attr in ntf_attrs(document_id) loop
2024: if attr.name like '#HDR%' then