DBA Data[Home] [Help]

APPS.FF_FFP_BUS dependencies on HR_API

Line 58: hr_api.mandatory_arg_error

54: hr_utility.set_location('Entering:'|| l_proc, 10);
55: --
56: -- Ensure that all the mandatory parameter are not null
57: --
58: hr_api.mandatory_arg_error
59: (p_api_name => l_proc
60: ,p_argument => 'function_id'
61: ,p_argument_value => p_function_id
62: );

Line 63: hr_api.mandatory_arg_error

59: (p_api_name => l_proc
60: ,p_argument => 'function_id'
61: ,p_argument_value => p_function_id
62: );
63: hr_api.mandatory_arg_error
64: (p_api_name => l_proc
65: ,p_argument => 'sequence_number'
66: ,p_argument_value => p_sequence_number
67: );

Line 92: hr_api.set_security_group_id

88: close csr_sec_grp;
89: --
90: -- Set the security_group_id in CLIENT_INFO
91: --
92: hr_api.set_security_group_id
93: (p_security_group_id => l_security_group_id
94: );
95: --
96: -- Set the sessions legislation context in HR_SESSION_DATA

Line 98: hr_api.set_legislation_context(l_legislation_code);

94: );
95: --
96: -- Set the sessions legislation context in HR_SESSION_DATA
97: --
98: hr_api.set_legislation_context(l_legislation_code);
99: end if;
100: --
101: hr_utility.set_location(' Leaving:'|| l_proc, 20);
102: --

Line 143: hr_api.mandatory_arg_error

139: hr_utility.set_location('Entering:'|| l_proc, 10);
140: --
141: -- Ensure that all the mandatory parameter are not null
142: --
143: hr_api.mandatory_arg_error
144: (p_api_name => l_proc
145: ,p_argument => 'function_id'
146: ,p_argument_value => p_function_id
147: );

Line 148: hr_api.mandatory_arg_error

144: (p_api_name => l_proc
145: ,p_argument => 'function_id'
146: ,p_argument_value => p_function_id
147: );
148: hr_api.mandatory_arg_error
149: (p_api_name => l_proc
150: ,p_argument => 'sequence_number'
151: ,p_argument_value => p_sequence_number
152: );

Line 154: if (( nvl(ff_ffp_bus.g_function_id, hr_api.g_number)

150: ,p_argument => 'sequence_number'
151: ,p_argument_value => p_sequence_number
152: );
153: --
154: if (( nvl(ff_ffp_bus.g_function_id, hr_api.g_number)
155: = p_function_id)
156: and ( nvl(ff_ffp_bus.g_sequence_number, hr_api.g_number)
157: = p_sequence_number)) then
158: --

Line 156: and ( nvl(ff_ffp_bus.g_sequence_number, hr_api.g_number)

152: );
153: --
154: if (( nvl(ff_ffp_bus.g_function_id, hr_api.g_number)
155: = p_function_id)
156: and ( nvl(ff_ffp_bus.g_sequence_number, hr_api.g_number)
157: = p_sequence_number)) then
158: --
159: -- The legislation code has already been found with a previous
160: -- call to this function. Just return the value in the global

Line 272: hr_api.mandatory_arg_error

268: hr_utility.set_location('Entering:'|| l_proc, 10);
269: --
270: -- FUNCTION_ID is mandatory.
271: --
272: hr_api.mandatory_arg_error
273: (p_api_name => l_proc
274: ,p_argument => 'FUNCTION_ID'
275: ,p_argument_value => p_function_id
276: );

Line 318: hr_api.mandatory_arg_error

314: hr_utility.set_location('Entering:'|| l_proc, 10);
315: --
316: -- CLASS is mandatory.
317: --
318: hr_api.mandatory_arg_error
319: (p_api_name => l_proc
320: ,p_argument => 'CLASS'
321: ,p_argument_value => p_class
322: );

Line 324: if hr_api.not_exists_in_hrstanlookups

320: ,p_argument => 'CLASS'
321: ,p_argument_value => p_class
322: );
323:
324: if hr_api.not_exists_in_hrstanlookups
325: (p_effective_date => p_effective_date
326: ,p_lookup_type => 'PARAMETER_CLASS'
327: ,p_lookup_code => p_class
328: ) then

Line 359: hr_api.mandatory_arg_error

355: hr_utility.set_location('Entering:'|| l_proc, 10);
356: --
357: -- DATA_TYPE is mandatory.
358: --
359: hr_api.mandatory_arg_error
360: (p_api_name => l_proc
361: ,p_argument => 'DATA_TYPE'
362: ,p_argument_value => p_data_type
363: );

Line 365: if hr_api.not_exists_in_hrstanlookups

361: ,p_argument => 'DATA_TYPE'
362: ,p_argument_value => p_data_type
363: );
364:
365: if hr_api.not_exists_in_hrstanlookups
366: (p_effective_date => p_effective_date
367: ,p_lookup_type => 'DATA_TYPE'
368: ,p_lookup_code => p_data_type
369: ) then

Line 401: hr_api.mandatory_arg_error

397: hr_utility.set_location('Entering:'|| l_proc, 10);
398: --
399: -- NAME is mandatory.
400: --
401: hr_api.mandatory_arg_error
402: (p_api_name => l_proc
403: ,p_argument => 'NAME'
404: ,p_argument_value => p_name
405: );

Line 447: hr_api.mandatory_arg_error

443: hr_utility.set_location('Entering:'|| l_proc, 10);
444: --
445: -- OPTIONAL is mandatory.
446: --
447: hr_api.mandatory_arg_error
448: (p_api_name => l_proc
449: ,p_argument => 'OPTIONAL'
450: ,p_argument_value => p_optional
451: );

Line 459: if hr_api.not_exists_in_hrstanlookups

455: (p_check_column1 => 'FF_FUNCTION_PARAMETERS.CLASS'
456: ,p_associated_column1 => 'FF_FUNCTION_PARAMETERS.OPTIONAL'
457: ) then
458:
459: if hr_api.not_exists_in_hrstanlookups
460: (p_effective_date => p_effective_date
461: ,p_lookup_type => 'YES_NO'
462: ,p_lookup_code => p_optional
463: ) then

Line 502: hr_api.mandatory_arg_error

498: hr_utility.set_location('Entering:'|| l_proc, 10);
499: --
500: -- CONTINUING_PARAMETER is mandatory.
501: --
502: hr_api.mandatory_arg_error
503: (p_api_name => l_proc
504: ,p_argument => 'CONTINUING_PARAMETER'
505: ,p_argument_value => p_continuing_parameter
506: );

Line 514: if hr_api.not_exists_in_hrstanlookups

510: (p_check_column1 => 'FF_FUNCTION_PARAMETERS.CLASS'
511: ,p_associated_column1 => 'FF_FUNCTION_PARAMETERS.CONTINUING_PARAMETER'
512: ) then
513:
514: if hr_api.not_exists_in_hrstanlookups
515: (p_effective_date => p_effective_date
516: ,p_lookup_type => 'YES_NO'
517: ,p_lookup_code => p_continuing_parameter
518: ) then