DBA Data[Home] [Help]

APPS.PQH_RMR_BUS dependencies on HR_API

Line 47: hr_api.mandatory_arg_error

43: hr_utility.set_location('Entering:'|| l_proc, 10);
44: --
45: -- Ensure that all the mandatory parameter are not null
46: --
47: hr_api.mandatory_arg_error
48: (p_api_name => l_proc
49: ,p_argument => 'rate_matrix_rate_id'
50: ,p_argument_value => p_rate_matrix_rate_id
51: );

Line 74: hr_api.set_security_group_id

70: close csr_sec_grp;
71: --
72: -- Set the security_group_id in CLIENT_INFO
73: --
74: hr_api.set_security_group_id
75: (p_security_group_id => l_security_group_id
76: );
77: --
78: -- Set the sessions legislation context in HR_SESSION_DATA

Line 80: hr_api.set_legislation_context(l_legislation_code);

76: );
77: --
78: -- Set the sessions legislation context in HR_SESSION_DATA
79: --
80: hr_api.set_legislation_context(l_legislation_code);
81: end if;
82: --
83: hr_utility.set_location(' Leaving:'|| l_proc, 20);
84: --

Line 116: hr_api.mandatory_arg_error

112: hr_utility.set_location('Entering:'|| l_proc, 10);
113: --
114: -- Ensure that all the mandatory parameter are not null
115: --
116: hr_api.mandatory_arg_error
117: (p_api_name => l_proc
118: ,p_argument => 'rate_matrix_rate_id'
119: ,p_argument_value => p_rate_matrix_rate_id
120: );

Line 122: if ( nvl(pqh_rmr_bus.g_rate_matrix_rate_id, hr_api.g_number)

118: ,p_argument => 'rate_matrix_rate_id'
119: ,p_argument_value => p_rate_matrix_rate_id
120: );
121: --
122: if ( nvl(pqh_rmr_bus.g_rate_matrix_rate_id, hr_api.g_number)
123: = p_rate_matrix_rate_id) then
124: --
125: -- The legislation code has already been found with a previous
126: -- call to this function. Just return the value in the global

Line 214: if nvl(p_rec.business_group_id, hr_api.g_number) <>

210: -- EDIT_HERE: Add checks to ensure non-updateable args have
211: -- not been updated.
212: --
213: --
214: if nvl(p_rec.business_group_id, hr_api.g_number) <>
215: nvl(pqh_rmr_shd.g_old_rec.business_group_id
216: ,hr_api.g_number
217: ) then
218: hr_api.argument_changed_error

Line 216: ,hr_api.g_number

212: --
213: --
214: if nvl(p_rec.business_group_id, hr_api.g_number) <>
215: nvl(pqh_rmr_shd.g_old_rec.business_group_id
216: ,hr_api.g_number
217: ) then
218: hr_api.argument_changed_error
219: (p_api_name => l_proc
220: ,p_argument => 'BUSINESS_GROUP_ID'

Line 218: hr_api.argument_changed_error

214: if nvl(p_rec.business_group_id, hr_api.g_number) <>
215: nvl(pqh_rmr_shd.g_old_rec.business_group_id
216: ,hr_api.g_number
217: ) then
218: hr_api.argument_changed_error
219: (p_api_name => l_proc
220: ,p_argument => 'BUSINESS_GROUP_ID'
221: ,p_base_table => pqh_rmr_shd.g_tab_nam
222: );

Line 268: hr_api.mandatory_arg_error

264: Begin
265: --
266: -- Ensure that the p_datetrack_mode argument is not null
267: --
268: hr_api.mandatory_arg_error
269: (p_api_name => l_proc
270: ,p_argument => 'datetrack_mode'
271: ,p_argument_value => p_datetrack_mode
272: );

Line 278: hr_api.mandatory_arg_error

274: -- Mode will be valid, as this is checked at the start of the upd.
275: --
276: -- Ensure the arguments are not null
277: --
278: hr_api.mandatory_arg_error
279: (p_api_name => l_proc
280: ,p_argument => 'validation_start_date'
281: ,p_argument_value => p_validation_start_date
282: );

Line 284: hr_api.mandatory_arg_error

280: ,p_argument => 'validation_start_date'
281: ,p_argument_value => p_validation_start_date
282: );
283: --
284: hr_api.mandatory_arg_error
285: (p_api_name => l_proc
286: ,p_argument => 'validation_end_date'
287: ,p_argument_value => p_validation_end_date
288: );

Line 352: hr_api.mandatory_arg_error

348: Begin
349: --
350: -- Ensure that the p_datetrack_mode argument is not null
351: --
352: hr_api.mandatory_arg_error
353: (p_api_name => l_proc
354: ,p_argument => 'datetrack_mode'
355: ,p_argument_value => p_datetrack_mode
356: );

Line 361: If (p_datetrack_mode = hr_api.g_delete or

357: --
358: -- Only perform the validation if the datetrack mode is either
359: -- DELETE or ZAP
360: --
361: If (p_datetrack_mode = hr_api.g_delete or
362: p_datetrack_mode = hr_api.g_zap) then
363: --
364: --
365: -- Ensure the arguments are not null

Line 362: p_datetrack_mode = hr_api.g_zap) then

358: -- Only perform the validation if the datetrack mode is either
359: -- DELETE or ZAP
360: --
361: If (p_datetrack_mode = hr_api.g_delete or
362: p_datetrack_mode = hr_api.g_zap) then
363: --
364: --
365: -- Ensure the arguments are not null
366: --

Line 367: hr_api.mandatory_arg_error

363: --
364: --
365: -- Ensure the arguments are not null
366: --
367: hr_api.mandatory_arg_error
368: (p_api_name => l_proc
369: ,p_argument => 'validation_start_date'
370: ,p_argument_value => p_validation_start_date
371: );

Line 373: hr_api.mandatory_arg_error

369: ,p_argument => 'validation_start_date'
370: ,p_argument_value => p_validation_start_date
371: );
372: --
373: hr_api.mandatory_arg_error
374: (p_api_name => l_proc
375: ,p_argument => 'validation_end_date'
376: ,p_argument_value => p_validation_end_date
377: );

Line 379: hr_api.mandatory_arg_error

375: ,p_argument => 'validation_end_date'
376: ,p_argument_value => p_validation_end_date
377: );
378: --
379: hr_api.mandatory_arg_error
380: (p_api_name => l_proc
381: ,p_argument => 'rate_matrix_rate_id'
382: ,p_argument_value => p_rate_matrix_rate_id
383: );

Line 472: hr_api.validate_bus_grp_id

468: NOT IN ('GENERIC','STARTUP') THEN
469: --
470: -- Validate Important Attributes
471: --
472: hr_api.validate_bus_grp_id
473: (p_business_group_id => p_rec.business_group_id
474: ,p_associated_column1 => pqh_rmr_shd.g_tab_nam
475: || '.BUSINESS_GROUP_ID');
476: --

Line 519: hr_api.validate_bus_grp_id

515: NOT IN ('GENERIC','STARTUP') THEN
516: --
517: -- Validate Important Attributes
518: --
519: hr_api.validate_bus_grp_id
520: (p_business_group_id => p_rec.business_group_id
521: ,p_associated_column1 => pqh_rmr_shd.g_tab_nam
522: || '.BUSINESS_GROUP_ID');
523: --