DBA Data[Home] [Help]

APPS.AME_APT_BUS dependencies on HR_MULTI_MESSAGE

Line 126: if hr_multi_message.exception_add

122: end if;
123: close chk_exist_orig_system ;
124: exception
125: when app_exception.application_exception then
126: if hr_multi_message.exception_add
127: (p_associated_column1 => 'ame_approver_types.orig_system') then
128: raise;
129: end if;
130: hr_utility.set_location(' Leaving:'|| l_proc, 60);

Line 190: if hr_multi_message.exception_add

186: --
187: hr_utility.set_location(' Leaving:'||l_proc,30);
188: exception
189: when app_exception.application_exception then
190: if hr_multi_message.exception_add
191: (p_associated_column1 => 'ame_approver_types.UNIQUE'
192: ) then
193: hr_utility.set_location(' Leaving:'||l_proc, 40);
194: raise;

Line 294: hr_multi_message.add;

290: if(csr_isSeeded%found) then
291: -- close csr_isSeeded;
292: fnd_message.set_name('PER','AME_400807_SEED_APT_DEL');
293: -- fnd_message.raise_error;
294: hr_multi_message.add;
295: end if;
296: close csr_isSeeded;
297: --
298: -- AME_ATTRIBUTES

Line 309: hr_multi_message.add;

305: -- An attributee usage(s) still exists. You must first delete the attribute usage(s)
306: -- before deleting the approver type
307: fnd_message.set_name('PER','AME_400809_APT_ATTR_EXISTS');
308: -- fnd_message.raise_error;
309: hr_multi_message.add;
310: end if;
311: close c_sel1;
312: --
313: -- AME_APPROVER_TYPE_USAGE

Line 324: hr_multi_message.add;

320: -- An approver type usage(s) still exists. You must first delete the approver type usage(s)
321: -- before deleting the approver type
322: fnd_message.set_name('PER','AME_400612_APPR_USG_EXISTS');
323: -- fnd_message.raise_error;
324: hr_multi_message.add;
325: end if;
326: close c_sel2; */
327: --
328: -- AME_APPROVAL_GROUP_MEMBERS

Line 339: hr_multi_message.add;

335: -- An apporver group member usage(s) still exists. You must first delete the approver group member usage(s)
336: -- before deleting the approver type
337: fnd_message.set_name('PER','AME_400810_APT_APG_EXISTS');
338: -- fnd_message.raise_error;
339: hr_multi_message.add;
340: end if;
341: close c_sel3;
342: --
343: -- AME_CONDITIONS

Line 354: hr_multi_message.add;

350: -- A condition usage(s) still exists. You must first delete the condition usage(s)
351: -- before deleting the approver type
352: fnd_message.set_name('PER','AME_400808_APT_COND_EXISTS');
353: -- fnd_message.raise_error;
354: hr_multi_message.add;
355: end if;
356: close c_sel4;
357: --
358: -- AME_ACTIONS

Line 368: hr_multi_message.add;

364: -- AT MESSAGE
365: -- A condition usage(s) still exists. You must first delete the condition usage(s)
366: -- before deleting the approver type
367: fnd_message.set_name('PER','AME_400811_APT_ACT_EXISTS');
368: hr_multi_message.add;
369: -- fnd_message.raise_error;
370: end if;
371: close c_sel5;
372: hr_utility.set_location(' Leaving:'||l_proc,30);

Line 375: if hr_multi_message.exception_add

371: close c_sel5;
372: hr_utility.set_location(' Leaving:'||l_proc,30);
373: exception
374: when app_exception.application_exception then
375: if hr_multi_message.exception_add
376: (p_associated_column1 => 'AME_APPROVER_TYPE.DELETE'
377: ) then
378: hr_utility.set_location(' Leaving:'||l_proc, 40);
379: raise;