DBA Data[Home] [Help]

APPS.PSB_EXCEL2_PVT dependencies on PSB_BUDGET_PERIODS

Line 905: psb_budget_periods bp

901:
902: FOR cy_budget_year_cur IN
903: (SELECT bp.budget_period_id, bp.end_date
904: FROM psb_budget_year_types yt,
905: psb_budget_periods bp
906: WHERE yt.budget_year_type_id = bp.budget_year_type_id
907: AND bp.budget_period_type = 'Y'
908: AND yt.year_category_type = 'CY'
909: AND bp. budget_calendar_id = g_budget_calendar_id)