DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on PQH_PSB_BUDGET_SETS

Line 10238: from pqh_psb_budget_sets

10234: group by ppe.budget_set_id;
10235:
10236: cursor c_pqh_budget_sets (hrbudgetsetid NUMBER) is
10237: select *
10238: from pqh_psb_budget_sets
10239: where budget_period_id = l_pqh_budget_period_id
10240: and dflt_budget_set_id = hrbudgetsetid;
10241:
10242: c_time_periods_rec c_time_periods%ROWTYPE;