DBA Data[Home] [Help]

APPS.OKE_K_APPROVAL_WF dependencies on WF_NOTIFICATIONS

Line 1216: FROM wf_notifications

1212: CURSOR NtfDtls IS
1213: SELECT message_name
1214: , recipient_role
1215: , responder
1216: FROM wf_notifications
1217: WHERE notification_id = WF_ENGINE.CONTEXT_NID;
1218: NtfDtlRec NtfDtls%rowtype;
1219:
1220: Performer VARCHAR2(320);