DBA Data[Home] [Help]

APPS.GHR_CAD_BUS dependencies on HR_API

Line 50: hr_api.mandatory_arg_error

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

Line 73: hr_api.set_security_group_id

69: close csr_sec_grp;
70: --
71: -- Set the security_group_id in CLIENT_INFO
72: --
73: hr_api.set_security_group_id
74: (p_security_group_id => l_security_group_id
75: );
76: --
77: hr_utility.set_location(' Leaving:'|| l_proc, 20);

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 => 'compl_adr_id'
121: ,p_argument_value => p_compl_adr_id
122: );

Line 124: if ( nvl(ghr_cad_bus.g_compl_adr_id, hr_api.g_number)

120: ,p_argument => 'compl_adr_id'
121: ,p_argument_value => p_compl_adr_id
122: );
123: --
124: if ( nvl(ghr_cad_bus.g_compl_adr_id, hr_api.g_number)
125: = p_compl_adr_id) 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 219: hr_api.argument_changed_error

215: -- not been updated.
216: --
217: EXCEPTION
218: WHEN l_error THEN
219: hr_api.argument_changed_error
220: (p_api_name => l_proc
221: ,p_argument => l_argument);
222: WHEN OTHERS THEN
223: RAISE;