DBA Data[Home] [Help]

APPS.PER_VACANCIES_PKG dependencies on PQH_UTILITY

Line 1743: pqh_utility.set_message(8302,'PQH_SUM_POS_BGT_HC', p_org_id);

1739: hr_utility.set_location ('p_number_of_openings CHK_POS_BUDGET_VAL'||p_number_of_openings,1);
1740:
1741: If ((l_pos_asg_hc + l_pos_vac_opn + p_number_of_openings) > L_pos_bud_hc) then
1742: hr_utility.set_location ('p_number_of_openings CHK_POS_BUDGET_VAL'||p_number_of_openings,1);
1743: pqh_utility.set_message(8302,'PQH_SUM_POS_BGT_HC', p_org_id);
1744: pqh_utility.raise_error;
1745: End If;
1746:
1747: End;

Line 1744: pqh_utility.raise_error;

1740:
1741: If ((l_pos_asg_hc + l_pos_vac_opn + p_number_of_openings) > L_pos_bud_hc) then
1742: hr_utility.set_location ('p_number_of_openings CHK_POS_BUDGET_VAL'||p_number_of_openings,1);
1743: pqh_utility.set_message(8302,'PQH_SUM_POS_BGT_HC', p_org_id);
1744: pqh_utility.raise_error;
1745: End If;
1746:
1747: End;
1748: -- End - Changes for ER#8530112