DBA Data[Home] [Help]

APPS.HR_QSV_BUS dependencies on HR_API

Line 49: if nvl(p_rec.questionnaire_answer_id, hr_api.g_number)

45: fnd_message.raise_error;
46: end if;
47: hr_utility.set_location(l_proc, 30);
48: --
49: if nvl(p_rec.questionnaire_answer_id, hr_api.g_number)
50: <> hr_qsv_shd.g_old_rec.questionnaire_answer_id then
51: l_argument := 'questionnaire_answer_id';
52: raise l_error;
53: end if;

Line 56: if nvl(p_rec.field_id, hr_api.g_number) <> hr_qsv_shd.g_old_rec.field_id then

52: raise l_error;
53: end if;
54: hr_utility.set_location(l_proc, 40);
55: --
56: if nvl(p_rec.field_id, hr_api.g_number) <> hr_qsv_shd.g_old_rec.field_id then
57: l_argument := 'field_id';
58: raise l_error;
59: end if;
60: hr_utility.set_location('Leaving: '||l_proc,50);

Line 64: hr_api.argument_changed_error

60: hr_utility.set_location('Leaving: '||l_proc,50);
61: --
62: exception
63: when l_error then
64: hr_api.argument_changed_error
65: (p_api_name => l_proc
66: ,p_argument => l_argument
67: );
68: when others then

Line 331: hr_api.mandatory_arg_error(p_api_name => l_proc

327: begin
328: --
329: hr_utility.set_location('Entering: '||l_proc, 10);
330: --
331: hr_api.mandatory_arg_error(p_api_name => l_proc
332: ,p_argument => 'quest_answer_val_id'
333: ,p_argument_value => p_quest_answer_val_id
334: );
335: if nvl(g_quest_answer_val_id, hr_api.g_number)

Line 335: if nvl(g_quest_answer_val_id, hr_api.g_number)

331: hr_api.mandatory_arg_error(p_api_name => l_proc
332: ,p_argument => 'quest_answer_val_id'
333: ,p_argument_value => p_quest_answer_val_id
334: );
335: if nvl(g_quest_answer_val_id, hr_api.g_number)
336: = p_quest_answer_val_id then
337: --
338: -- The legislation code has already been found with a previous call
339: -- to this function. Just return the value in the global variable.