DBA Data[Home] [Help]

APPS.PER_SSB_BUS dependencies on HR_API

Line 48: hr_api.mandatory_arg_error

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

Line 75: hr_api.set_security_group_id

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

Line 81: hr_api.set_legislation_context(l_legislation_code);

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

Line 118: hr_api.mandatory_arg_error

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

Line 124: if ( nvl(per_ssb_bus.g_setup_sub_task_code, hr_api.g_varchar2)

120: ,p_argument => 'setup_sub_task_code'
121: ,p_argument_value => p_setup_sub_task_code
122: );
123: --
124: if ( nvl(per_ssb_bus.g_setup_sub_task_code, hr_api.g_varchar2)
125: = p_setup_sub_task_code) then
126: --
127: -- The legislation code has already been found with a previous
128: -- call to this function. Just return the value in the global

Line 261: hr_api.mandatory_arg_error

257: hr_utility.set_location('Entering:'|| l_proc, 1);
258:
259: If p_setup_sub_task_type Is Not Null Then
260:
261: hr_api.mandatory_arg_error
262: (p_api_name => l_proc
263: ,p_argument => 'EFFECTIVE_DATE'
264: ,p_argument_value => p_effective_date
265: );

Line 266: If hr_api.not_exists_in_hr_lookups

262: (p_api_name => l_proc
263: ,p_argument => 'EFFECTIVE_DATE'
264: ,p_argument_value => p_effective_date
265: );
266: If hr_api.not_exists_in_hr_lookups
267: (p_effective_date => p_effective_date
268: ,p_lookup_type => 'PER_RI_SUB_TASK_TYPE'
269: ,p_lookup_code => p_setup_sub_task_type
270: ) Then