DBA Data[Home] [Help]

APPS.PER_PER_FLEX dependencies on HR_UTILITY

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

42: --
43: l_proc varchar2(72) := g_package||'val_per_marital_status_m';
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_per_marital_status_m;
52: --
53: -- ----------------------------------------------------------------------------
54: -- |----------------------< val_per_marital_status_x >-------------------------|

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

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

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

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

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

102: l_proc varchar2(72) := g_package||'df';
103: l_error exception;
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: --

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

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

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

203: */
204: hr_utility.set_location(' Leaving:'||l_proc, 10);
205: exception
206: when l_error then
207: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
208: hr_utility.raise_error;
209: hr_utility.set_location(' Leaving:'||l_proc, 10);
210: end df;
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(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
208: hr_utility.raise_error;
209: hr_utility.set_location(' Leaving:'||l_proc, 10);
210: end df;
211: --
212: end per_per_flex;

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

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