DBA Data[Home] [Help]

APPS.PQH_UTILITY dependencies on HR_ALL_POSITIONS_F_VL

Line 1065: From hr_all_positions_f_vl

1061: l_pbv number(27,2);
1062: --
1063: Cursor csr_pos is
1064: Select name,business_group_id
1065: From hr_all_positions_f_vl
1066: Where position_id = p_position_id;
1067: --
1068: l_proc varchar2(72) := g_package||'get_pos_budget_values';
1069: --