DBA Data[Home] [Help]

APPS.HR_LEI_FLEX_DDF 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: -- |-------------------------------< ddf >-------------------------------------|
96: -- ----------------------------------------------------------------------------

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

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

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

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

Line 128: hr_utility.raise_error;

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

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

198: --
199: /*
200: endif;
201: */
202: hr_utility.set_location(' Leaving:'||l_proc, 10);
203:
204: exception
205: when l_error then
206: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');

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

202: hr_utility.set_location(' Leaving:'||l_proc, 10);
203:
204: exception
205: when l_error then
206: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
207: hr_utility.raise_error;
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209:
210: end ddf;

Line 207: hr_utility.raise_error;

203:
204: exception
205: when l_error then
206: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
207: hr_utility.raise_error;
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209:
210: end ddf;
211: --

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

204: exception
205: when l_error then
206: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
207: hr_utility.raise_error;
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209:
210: end ddf;
211: --
212: end hr_lei_flex_ddf;