DBA Data[Home] [Help]

APPS.PER_SST_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 119: hr_api.mandatory_arg_error

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

Line 125: if ( nvl(per_sst_bus.g_setup_sub_task_code, hr_api.g_varchar2)

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