DBA Data[Home] [Help]

APPS.HR_KI_UCX_LOAD_API dependencies on HR_UTILITY

Line 84: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

80: open c;
81: fetch c into X_ROWID;
82: if (c%notfound) then
83: close c;
84: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
85: hr_utility.set_message_token('PROCEDURE',
86: 'HR_KI_UI_CONTEXTS.insert_row');
87: hr_utility.set_message_token('STEP','1');
88: hr_utility.raise_error;

Line 85: hr_utility.set_message_token('PROCEDURE',

81: fetch c into X_ROWID;
82: if (c%notfound) then
83: close c;
84: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
85: hr_utility.set_message_token('PROCEDURE',
86: 'HR_KI_UI_CONTEXTS.insert_row');
87: hr_utility.set_message_token('STEP','1');
88: hr_utility.raise_error;
89: end if;

Line 87: hr_utility.set_message_token('STEP','1');

83: close c;
84: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
85: hr_utility.set_message_token('PROCEDURE',
86: 'HR_KI_UI_CONTEXTS.insert_row');
87: hr_utility.set_message_token('STEP','1');
88: hr_utility.raise_error;
89: end if;
90: close c;
91:

Line 88: hr_utility.raise_error;

84: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
85: hr_utility.set_message_token('PROCEDURE',
86: 'HR_KI_UI_CONTEXTS.insert_row');
87: hr_utility.set_message_token('STEP','1');
88: hr_utility.raise_error;
89: end if;
90: close c;
91:
92: