DBA Data[Home] [Help]

APPS.PAY_AUD_SHD dependencies on HR_UTILITY

Line 105: hr_utility.set_location('Entering:'||l_proc, 5);

101: --
102: l_proc varchar2(72) := g_package||'lck';
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'

Line 130: hr_utility.set_location(' Leaving:'||l_proc, 10);

126: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
127: fnd_message.raise_error;
128: End If;
129: --
130: hr_utility.set_location(' Leaving:'||l_proc, 10);
131: --
132: -- We need to trap the ORA LOCK exception
133: --
134: Exception