DBA Data[Home] [Help]

APPS.PQH_GIN_BUS dependencies on HR_API

Line 45: hr_api.mandatory_arg_error

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

Line 72: hr_api.set_security_group_id

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

Line 78: hr_api.set_legislation_context(l_legislation_code);

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

Line 112: hr_api.mandatory_arg_error

108: hr_utility.set_location('Entering:'|| l_proc, 10);
109: --
110: -- Ensure that all the mandatory parameter are not null
111: --
112: hr_api.mandatory_arg_error
113: (p_api_name => l_proc
114: ,p_argument => 'global_index_id'
115: ,p_argument_value => p_global_index_id
116: );

Line 118: if ( nvl(pqh_gin_bus.g_global_index_id, hr_api.g_number)

114: ,p_argument => 'global_index_id'
115: ,p_argument_value => p_global_index_id
116: );
117: --
118: if ( nvl(pqh_gin_bus.g_global_index_id, hr_api.g_number)
119: = p_global_index_id) then
120: --
121: -- The legislation code has already been found with a previous
122: -- call to this function. Just return the value in the global

Line 208: IF NVL(p_rec.gross_index, hr_api.g_number) <>

204: END IF;
205:
206: -- GROSS_INDEX
207:
208: IF NVL(p_rec.gross_index, hr_api.g_number) <>
209: nvl(pqh_gin_shd.g_old_rec.gross_index
210: ,hr_api.g_number
211: ) then
212: hr_api.argument_changed_error

Line 210: ,hr_api.g_number

206: -- GROSS_INDEX
207:
208: IF NVL(p_rec.gross_index, hr_api.g_number) <>
209: nvl(pqh_gin_shd.g_old_rec.gross_index
210: ,hr_api.g_number
211: ) then
212: hr_api.argument_changed_error
213: (p_api_name => l_proc
214: ,p_argument => 'GROSS_INDEX'

Line 212: hr_api.argument_changed_error

208: IF NVL(p_rec.gross_index, hr_api.g_number) <>
209: nvl(pqh_gin_shd.g_old_rec.gross_index
210: ,hr_api.g_number
211: ) then
212: hr_api.argument_changed_error
213: (p_api_name => l_proc
214: ,p_argument => 'GROSS_INDEX'
215: ,p_base_table => pqh_gin_shd.g_tab_nam
216: );

Line 262: hr_api.mandatory_arg_error

258: Begin
259: --
260: -- Ensure that the p_datetrack_mode argument is not null
261: --
262: hr_api.mandatory_arg_error
263: (p_api_name => l_proc
264: ,p_argument => 'datetrack_mode'
265: ,p_argument_value => p_datetrack_mode
266: );

Line 272: hr_api.mandatory_arg_error

268: -- Mode will be valid, as this is checked at the start of the upd.
269: --
270: -- Ensure the arguments are not null
271: --
272: hr_api.mandatory_arg_error
273: (p_api_name => l_proc
274: ,p_argument => 'validation_start_date'
275: ,p_argument_value => p_validation_start_date
276: );

Line 278: hr_api.mandatory_arg_error

274: ,p_argument => 'validation_start_date'
275: ,p_argument_value => p_validation_start_date
276: );
277: --
278: hr_api.mandatory_arg_error
279: (p_api_name => l_proc
280: ,p_argument => 'validation_end_date'
281: ,p_argument_value => p_validation_end_date
282: );

Line 346: hr_api.mandatory_arg_error

342: Begin
343: --
344: -- Ensure that the p_datetrack_mode argument is not null
345: --
346: hr_api.mandatory_arg_error
347: (p_api_name => l_proc
348: ,p_argument => 'datetrack_mode'
349: ,p_argument_value => p_datetrack_mode
350: );

Line 355: If (p_datetrack_mode = hr_api.g_delete or

351: --
352: -- Only perform the validation if the datetrack mode is either
353: -- DELETE or ZAP
354: --
355: If (p_datetrack_mode = hr_api.g_delete or
356: p_datetrack_mode = hr_api.g_zap) then
357: --
358: --
359: -- Ensure the arguments are not null

Line 356: p_datetrack_mode = hr_api.g_zap) then

352: -- Only perform the validation if the datetrack mode is either
353: -- DELETE or ZAP
354: --
355: If (p_datetrack_mode = hr_api.g_delete or
356: p_datetrack_mode = hr_api.g_zap) then
357: --
358: --
359: -- Ensure the arguments are not null
360: --

Line 361: hr_api.mandatory_arg_error

357: --
358: --
359: -- Ensure the arguments are not null
360: --
361: hr_api.mandatory_arg_error
362: (p_api_name => l_proc
363: ,p_argument => 'validation_start_date'
364: ,p_argument_value => p_validation_start_date
365: );

Line 367: hr_api.mandatory_arg_error

363: ,p_argument => 'validation_start_date'
364: ,p_argument_value => p_validation_start_date
365: );
366: --
367: hr_api.mandatory_arg_error
368: (p_api_name => l_proc
369: ,p_argument => 'validation_end_date'
370: ,p_argument_value => p_validation_end_date
371: );

Line 373: hr_api.mandatory_arg_error

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

Line 742: hr_api.validate_bus_grp_id

738: --
739: -- Call all supporting business operations
740: --
741:
742: hr_api.validate_bus_grp_id
743: (p_business_group_id => nvl(hr_general.get_business_group_id,0) );
744:
745: chk_unique_insert(p_rec.gross_index);
746:

Line 818: hr_api.validate_bus_grp_id

814: --
815: -- Call all supporting business operations
816: --
817:
818: hr_api.validate_bus_grp_id
819: (p_business_group_id => nvl(hr_general.get_business_group_id,0) );
820:
821: chk_unique_update(p_rec.gross_index,p_rec.increased_index,p_rec.global_index_id);
822: