DBA Data[Home] [Help]

APPS.BEN_BMI_BUS dependencies on HR_UTILITY

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

40: l_api_updating boolean;
41: --
42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := ben_bmi_shd.api_updating
47: (p_batch_commu_id => p_batch_commu_id,
48: p_object_version_number => p_object_version_number);

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

68: end if;
69: --
70: end if;
71: --
72: hr_utility.set_location('Leaving:'||l_proc, 10);
73: --
74: End chk_batch_commu_id;
75: --
76: --

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

81: --
82: l_proc varchar2(72) := g_package||'insert_validate';
83: --
84: Begin
85: hr_utility.set_location('Entering:'||l_proc, 5);
86: --
87: -- Call all supporting business operations
88: --
89: --

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

92: chk_batch_commu_id
93: (p_batch_commu_id => p_rec.batch_commu_id,
94: p_object_version_number => p_rec.object_version_number);
95: --
96: hr_utility.set_location(' Leaving:'||l_proc, 10);
97: End insert_validate;
98: --
99: -- ----------------------------------------------------------------------------
100: -- |---------------------------< update_validate >----------------------------|

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

103: --
104: l_proc varchar2(72) := g_package||'update_validate';
105: --
106: Begin
107: hr_utility.set_location('Entering:'||l_proc, 5);
108: --
109: -- Call all supporting business operations
110: --
111: --

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

114: chk_batch_commu_id
115: (p_batch_commu_id => p_rec.batch_commu_id,
116: p_object_version_number => p_rec.object_version_number);
117: --
118: hr_utility.set_location(' Leaving:'||l_proc, 10);
119: End update_validate;
120: --
121: -- ----------------------------------------------------------------------------
122: -- |---------------------------< delete_validate >----------------------------|

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

125: --
126: l_proc varchar2(72) := g_package||'delete_validate';
127: --
128: Begin
129: hr_utility.set_location('Entering:'||l_proc, 5);
130: --
131: -- Call all supporting business operations
132: --
133: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

129: hr_utility.set_location('Entering:'||l_proc, 5);
130: --
131: -- Call all supporting business operations
132: --
133: hr_utility.set_location(' Leaving:'||l_proc, 10);
134: End delete_validate;
135: --
136: --
137: -- ---------------------------------------------------------------------------

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

156: l_proc varchar2(72) := g_package||'return_legislation_code';
157: --
158: begin
159: --
160: hr_utility.set_location('Entering:'|| l_proc, 10);
161: --
162: -- Ensure that all the mandatory parameter are not null
163: --
164: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 178: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');

174: close csr_leg_code;
175: --
176: -- The primary key is invalid therefore we must error
177: --
178: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
179: hr_utility.raise_error;
180: --
181: end if;
182: --

Line 179: hr_utility.raise_error;

175: --
176: -- The primary key is invalid therefore we must error
177: --
178: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
179: hr_utility.raise_error;
180: --
181: end if;
182: --
183: close csr_leg_code;

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

181: end if;
182: --
183: close csr_leg_code;
184: --
185: hr_utility.set_location(' Leaving:'|| l_proc, 20);
186: --
187: return l_legislation_code;
188: --
189: end return_legislation_code;