DBA Data[Home] [Help]

APPS.PAY_IPD_BUS dependencies on HR_UTILITY

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

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

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

69: hr_api.set_security_group_id
70: (p_security_group_id => l_security_group_id
71: );
72: --
73: hr_utility.set_location(' Leaving:'|| l_proc, 20);
74: --
75: end set_security_group_id;
76: --
77: -- ---------------------------------------------------------------------------

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

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

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

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

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

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

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

144: close csr_leg_code;
145: pay_ipd_bus.g_paye_details_id := p_paye_details_id;
146: pay_ipd_bus.g_legislation_code := l_legislation_code;
147: end if;
148: hr_utility.set_location(' Leaving:'|| l_proc, 40);
149: return l_legislation_code;
150: end return_legislation_code;
151: --
152: -- ----------------------------------------------------------------------------

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

964: --
965: l_proc varchar2(72) := g_package||'insert_validate';
966: --
967: Begin
968: hr_utility.set_location('Entering:'||l_proc, 5);
969: --
970: -- Call all supporting business operations
971: --
972: --

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

1003: , p_weekly_std_rate_cut_off => p_rec.weekly_std_rate_cut_off
1004: , p_monthly_tax_credit => p_rec.monthly_tax_credit
1005: , p_monthly_std_rate_cut_off => p_rec.monthly_std_rate_cut_off );
1006: --
1007: hr_utility.set_location(' Leaving:'||l_proc, 10);
1008: End insert_validate;
1009: --
1010: -- ----------------------------------------------------------------------------
1011: -- |---------------------------< update_validate >----------------------------|

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

1020: --
1021: l_proc varchar2(72) := g_package||'update_validate';
1022: --
1023: Begin
1024: hr_utility.set_location('Entering:'||l_proc, 5);
1025: --
1026: -- Call all supporting business operations
1027: --
1028: --

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

1064: , p_monthly_tax_credit => p_rec.monthly_tax_credit
1065: , p_monthly_std_rate_cut_off => p_rec.monthly_std_rate_cut_off );
1066: --
1067: --
1068: hr_utility.set_location(' Leaving:'||l_proc, 10);
1069: End update_validate;
1070: --
1071: -- ----------------------------------------------------------------------------
1072: -- |---------------------------< delete_validate >----------------------------|

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

1081: --
1082: l_proc varchar2(72) := g_package||'delete_validate';
1083: --
1084: Begin
1085: hr_utility.set_location('Entering:'||l_proc, 5);
1086: --
1087: -- Call all supporting business operations
1088: --
1089: dt_delete_validate

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

1092: ,p_validation_end_date => p_validation_end_date
1093: ,p_paye_details_id => p_rec.paye_details_id
1094: );
1095: --
1096: hr_utility.set_location(' Leaving:'||l_proc, 10);
1097: End delete_validate;
1098: --
1099: end pay_ipd_bus;