DBA Data[Home] [Help]

APPS.PER_GDT_BUS dependencies on HR_API

Line 72: hr_api.mandatory_arg_error

68: hr_utility.set_location('Entering:'|| l_proc, 10);
69: --
70: -- Ensure that all the mandatory parameter are not null
71: --
72: hr_api.mandatory_arg_error
73: (p_api_name => l_proc
74: ,p_argument => 'grade_id'
75: ,p_argument_value => p_grade_id
76: );

Line 79: if (( nvl(per_gdt_bus.g_grade_id, hr_api.g_number)

75: ,p_argument_value => p_grade_id
76: );
77: --
78: --
79: if (( nvl(per_gdt_bus.g_grade_id, hr_api.g_number)
80: = p_grade_id)
81: and ( nvl(per_gdt_bus.g_language, hr_api.g_varchar2)
82: = p_language)) then
83: --

Line 81: and ( nvl(per_gdt_bus.g_language, hr_api.g_varchar2)

77: --
78: --
79: if (( nvl(per_gdt_bus.g_grade_id, hr_api.g_number)
80: = p_grade_id)
81: and ( nvl(per_gdt_bus.g_language, hr_api.g_varchar2)
82: = p_language)) then
83: --
84: -- The legislation code has already been found with a previous
85: -- call to this function. Just return the value in the global