DBA Data[Home] [Help]

APPS.PQH_RNK_BUS dependencies on HR_API

Line 50: hr_api.mandatory_arg_error

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

Line 77: hr_api.set_security_group_id

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

Line 83: hr_api.set_legislation_context(l_legislation_code);

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

Line 122: hr_api.mandatory_arg_error

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

Line 128: if ( nvl(pqh_rnk_bus.g_rank_process_id, hr_api.g_number)

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