DBA Data[Home] [Help]

APPS.HRI_OLTP_DISC_WRKFRC dependencies on PQH_BUDGET_PERIODS

Line 471: from per_time_periods tp, pqh_budget_periods bpr

467: AND bgt.budget_unit3_id = pst3.shared_type_id (+);
468:
469: cursor time_period_csr is
470: select tp.end_date
471: from per_time_periods tp, pqh_budget_periods bpr
472: where bpr.budget_period_id = p_time_period_id
473: and tp.time_period_id = bpr.end_time_period_id;
474:
475: /* 115.22 - replaced NVL logic with ORs */