DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_API_PKG dependencies on WF_ACTIVITIES

Line 1421: wf_activities wfa,

1417: -- Select all lookup codes for an activities result type
1418: cursor result_codes is
1419: select wfl.lookup_code result_code
1420: from wf_lookups wfl,
1421: wf_activities wfa,
1422: wf_process_activities wfpa,
1423: wf_items wfi where wfl.lookup_type = wfa.result_type
1424: and wfa.name = wfpa.activity_name
1425: and wfi.begin_date >= wfa.begin_date