DBA Data[Home] [Help]

APPS.PQP_GAP_BUS dependencies on HR_API

Line 51: hr_api.mandatory_arg_error

47: hr_utility.set_location('Entering:'|| l_proc, 10);
48: --
49: -- Ensure that all the mandatory parameter are not null
50: --
51: hr_api.mandatory_arg_error
52: (p_api_name => l_proc
53: ,p_argument => 'gap_absence_plan_id'
54: ,p_argument_value => p_gap_absence_plan_id
55: );

Line 78: hr_api.set_security_group_id

74: close csr_sec_grp;
75: --
76: -- Set the security_group_id in CLIENT_INFO
77: --
78: hr_api.set_security_group_id
79: (p_security_group_id => l_security_group_id
80: );
81: --
82: -- Set the sessions legislation context in HR_SESSION_DATA

Line 84: hr_api.set_legislation_context(l_legislation_code);

80: );
81: --
82: -- Set the sessions legislation context in HR_SESSION_DATA
83: --
84: hr_api.set_legislation_context(l_legislation_code);
85: end if;
86: --
87: hr_utility.set_location(' Leaving:'|| l_proc, 20);
88: --

Line 120: hr_api.mandatory_arg_error

116: hr_utility.set_location('Entering:'|| l_proc, 10);
117: --
118: -- Ensure that all the mandatory parameter are not null
119: --
120: hr_api.mandatory_arg_error
121: (p_api_name => l_proc
122: ,p_argument => 'p_assignment_id'
123: ,p_argument_value => p_assignment_id
124: );

Line 126: if ( nvl(pqp_gap_bus.g_assignment_id, hr_api.g_number)

122: ,p_argument => 'p_assignment_id'
123: ,p_argument_value => p_assignment_id
124: );
125: --
126: if ( nvl(pqp_gap_bus.g_assignment_id, hr_api.g_number)
127: = p_assignment_id) then
128: --
129: -- The legislation code has already been found with a previous
130: -- call to this function. Just return the value in the global

Line 195: hr_api.mandatory_arg_error

191: hr_utility.set_location('Entering:'|| l_proc, 10);
192: --
193: -- Ensure that all the mandatory parameter are not null
194: --
195: hr_api.mandatory_arg_error
196: (p_api_name => l_proc
197: ,p_argument => 'gap_absence_plan_id'
198: ,p_argument_value => p_gap_absence_plan_id
199: );

Line 201: if ( nvl(pqp_gap_bus.g_gap_absence_plan_id, hr_api.g_number)

197: ,p_argument => 'gap_absence_plan_id'
198: ,p_argument_value => p_gap_absence_plan_id
199: );
200: --
201: if ( nvl(pqp_gap_bus.g_gap_absence_plan_id, hr_api.g_number)
202: = p_gap_absence_plan_id) then
203: --
204: -- The legislation code has already been found with a previous
205: -- call to this function. Just return the value in the global

Line 289: IF nvl(p_rec.absence_attendance_id, hr_api.g_number) <>

285: fnd_message.set_token('STEP ', '5');
286: fnd_message.raise_error;
287: END IF;
288: --
289: IF nvl(p_rec.absence_attendance_id, hr_api.g_number) <>
290: nvl(pqp_gap_shd.g_old_rec.absence_attendance_id
291: ,hr_api.g_number
292: ) THEN
293:

Line 291: ,hr_api.g_number

287: END IF;
288: --
289: IF nvl(p_rec.absence_attendance_id, hr_api.g_number) <>
290: nvl(pqp_gap_shd.g_old_rec.absence_attendance_id
291: ,hr_api.g_number
292: ) THEN
293:
294: hr_api.argument_changed_error
295: (p_api_name => l_proc

Line 294: hr_api.argument_changed_error

290: nvl(pqp_gap_shd.g_old_rec.absence_attendance_id
291: ,hr_api.g_number
292: ) THEN
293:
294: hr_api.argument_changed_error
295: (p_api_name => l_proc
296: ,p_argument => 'ABSENCE_ATTENDANCE_ID'
297: ,p_base_table => pqp_gap_shd.g_tab_nam
298: );

Line 343: hr_api.mandatory_arg_error

339: Begin
340: --
341: hr_utility.set_location(' Entering: '|| l_proc, 10);
342: --
343: hr_api.mandatory_arg_error
344: (p_api_name => l_proc
345: ,p_argument => 'absence_attendance_id'
346: ,p_argument_value => p_absence_attendance_id
347: );

Line 405: hr_api.mandatory_arg_error

401: Begin
402: --
403: hr_utility.set_location(' Entering: '|| l_proc, 10);
404: --
405: hr_api.mandatory_arg_error
406: (p_api_name => l_proc
407: ,p_argument => 'pl_id'
408: ,p_argument_value => p_pl_id
409: );

Line 412: nvl(pqp_gap_shd.g_old_rec.pl_id,hr_api.g_number)

408: ,p_argument_value => p_pl_id
409: );
410: --
411: if (((p_gap_absence_plan_id is not null) and
412: nvl(pqp_gap_shd.g_old_rec.pl_id,hr_api.g_number)
413: <> nvl(p_pl_id,hr_api.g_number))
414: or
415: (p_gap_absence_plan_id is null)
416: ) then

Line 413: <> nvl(p_pl_id,hr_api.g_number))

409: );
410: --
411: if (((p_gap_absence_plan_id is not null) and
412: nvl(pqp_gap_shd.g_old_rec.pl_id,hr_api.g_number)
413: <> nvl(p_pl_id,hr_api.g_number))
414: or
415: (p_gap_absence_plan_id is null)
416: ) then
417: