DBA Data[Home] [Help]

APPS.PQH_TTL_DEL dependencies on PQH_TEMPLATES_TL

Line 53: -- Delete the pqh_templates_tl row.

49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: --
53: -- Delete the pqh_templates_tl row.
54: --
55: delete from pqh_templates_tl
56: where template_id = p_rec.template_id
57: and language = p_rec.language;

Line 55: delete from pqh_templates_tl

51: --
52: --
53: -- Delete the pqh_templates_tl row.
54: --
55: delete from pqh_templates_tl
56: where template_id = p_rec.template_id
57: and language = p_rec.language;
58: --
59: --

Line 170: (p_module_name => 'pqh_templates_tl'

166: --
167: when hr_api.cannot_find_prog_unit then
168: --
169: hr_api.cannot_find_prog_unit_error
170: (p_module_name => 'pqh_templates_tl'
171: ,p_hook_type => 'AD');
172: --
173: end;
174: --

Line 265: from pqh_templates_tl ttl

261: ) is
262: --
263: cursor csr_del_langs is
264: Select ttl.language
265: from pqh_templates_tl ttl
266: where ttl.template_id = p_template_id;
267: --
268: l_proc varchar2(72) := g_package||'del_tl';
269: --