DBA Data[Home] [Help]

APPS.PER_RVR_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 => 'workbench_view_report_code'
50: ,p_argument_value => p_workbench_view_report_code
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 117: hr_api.mandatory_arg_error

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

Line 123: if ( nvl(per_rvr_bus.g_workbench_view_report_code, hr_api.g_varchar2)

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