DBA Data[Home] [Help]

APPS.PQH_GIN_BUS dependencies on HR_UTILITY

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

37: l_legislation_code varchar2(150);
38: --
39: begin
40: --
41: hr_utility.set_location('Entering:'|| l_proc, 10);
42: --
43: -- Ensure that all the mandatory parameter are not null
44: --
45: hr_api.mandatory_arg_error

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

77: --
78: hr_api.set_legislation_context(l_legislation_code);
79: end if;
80: --
81: hr_utility.set_location(' Leaving:'|| l_proc, 20);
82: --
83: end set_security_group_id;
84: --
85: -- ---------------------------------------------------------------------------

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

104: l_proc varchar2(72) := g_package||'return_legislation_code';
105: --
106: Begin
107: --
108: hr_utility.set_location('Entering:'|| l_proc, 10);
109: --
110: -- Ensure that all the mandatory parameter are not null
111: --
112: hr_api.mandatory_arg_error

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

122: -- call to this function. Just return the value in the global
123: -- variable.
124: --
125: l_legislation_code := pqh_gin_bus.g_legislation_code;
126: hr_utility.set_location(l_proc, 20);
127: else
128: --
129: -- The ID is different to the last call to this function
130: -- or this is the first call to this function.

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

139: close csr_leg_code;
140: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
141: fnd_message.raise_error;
142: end if;
143: hr_utility.set_location(l_proc,30);
144: --
145: -- Set the global variables so the values are
146: -- available for the next call to this function.
147: --

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

148: close csr_leg_code;
149: pqh_gin_bus.g_global_index_id := p_global_index_id;
150: pqh_gin_bus.g_legislation_code := l_legislation_code;
151: end if;
152: hr_utility.set_location(' Leaving:'|| l_proc, 40);
153: return l_legislation_code;
154: end return_legislation_code;
155: --
156: -- ----------------------------------------------------------------------------

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

733: --
734: l_proc varchar2(72) := g_package||'insert_validate';
735: --
736: Begin
737: hr_utility.set_location('Entering:'||l_proc, 5);
738: --
739: -- Call all supporting business operations
740: --
741:

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

792: p_rec.basic_salary_rate );
793:
794: hr_multi_message.end_validation_set;
795: --
796: hr_utility.set_location(' Leaving:'||l_proc, 10);
797: End insert_validate;
798: --
799: -- ----------------------------------------------------------------------------
800: -- |---------------------------< update_validate >----------------------------|

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

809: --
810: l_proc varchar2(72) := g_package||'update_validate';
811: --
812: Begin
813: hr_utility.set_location('Entering:'||l_proc, 5);
814: --
815: -- Call all supporting business operations
816: --
817:

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

874: ,p_rec => p_rec
875: );
876: --
877: --
878: hr_utility.set_location(' Leaving:'||l_proc, 10);
879: End update_validate;
880: --
881: -- ----------------------------------------------------------------------------
882: -- |---------------------------< delete_validate >----------------------------|

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

891: --
892: l_proc varchar2(72) := g_package||'delete_validate';
893: --
894: Begin
895: hr_utility.set_location('Entering:'||l_proc, 5);
896: --
897: -- Call all supporting business operations
898: --
899: dt_delete_validate

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

906:
907: chk_steps_exist_for_index(p_rec.global_index_id, p_effective_date);
908:
909:
910: hr_utility.set_location(' Leaving:'||l_proc, 10);
911: End delete_validate;
912: --
913: end pqh_gin_bus;