DBA Data[Home] [Help]

APPS.PER_PHN_FLEX dependencies on HR_UTILITY

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

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

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

60: l_proc varchar2(72) := g_package||'df';
61: l_error exception;
62: --
63: Begin
64: hr_utility.set_location('Entering:'||l_proc, 5);
65: --
66: /*
67: -- Check for value of reference field an then
68: -- call relevant validation procedure.

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

75: else
76: --
77: -- Reference field values is not supported
78: --
79: hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');
80: hr_utility.raise_error;
81: end if;
82: else
83: */

Line 80: hr_utility.raise_error;

76: --
77: -- Reference field values is not supported
78: --
79: hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');
80: hr_utility.raise_error;
81: end if;
82: else
83: */
84: --

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

150: /*
151: end if;
152: */
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: exception
156: when l_error then
157: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
158: hr_utility.raise_error;

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

153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: exception
156: when l_error then
157: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
158: hr_utility.raise_error;
159: hr_utility.set_location(' Leaving:'||l_proc, 10);
160: end df;
161: --

Line 158: hr_utility.raise_error;

154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: exception
156: when l_error then
157: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
158: hr_utility.raise_error;
159: hr_utility.set_location(' Leaving:'||l_proc, 10);
160: end df;
161: --
162: end per_phn_flex;

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

155: exception
156: when l_error then
157: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
158: hr_utility.raise_error;
159: hr_utility.set_location(' Leaving:'||l_proc, 10);
160: end df;
161: --
162: end per_phn_flex;