DBA Data[Home] [Help]

APPS.PQH_RAP_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 => 'rank_process_approval_id'
54: ,p_argument_value => p_rank_process_approval_id
55: );

Line 57: if ( nvl(pqh_rap_bus.g_rank_process_approval_id, hr_api.g_number)

53: ,p_argument => 'rank_process_approval_id'
54: ,p_argument_value => p_rank_process_approval_id
55: );
56: --
57: if ( nvl(pqh_rap_bus.g_rank_process_approval_id, hr_api.g_number)
58: = p_rank_process_approval_id) then
59: --
60: -- The legislation code has already been found with a previous
61: -- call to this function. Just return the value in the global