DBA Data[Home] [Help]

APPS.PQH_DST_BUS dependencies on HR_API

Line 51: and nvl(p_dflt_budget_set_id,hr_api.g_number)

47: (p_dflt_budget_set_id => p_dflt_budget_set_id,
48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating
51: and nvl(p_dflt_budget_set_id,hr_api.g_number)
52: <> pqh_dst_shd.g_old_rec.dflt_budget_set_id) then
53: --
54: -- raise error as PK has changed
55: --

Line 132: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

128: chk_budget_set_name
129: (p_dflt_budget_set_id => p_rec.dflt_budget_set_id,
130: p_dflt_budget_set_name => p_rec.dflt_budget_set_name);
131: --
132: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
133: --
134: hr_utility.set_location(' Leaving:'||l_proc, 10);
135: End insert_validate;
136: --

Line 158: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

154: (p_dflt_budget_set_id => p_rec.dflt_budget_set_id,
155: p_dflt_budget_set_name => p_rec.dflt_budget_set_name);
156: --
157:
158: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
159: --
160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: End update_validate;
162: --

Line 206: hr_api.mandatory_arg_error(p_api_name => l_proc,

202: hr_utility.set_location('Entering:'|| l_proc, 10);
203: --
204: -- Ensure that all the mandatory parameter are not null
205: --
206: hr_api.mandatory_arg_error(p_api_name => l_proc,
207: p_argument => 'dflt_budget_set_id',
208: p_argument_value => p_dflt_budget_set_id);
209: --
210: open csr_leg_code;