DBA Data[Home] [Help]

APPS.PAY_CSK_SHD dependencies on HR_UTILITY

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

56: l_proc varchar2(72) := g_package||'convert_args';
57: --
58: Begin
59: --
60: hr_utility.set_location('Entering:'||l_proc, 5);
61: --
62: -- Convert arguments into local l_rec structure.
63: --
64: l_rec.costing_keyflex_id := p_costing_keyflex_id;

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

100: l_rec.segment30 := p_segment30;
101: --
102: -- Return the plsql record structure.
103: --
104: hr_utility.set_location(' Leaving:'||l_proc, 10);
105: Return(l_rec);
106: --
107: End convert_args;
108: --