DBA Data[Home] [Help]

APPS.PE_AEI_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 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 204: hr_utility.set_location(' Leaving:'||l_proc, 10);

200: --
201: /*
202: endif;
203: */
204: hr_utility.set_location(' Leaving:'||l_proc, 10);
205: exception
206: when l_error then
207: hr_utility.set_message(999, 'HR_9999_FLEX_INV_INFO_ARG');
208: hr_utility.raise_error;

Line 207: hr_utility.set_message(999, 'HR_9999_FLEX_INV_INFO_ARG');

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

Line 208: hr_utility.raise_error;

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

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

205: exception
206: when l_error then
207: hr_utility.set_message(999, 'HR_9999_FLEX_INV_INFO_ARG');
208: hr_utility.raise_error;
209: hr_utility.set_location(' Leaving:'||l_proc, 10);
210: end ddf;
211: --
212: --
213: end pe_aei_flex_ddf;