DBA Data[Home] [Help]

APPS.PE_PEI_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 106: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

Line 130: hr_utility.raise_error;

126: --
127: -- Reference field values is not supported
128: --
129: hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');
130: hr_utility.raise_error;
131: end if;
132: else
133: --
134: -- 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: --
206: exception
207: when l_error then
208: hr_utility.set_message(999, 'HR_9999_FLEX_INV_INFO_ARG');

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

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

Line 209: hr_utility.raise_error;

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

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

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