DBA Data[Home] [Help]

APPS.FPA_PROCESS_PVT dependencies on FPA_AW_PCS_V

Line 5333: fpa_aw_pcs_v b,

5329: -- Cursor checks for Active planning cycles in the portfolio that the project belongs to.
5330: cursor c_pc_active is
5331: select count(a.project) Validpc
5332: from fpa_aw_projs_v a,
5333: fpa_aw_pcs_v b,
5334: fpa_aw_pc_info_v c
5335: where a.portfolio = b.portfolio
5336: and b.planning_cycle = c.planning_cycle
5337: and c.pc_status in ('COLLECTING', 'ANALYSIS')