DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_WORKFLOW dependencies on WF_ITEMS

Line 2007: wf_items wfi

2003: select wfl.lookup_code result_code
2004: from wf_lookups wfl,
2005: wf_activities wfa,
2006: wf_process_activities wfpa,
2007: wf_items wfi
2008: where wfl.lookup_type = wfa.result_type
2009: and wfa.name = wfpa.activity_name
2010: and wfi.begin_date >= wfa.begin_date
2011: and wfi.begin_date < nvl(wfa.end_date,wfi.begin_date+1)