DBA Data[Home] [Help]

APPS.PQH_DOA_BUS dependencies on HR_UTILITY

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

41: l_proc varchar2(72) := g_package||'set_security_group_id';
42: --
43: begin
44: --
45: hr_utility.set_location('Entering:'|| l_proc, 10);
46: --
47: -- Ensure that all the mandatory parameter are not null
48: --
49: hr_api.mandatory_arg_error

Line 80: hr_utility.set_location(' Leaving:'|| l_proc, 20);

76: (p_security_group_id => l_security_group_id
77: );
78: end if;
79: --
80: hr_utility.set_location(' Leaving:'|| l_proc, 20);
81: --
82: end set_security_group_id;
83: --
84: -- ---------------------------------------------------------------------------

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

109: l_proc varchar2(72) := g_package||'return_legislation_code';
110: --
111: Begin
112: --
113: hr_utility.set_location('Entering:'|| l_proc, 10);
114: --
115: -- Ensure that all the mandatory parameter are not null
116: --
117: hr_api.mandatory_arg_error

Line 131: hr_utility.set_location(l_proc, 20);

127: -- call to this function. Just return the value in the global
128: -- variable.
129: --
130: l_legislation_code := pqh_doa_bus.g_legislation_code;
131: hr_utility.set_location(l_proc, 20);
132: else
133: --
134: -- The ID is different to the last call to this function
135: -- or this is the first call to this function.

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

144: close csr_leg_code;
145: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
146: fnd_message.raise_error;
147: end if;
148: hr_utility.set_location(l_proc,30);
149: --
150: -- Set the global variables so the values are
151: -- available for the next call to this function.
152: --

Line 157: hr_utility.set_location(' Leaving:'|| l_proc, 40);

153: close csr_leg_code;
154: pqh_doa_bus.g_document_attribute_id := p_document_attribute_id;
155: pqh_doa_bus.g_legislation_code := l_legislation_code;
156: end if;
157: hr_utility.set_location(' Leaving:'|| l_proc, 40);
158: return l_legislation_code;
159: end return_legislation_code;
160: --
161: -- ----------------------------------------------------------------------------

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

401: --
402: l_proc varchar2(72) := g_package||'insert_validate';
403: --
404: Begin
405: hr_utility.set_location('Entering:'||l_proc, 5);
406: --
407: -- Call all supporting business operations
408: --
409: --

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

409: --
410: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."
411: --
412: --
413: hr_utility.set_location(' Leaving:'||l_proc, 10);
414: End insert_validate;
415: --
416: -- ----------------------------------------------------------------------------
417: -- |---------------------------< update_validate >----------------------------|

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

426: --
427: l_proc varchar2(72) := g_package||'update_validate';
428: --
429: Begin
430: hr_utility.set_location('Entering:'||l_proc, 5);
431: --
432: -- Call all supporting business operations
433: --
434: --

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

447: ,p_rec => p_rec
448: );
449: --
450: --
451: hr_utility.set_location(' Leaving:'||l_proc, 10);
452: End update_validate;
453: --
454: -- ----------------------------------------------------------------------------
455: -- |---------------------------< delete_validate >----------------------------|

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

464: --
465: l_proc varchar2(72) := g_package||'delete_validate';
466: --
467: Begin
468: hr_utility.set_location('Entering:'||l_proc, 5);
469: --
470: -- Call all supporting business operations
471: --
472: dt_delete_validate

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

475: ,p_validation_end_date => p_validation_end_date
476: ,p_document_attribute_id => p_rec.document_attribute_id
477: );
478: --
479: hr_utility.set_location(' Leaving:'||l_proc, 10);
480: End delete_validate;
481: --
482: end pqh_doa_bus;