DBA Data[Home] [Help]

APPS.GL_WF_JE_APPROVAL_PKG dependencies on WF_NOTIFICATIONS

Line 1470: FROM wf_notifications

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