DBA Data[Home] [Help]

APPS.GHR_CCL_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_claim_id'
53: ,p_argument_value => p_compl_claim_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 116: hr_api.mandatory_arg_error

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

Line 122: if ( nvl(ghr_ccl_bus.g_compl_claim_id, hr_api.g_number)

118: ,p_argument => 'compl_claim_id'
119: ,p_argument_value => p_compl_claim_id
120: );
121: --
122: if ( nvl(ghr_ccl_bus.g_compl_claim_id, hr_api.g_number)
123: = p_compl_claim_id) then
124: --
125: -- The legislation code has already been found with a previous
126: -- 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;