DBA Data[Home] [Help]

APPS.PSB_WORKSHEET dependencies on PSB_BUDGET_PERIODS

Line 290: from PSB_BUDGET_PERIODS

286:
287: cursor c_bc is
288: select Count(*) count_bc,
289: Max(last_update_date) lud_bc
290: from PSB_BUDGET_PERIODS
291: where budget_period_type = 'Y'
292: and budget_calendar_id = p_budget_calendar_id;
293:
294: cursor c_bg1 is