DBA Data[Home] [Help]

APPS.FF_ARC_BUS dependencies on HR_API

Line 37: if nvl(p_rec.user_entity_id, hr_api.g_number) <>

33: end if;
34: --
35: hr_utility.set_location(l_proc,30);
36: --
37: if nvl(p_rec.user_entity_id, hr_api.g_number) <>
38: nvl(ff_arc_shd.g_old_rec.user_entity_id, hr_api.g_number) then
39: l_argument := 'user_entity_id';
40: raise l_error;
41: end if;

Line 38: nvl(ff_arc_shd.g_old_rec.user_entity_id, hr_api.g_number) then

34: --
35: hr_utility.set_location(l_proc,30);
36: --
37: if nvl(p_rec.user_entity_id, hr_api.g_number) <>
38: nvl(ff_arc_shd.g_old_rec.user_entity_id, hr_api.g_number) then
39: l_argument := 'user_entity_id';
40: raise l_error;
41: end if;
42: --

Line 43: if nvl(p_rec.context1, hr_api.g_number) <>

39: l_argument := 'user_entity_id';
40: raise l_error;
41: end if;
42: --
43: if nvl(p_rec.context1, hr_api.g_number) <>
44: nvl(ff_arc_shd.g_old_rec.context1, hr_api.g_number) then
45: l_argument := 'context1';
46: raise l_error;
47: end if;

Line 44: nvl(ff_arc_shd.g_old_rec.context1, hr_api.g_number) then

40: raise l_error;
41: end if;
42: --
43: if nvl(p_rec.context1, hr_api.g_number) <>
44: nvl(ff_arc_shd.g_old_rec.context1, hr_api.g_number) then
45: l_argument := 'context1';
46: raise l_error;
47: end if;
48: --

Line 49: if nvl(p_rec.archive_type, hr_api.g_varchar2) <>

45: l_argument := 'context1';
46: raise l_error;
47: end if;
48: --
49: if nvl(p_rec.archive_type, hr_api.g_varchar2) <>
50: nvl(ff_arc_shd.g_old_rec.archive_type, hr_api.g_varchar2) then
51: l_argument := 'archive_type';
52: raise l_error;
53: end if;

Line 50: nvl(ff_arc_shd.g_old_rec.archive_type, hr_api.g_varchar2) then

46: raise l_error;
47: end if;
48: --
49: if nvl(p_rec.archive_type, hr_api.g_varchar2) <>
50: nvl(ff_arc_shd.g_old_rec.archive_type, hr_api.g_varchar2) then
51: l_argument := 'archive_type';
52: raise l_error;
53: end if;
54: --

Line 59: hr_api.argument_changed_error

55: hr_utility.set_location(l_proc,40);
56: --
57: Exception
58: when l_error then
59: hr_api.argument_changed_error
60: (p_api_name => l_proc
61: ,p_argument => l_argument);
62: when others then raise;
63: hr_utility.set_location(l_proc,50);