DBA Data[Home] [Help]

APPS.GL_WF_JE_APPROVAL_PKG dependencies on WF_NOTIFICATIONS

Line 1468: FROM wf_notifications

1464: l_notification_id := wf_engine.context_nid;
1465:
1466: SELECT original_recipient
1467: INTO l_role
1468: FROM wf_notifications
1469: WHERE notification_id = l_notification_id;
1470:
1471: l_Transferee := wf_engine.context_text;
1472: