DBA Data[Home] [Help]

APPS.PQH_ACC_BUS dependencies on HR_UTILITY

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

37: l_proc varchar2(72) := g_package||'set_security_group_id';
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 76: hr_utility.set_location(' Leaving:'|| l_proc, 20);

72: (p_security_group_id => l_security_group_id
73: );
74: end if;
75: --
76: hr_utility.set_location(' Leaving:'|| l_proc, 20);
77: --
78: end set_security_group_id;
79: --
80: -- ---------------------------------------------------------------------------

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

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

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

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

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

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

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

145: close csr_leg_code;
146: pqh_acc_bus.g_accommodation_id := p_accommodation_id;
147: pqh_acc_bus.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;
151: end return_legislation_code;
152: --
153: -- ----------------------------------------------------------------------------

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

184: --
185: l_proc varchar2(72) := g_package || 'chk_ddf';
186: --
187: begin
188: hr_utility.set_location('Entering:'||l_proc,10);
189: --
190: if ((p_rec.accommodation_id is not null) and (
191: nvl(pqh_acc_shd.g_old_rec.information_category, hr_api.g_varchar2) <>
192: nvl(p_rec.information_category, hr_api.g_varchar2) or

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

323: ,p_attribute30_value => p_rec.information30
324: );
325: end if;
326: --
327: hr_utility.set_location(' Leaving:'||l_proc,20);
328: end chk_ddf;
329: --
330: -- ----------------------------------------------------------------------------
331: -- |------------------------------< chk_df >----------------------------------|

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

361: --
362: l_proc varchar2(72) := g_package || 'chk_df';
363: --
364: begin
365: hr_utility.set_location('Entering:'||l_proc,10);
366: --
367: if ((p_rec.accommodation_id is not null) and (
368: nvl(pqh_acc_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
369: nvl(p_rec.attribute_category, hr_api.g_varchar2) or

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

500: ,p_attribute30_value => p_rec.attribute30
501: );
502: end if;
503: --
504: hr_utility.set_location(' Leaving:'||l_proc,20);
505: end chk_df;
506: --
507: -- ----------------------------------------------------------------------------
508: -- |-----------------------< chk_non_updateable_args >------------------------|

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

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

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

834: -- pqh_acc_bus.chk_ddf(p_rec);
835: --
836: -- pqh_acc_bus.chk_df(p_rec);
837: --
838: hr_utility.set_location(' Leaving:'||l_proc, 10);
839: End insert_validate;
840: --
841: -- ----------------------------------------------------------------------------
842: -- |---------------------------< update_validate >----------------------------|

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

851: --
852: l_proc varchar2(72) := g_package||'update_validate';
853: --
854: Begin
855: hr_utility.set_location('Entering:'||l_proc, 5);
856: --
857: -- Call all supporting business operations
858: --
859: hr_api.validate_bus_grp_id

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

888: -- pqh_acc_bus.chk_ddf(p_rec);
889: --
890: -- pqh_acc_bus.chk_df(p_rec);
891: --
892: hr_utility.set_location(' Leaving:'||l_proc, 10);
893: End update_validate;
894: --
895: -- ----------------------------------------------------------------------------
896: -- |---------------------------< delete_validate >----------------------------|

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

905: --
906: l_proc varchar2(72) := g_package||'delete_validate';
907: --
908: Begin
909: hr_utility.set_location('Entering:'||l_proc, 5);
910: --
911: -- Call all supporting business operations
912: --
913: dt_delete_validate

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

916: ,p_validation_end_date => p_validation_end_date
917: ,p_accommodation_id => p_rec.accommodation_id
918: );
919: --
920: hr_utility.set_location(' Leaving:'||l_proc, 10);
921: End delete_validate;
922: --
923: end pqh_acc_bus;