DBA Data[Home] [Help]

APPS.PQH_DE_OPERATION dependencies on HR_UTILITY

Line 77: hr_utility.set_location(' Leaving:'||l_proc,60);

73: Exception
74: when app_exception.application_exception then
75: if hr_multi_message.exception_add
76: (p_associated_column1 => 'PER_GEN_HIERARCHY_NODES.HIERARCHY_VERSION_ID') then
77: hr_utility.set_location(' Leaving:'||l_proc,60);
78: raise;
79: end if;
80: hr_utility.set_location(' Leaving:'||l_proc,70);
81: End;

Line 80: hr_utility.set_location(' Leaving:'||l_proc,70);

76: (p_associated_column1 => 'PER_GEN_HIERARCHY_NODES.HIERARCHY_VERSION_ID') then
77: hr_utility.set_location(' Leaving:'||l_proc,60);
78: raise;
79: end if;
80: hr_utility.set_location(' Leaving:'||l_proc,70);
81: End;
82:
83: Procedure Populate_Operations
84: (p_Business_group_Id IN Number

Line 136: hr_utility.set_message(8302, 'PQH_DE_INVALD_OP_SELECT');

132: -- BUG FIX 2281356
133: -- if op_desc do not exist it means you havent selected operation so raise exception
134: If op_desc%NOTFOUND then
135: Close op_Desc;
136: hr_utility.set_message(8302, 'PQH_DE_INVALD_OP_SELECT');
137: hr_utility.raise_error;
138: end if;
139:
140: Close op_Desc;

Line 137: hr_utility.raise_error;

133: -- if op_desc do not exist it means you havent selected operation so raise exception
134: If op_desc%NOTFOUND then
135: Close op_Desc;
136: hr_utility.set_message(8302, 'PQH_DE_INVALD_OP_SELECT');
137: hr_utility.raise_error;
138: end if;
139:
140: Close op_Desc;
141: -- Operations API

Line 206: hr_utility.set_message(8302, 'PQH_DE_INVALD_JOB_SELECT');

202: -- BUG FIX 2281356
203: -- if job_desc do not exist it means you havent selected job so raise exception
204: If Job_desc%NOTFOUND then
205: Close Job_Desc;
206: hr_utility.set_message(8302, 'PQH_DE_INVALD_JOB_SELECT');
207: hr_utility.raise_error;
208: end if;
209: Close Job_Desc;
210:

Line 207: hr_utility.raise_error;

203: -- if job_desc do not exist it means you havent selected job so raise exception
204: If Job_desc%NOTFOUND then
205: Close Job_Desc;
206: hr_utility.set_message(8302, 'PQH_DE_INVALD_JOB_SELECT');
207: hr_utility.raise_error;
208: end if;
209: Close Job_Desc;
210:
211: PQH_DE_VLDJOB_API.Insert_Vldtn_JOb