DBA Data[Home] [Help]

APPS.FF_FGL_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 => 'global_id'
50: ,p_argument_value => p_global_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 => 'global_id'
119: ,p_argument_value => p_global_id
120: );

Line 122: if ( nvl(ff_fgl_bus.g_global_id, hr_api.g_number)

118: ,p_argument => 'global_id'
119: ,p_argument_value => p_global_id
120: );
121: --
122: if ( nvl(ff_fgl_bus.g_global_id, hr_api.g_number)
123: = p_global_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 256: hr_api.mandatory_arg_error

252: Begin
253: --
254: -- Ensure that the p_datetrack_mode argument is not null
255: --
256: hr_api.mandatory_arg_error
257: (p_api_name => l_proc
258: ,p_argument => 'datetrack_mode'
259: ,p_argument_value => p_datetrack_mode
260: );

Line 266: hr_api.mandatory_arg_error

262: -- Mode will be valid, as this is checked at the start of the upd.
263: --
264: -- Ensure the arguments are not null
265: --
266: hr_api.mandatory_arg_error
267: (p_api_name => l_proc
268: ,p_argument => 'validation_start_date'
269: ,p_argument_value => p_validation_start_date
270: );

Line 272: hr_api.mandatory_arg_error

268: ,p_argument => 'validation_start_date'
269: ,p_argument_value => p_validation_start_date
270: );
271: --
272: hr_api.mandatory_arg_error
273: (p_api_name => l_proc
274: ,p_argument => 'validation_end_date'
275: ,p_argument_value => p_validation_end_date
276: );

Line 340: hr_api.mandatory_arg_error

336: Begin
337: --
338: -- Ensure that the p_datetrack_mode argument is not null
339: --
340: hr_api.mandatory_arg_error
341: (p_api_name => l_proc
342: ,p_argument => 'datetrack_mode'
343: ,p_argument_value => p_datetrack_mode
344: );

Line 349: If (p_datetrack_mode = hr_api.g_delete or

345: --
346: -- Only perform the validation if the datetrack mode is either
347: -- DELETE or ZAP
348: --
349: If (p_datetrack_mode = hr_api.g_delete or
350: p_datetrack_mode = hr_api.g_zap) then
351: --
352: --
353: -- Ensure the arguments are not null

Line 350: p_datetrack_mode = hr_api.g_zap) then

346: -- Only perform the validation if the datetrack mode is either
347: -- DELETE or ZAP
348: --
349: If (p_datetrack_mode = hr_api.g_delete or
350: p_datetrack_mode = hr_api.g_zap) then
351: --
352: --
353: -- Ensure the arguments are not null
354: --

Line 355: hr_api.mandatory_arg_error

351: --
352: --
353: -- Ensure the arguments are not null
354: --
355: hr_api.mandatory_arg_error
356: (p_api_name => l_proc
357: ,p_argument => 'validation_start_date'
358: ,p_argument_value => p_validation_start_date
359: );

Line 361: hr_api.mandatory_arg_error

357: ,p_argument => 'validation_start_date'
358: ,p_argument_value => p_validation_start_date
359: );
360: --
361: hr_api.mandatory_arg_error
362: (p_api_name => l_proc
363: ,p_argument => 'validation_end_date'
364: ,p_argument_value => p_validation_end_date
365: );

Line 367: hr_api.mandatory_arg_error

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

Line 460: hr_api.validate_bus_grp_id

456: NOT IN ('GENERIC','STARTUP') THEN
457: --
458: -- Validate Important Attributes
459: --
460: hr_api.validate_bus_grp_id
461: (p_business_group_id => p_rec.business_group_id
462: ,p_associated_column1 => ff_fgl_shd.g_tab_nam
463: || '.BUSINESS_GROUP_ID');
464: --

Line 507: hr_api.validate_bus_grp_id

503: NOT IN ('GENERIC','STARTUP') THEN
504: --
505: -- Validate Important Attributes
506: --
507: hr_api.validate_bus_grp_id
508: (p_business_group_id => p_rec.business_group_id
509: ,p_associated_column1 => ff_fgl_shd.g_tab_nam
510: || '.BUSINESS_GROUP_ID');
511: --