DBA Data[Home] [Help]

APPS.IRC_IDT_BUS dependencies on HR_UTILITY

Line 95: hr_utility.set_location('Entering:'||l_proc, 10);

91: l_proc varchar2(72) := g_package || 'chk_source_lang';
92: l_installed_flag varchar2(30);
93: --
94: Begin
95: hr_utility.set_location('Entering:'||l_proc, 10);
96: --
97: -- Only proceed with SQL validation if absolutely necessary
98: --
99:

Line 105: hr_utility.set_location(l_proc,30);

101: or (irc_idt_shd.g_old_rec.default_posting_id is not null
102: and nvl(irc_idt_shd.g_old_rec.language, hr_api.g_varchar2)
103: <> nvl(p_language, hr_api.g_varchar2))) then
104: --
105: hr_utility.set_location(l_proc,30);
106: --
107: -- Check value has been passed
108: --
109: hr_api.mandatory_arg_error

Line 115: hr_utility.set_location(l_proc,40);

111: ,p_argument => 'source_lang'
112: ,p_argument_value => p_source_lang
113: );
114: --
115: hr_utility.set_location(l_proc,40);
116: --
117: -- Check source language exists and is base or installed language
118: --
119: open csr_language;

Line 139: hr_utility.set_location('Leaving:'||l_proc, 100);

135: end if;
136: --
137: end if;
138: --
139: hr_utility.set_location('Leaving:'||l_proc, 100);
140: End chk_source_lang;
141:
142: --
143: -- ----------------------------------------------------------------------------

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

149: --
150: l_proc varchar2(72) := g_package||'insert_validate';
151: --
152: Begin
153: hr_utility.set_location('Entering:'||l_proc, 5);
154: --
155: -- Call all supporting business operations
156: --
157:

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

166: --
167: -- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS.
168: --
169: --
170: hr_utility.set_location(' Leaving:'||l_proc, 10);
171: End insert_validate;
172: --
173: -- ----------------------------------------------------------------------------
174: -- |---------------------------< update_validate >----------------------------|

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

179: --
180: l_proc varchar2(72) := g_package||'update_validate';
181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: -- Call all supporting business operations
186: --
187:

Line 204: hr_utility.set_location(' Leaving:'||l_proc,

200: (p_rec => p_rec
201: );
202: --
203: --
204: hr_utility.set_location(' Leaving:'||l_proc,
205: 10);
206: End update_validate;
207: --
208: -- ----------------------------------------------------------------------------

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

214: --
215: l_proc varchar2(72) := g_package||'delete_validate';
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --
220: -- Call all supporting business operations
221: --
222: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --
220: -- Call all supporting business operations
221: --
222: hr_utility.set_location(' Leaving:'||l_proc, 10);
223: End delete_validate;
224: --
225: end irc_idt_bus;