DBA Data[Home] [Help]

APPS.PER_ZA_LSA_SHD dependencies on HR_API

Line 108: hr_api.mandatory_arg_error

104: --
105: Begin
106: hr_utility.set_location('Entering:'||l_proc, 5);
107: --
108: hr_api.mandatory_arg_error
109: (p_api_name => l_proc,
110: p_argument => 'agreement_id',
111: p_argument_value => p_agreement_id);
112:

Line 130: When HR_Api.Object_Locked then

126: --
127: -- We need to trap the ORA LOCK exception
128: --
129: Exception
130: When HR_Api.Object_Locked then
131: --
132: -- The object is locked therefore we need to supply a meaningful
133: -- error message.
134: --