DBA Data[Home] [Help]

APPS.PAY_AUD_SHD dependencies on HR_API

Line 107: hr_api.mandatory_arg_error

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

Line 135: When HR_Api.Object_Locked then

131: --
132: -- We need to trap the ORA LOCK exception
133: --
134: Exception
135: When HR_Api.Object_Locked then
136: --
137: -- The object is locked therefore we need to supply a meaningful
138: -- error message.
139: --