DBA Data[Home] [Help]

APPS.ZPB_WF_EVENT dependencies on ZPB_ANALYSIS_CYCLES

Line 67: from zpb_analysis_cycles

63: --
64: -- AGB 11/07/2003 Publish change
65: select STATUS_CODE, NAME, PUBLISHED_BY
66: into ACstatusCode, ACname, OwnerID
67: from zpb_analysis_cycles
68: where ANALYSIS_CYCLE_ID = ACID;
69:
70: Owner := ZPB_WF_NTF.ID_to_FNDUser(OwnerID);
71:

Line 361: from zpb_analysis_cycles

357: -- Get status and name of AC
358: --
359: select STATUS_CODE, NAME, PUBLISHED_BY, BUSINESS_AREA_ID
360: into ACstatusCode, ACname, OwnerID, l_business_area_id
361: from zpb_analysis_cycles
362: where ANALYSIS_CYCLE_ID = ACID;
363:
364: -- Lookfor and Abort Running process because it is a restart
365: ZPB_WF.CallWFAbort(ACID);