DBA Data[Home] [Help]

APPS.HR_LEI_FLEX dependencies on HR_UTILITY

Line 46: hr_utility.set_location('Entering:'||l_proc, 1);

42: --
43: l_proc varchar2(72) := g_package||'val_info_type_y';
44: --
45: begin
46: hr_utility.set_location('Entering:'||l_proc, 1);
47: --
48: -- Enter procedure code here
49: --
50: hr_utility.set_location(' Leaving:'||l_proc, 2);

Line 50: hr_utility.set_location(' Leaving:'||l_proc, 2);

46: hr_utility.set_location('Entering:'||l_proc, 1);
47: --
48: -- Enter procedure code here
49: --
50: hr_utility.set_location(' Leaving:'||l_proc, 2);
51: end val_info_type_y;
52: -- ----------------------------------------------------------------------------
53: -- |--------------------------< val_info_type_x >------------------------------|
54: -- ----------------------------------------------------------------------------

Line 88: hr_utility.set_location('Entering:'||l_proc, 1);

84: --
85: l_proc varchar2(72) := g_package||'val_info_type_x';
86: --
87: begin
88: hr_utility.set_location('Entering:'||l_proc, 1);
89: --
90: -- Enter procedure code here
91: --
92: hr_utility.set_location(' Leaving:'||l_proc, 2);

Line 92: hr_utility.set_location(' Leaving:'||l_proc, 2);

88: hr_utility.set_location('Entering:'||l_proc, 1);
89: --
90: -- Enter procedure code here
91: --
92: hr_utility.set_location(' Leaving:'||l_proc, 2);
93: end val_info_type_x;
94: --
95: -- ----------------------------------------------------------------------------
96: -- |-------------------------------< df >-------------------------------------|

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

101: l_proc varchar2(72) := g_package||'df';
102: l_error exception;
103: --
104: Begin
105: hr_utility.set_location('Entering:'||l_proc, 5);
106: --
107: /*
108: -- Check for value of reference field an then
109: -- call relevant validation procedure.

Line 128: hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');

124: else
125: --
126: -- Reference field values is not supported
127: --
128: hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');
129: hr_utility.raise_error;
130: end if;
131: else
132: --

Line 129: hr_utility.raise_error;

125: --
126: -- Reference field values is not supported
127: --
128: hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');
129: hr_utility.raise_error;
130: end if;
131: else
132: --
133: -- When the reference field is null, check

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

179: --
180: /*
181: endif;
182: */
183: hr_utility.set_location(' Leaving:'||l_proc, 10);
184: exception
185: when l_error then
186: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
187: hr_utility.raise_error;

Line 186: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');

182: */
183: hr_utility.set_location(' Leaving:'||l_proc, 10);
184: exception
185: when l_error then
186: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
187: hr_utility.raise_error;
188: hr_utility.set_location(' Leaving:'||l_proc, 10);
189: end df;
190: --

Line 187: hr_utility.raise_error;

183: hr_utility.set_location(' Leaving:'||l_proc, 10);
184: exception
185: when l_error then
186: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
187: hr_utility.raise_error;
188: hr_utility.set_location(' Leaving:'||l_proc, 10);
189: end df;
190: --
191: -- ----------------------------------------------------------------------------

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

184: exception
185: when l_error then
186: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
187: hr_utility.raise_error;
188: hr_utility.set_location(' Leaving:'||l_proc, 10);
189: end df;
190: --
191: -- ----------------------------------------------------------------------------
192: -- |-------------------------------< ddf >-------------------------------------|

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

197: l_proc varchar2(72) := g_package||'df';
198: l_error exception;
199: --
200: Begin
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: /*
204: -- Check for value of reference field an then
205: -- call relevant validation procedure.

Line 216: hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');

212: else
213: --
214: -- Reference field values is not supported
215: --
216: hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');
217: hr_utility.raise_error;
218: end if;
219: else
220: --

Line 217: hr_utility.raise_error;

213: --
214: -- Reference field values is not supported
215: --
216: hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');
217: hr_utility.raise_error;
218: end if;
219: else
220: --
221: -- When the reference field is null, check

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

285: elsif p_rec.lei_information30 is not null then
286: raise l_error;
287: end if;
288: --
289: hr_utility.set_location(' Leaving:'||l_proc, 10);
290: exception
291: when l_error then
292: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
293: hr_utility.raise_error;

Line 292: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');

288: --
289: hr_utility.set_location(' Leaving:'||l_proc, 10);
290: exception
291: when l_error then
292: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
293: hr_utility.raise_error;
294: hr_utility.set_location(' Leaving:'||l_proc, 10);
295: end ddf;
296: --

Line 293: hr_utility.raise_error;

289: hr_utility.set_location(' Leaving:'||l_proc, 10);
290: exception
291: when l_error then
292: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
293: hr_utility.raise_error;
294: hr_utility.set_location(' Leaving:'||l_proc, 10);
295: end ddf;
296: --
297: end hr_lei_flex;

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

290: exception
291: when l_error then
292: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
293: hr_utility.raise_error;
294: hr_utility.set_location(' Leaving:'||l_proc, 10);
295: end ddf;
296: --
297: end hr_lei_flex;