DBA Data[Home] [Help]

APPS.BEN_PCR_BUS dependencies on HR_API

Line 54: and nvl(p_per_cm_trgr_id,hr_api.g_number)

50: p_per_cm_trgr_id => p_per_cm_trgr_id,
51: p_object_version_number => p_object_version_number);
52: --
53: if (l_api_updating
54: and nvl(p_per_cm_trgr_id,hr_api.g_number)
55: <> ben_pcr_shd.g_old_rec.per_cm_trgr_id) then
56: --
57: -- raise error as PK has changed
58: --

Line 109: (p_cm_trgr_id in number default hr_api.g_number,

105: --
106: -- {End Of Comments}
107: -- ----------------------------------------------------------------------------
108: Procedure dt_update_validate
109: (p_cm_trgr_id in number default hr_api.g_number,
110: p_per_cm_id in number default hr_api.g_number,
111: p_datetrack_mode in varchar2,
112: p_validation_start_date in date,
113: p_validation_end_date in date) Is

Line 110: p_per_cm_id in number default hr_api.g_number,

106: -- {End Of Comments}
107: -- ----------------------------------------------------------------------------
108: Procedure dt_update_validate
109: (p_cm_trgr_id in number default hr_api.g_number,
110: p_per_cm_id in number default hr_api.g_number,
111: p_datetrack_mode in varchar2,
112: p_validation_start_date in date,
113: p_validation_end_date in date) Is
114: --

Line 124: hr_api.mandatory_arg_error

120: hr_utility.set_location('Entering:'||l_proc, 5);
121: --
122: -- Ensure that the p_datetrack_mode argument is not null
123: --
124: hr_api.mandatory_arg_error
125: (p_api_name => l_proc,
126: p_argument => 'datetrack_mode',
127: p_argument_value => p_datetrack_mode);
128: --

Line 136: hr_api.mandatory_arg_error

132: --
133: --
134: -- Ensure the arguments are not null
135: --
136: hr_api.mandatory_arg_error
137: (p_api_name => l_proc,
138: p_argument => 'validation_start_date',
139: p_argument_value => p_validation_start_date);
140: --

Line 141: hr_api.mandatory_arg_error

137: (p_api_name => l_proc,
138: p_argument => 'validation_start_date',
139: p_argument_value => p_validation_start_date);
140: --
141: hr_api.mandatory_arg_error
142: (p_api_name => l_proc,
143: p_argument => 'validation_end_date',
144: p_argument_value => p_validation_end_date);
145: --

Line 146: If ((nvl(p_per_cm_id, hr_api.g_number) <> hr_api.g_number) and

142: (p_api_name => l_proc,
143: p_argument => 'validation_end_date',
144: p_argument_value => p_validation_end_date);
145: --
146: If ((nvl(p_per_cm_id, hr_api.g_number) <> hr_api.g_number) and
147: NOT (dt_api.check_min_max_dates
148: (p_base_table_name => 'ben_per_cm_f',
149: p_base_key_column => 'per_cm_id',
150: p_base_key_value => p_per_cm_id,

Line 229: hr_api.mandatory_arg_error

225: hr_utility.set_location('Entering:'||l_proc, 5);
226: --
227: -- Ensure that the p_datetrack_mode argument is not null
228: --
229: hr_api.mandatory_arg_error
230: (p_api_name => l_proc,
231: p_argument => 'datetrack_mode',
232: p_argument_value => p_datetrack_mode);
233: --

Line 243: hr_api.mandatory_arg_error

239: --
240: --
241: -- Ensure the arguments are not null
242: --
243: hr_api.mandatory_arg_error
244: (p_api_name => l_proc,
245: p_argument => 'validation_start_date',
246: p_argument_value => p_validation_start_date);
247: --

Line 248: hr_api.mandatory_arg_error

244: (p_api_name => l_proc,
245: p_argument => 'validation_start_date',
246: p_argument_value => p_validation_start_date);
247: --
248: hr_api.mandatory_arg_error
249: (p_api_name => l_proc,
250: p_argument => 'validation_end_date',
251: p_argument_value => p_validation_end_date);
252: --

Line 253: hr_api.mandatory_arg_error

249: (p_api_name => l_proc,
250: p_argument => 'validation_end_date',
251: p_argument_value => p_validation_end_date);
252: --
253: hr_api.mandatory_arg_error
254: (p_api_name => l_proc,
255: p_argument => 'per_cm_trgr_id',
256: p_argument_value => p_per_cm_trgr_id);
257: --

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

296: --
297: -- Call all supporting business operations
298: --
299: --
300: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
301: --
302: chk_per_cm_trgr_id
303: (p_per_cm_trgr_id => p_rec.per_cm_trgr_id,
304: p_effective_date => p_effective_date,

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

324: --
325: -- Call all supporting business operations
326: --
327: --
328: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
329: --
330: chk_per_cm_trgr_id
331: (p_per_cm_trgr_id => p_rec.per_cm_trgr_id,
332: p_effective_date => p_effective_date,

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

397: hr_utility.set_location('Entering:'|| l_proc, 10);
398: --
399: -- Ensure that all the mandatory parameter are not null
400: --
401: hr_api.mandatory_arg_error(p_api_name => l_proc,
402: p_argument => 'per_cm_trgr_id',
403: p_argument_value => p_per_cm_trgr_id);
404: --
405: open csr_leg_code;