DBA Data[Home] [Help]

APPS.WF_MONITOR dependencies on WF_LOOKUP_TYPES

Line 500: wf_lookup_types art,

496: wf_item_types_vl ait,
497: wf_item_activity_statuses s,
498: wf_lookups l1,
499: wf_lookups l2,
500: wf_lookup_types art,
501: wf_notifications n
502: where pd.item_type = x_item_type
503: and pd.name = x_proc_parent
504: and pd.begin_date <= to_date(x_begin_date, 'DD/MM/YYYY HH24:MI:SS')

Line 768: wf_lookup_types art

764: wf_item_activity_statuses s,
765: wf_notifications n,
766: wf_lookups l1,
767: wf_lookups l2,
768: wf_lookup_types art
769: where pd.item_type = x_proc_type
770: and pd.name = x_proc_name
771: and pd.begin_date <= to_date(x_begin_date, 'DD/MM/YYYY HH24:MI:SS')
772: and (pd.end_date is null or