DBA Data[Home] [Help]

APPS.PSP_WF_ADJ_PKG dependencies on WF_LOOKUPS

Line 412: FROM wf_lookups l_at,

408: FROM wf_notifications
409: WHERE notification_id =
410: -- Introduced the following for bug fix 3263333
411: (SELECT ias.notification_id
412: FROM wf_lookups l_at,
413: wf_lookups l_as,
414: wf_activities_vl a,
415: wf_process_activities pa,
416: wf_item_types_vl it,

Line 413: wf_lookups l_as,

409: WHERE notification_id =
410: -- Introduced the following for bug fix 3263333
411: (SELECT ias.notification_id
412: FROM wf_lookups l_at,
413: wf_lookups l_as,
414: wf_activities_vl a,
415: wf_process_activities pa,
416: wf_item_types_vl it,
417: wf_items i,