DBA Data[Home] [Help]

APPS.PER_CAGR_APPLY_RESULTS_PKG dependencies on HR_API

Line 161: l_return := hr_api.g_number;

157: exit;
158: END If;
159: END LOOP;
160: IF l_return IS NULL THEN
161: l_return := hr_api.g_number;
162: END IF;
163: hr_utility.set_location('Leaving:'||l_proc, 30);
164: RETURN l_return;
165:

Line 189: l_return := hr_api.g_varchar2;

185: exit;
186: END If;
187: END LOOP;
188: IF l_return IS NULL THEN
189: l_return := hr_api.g_varchar2;
190: END IF;
191: hr_utility.set_location('Leaving: '||l_proc,30);
192: RETURN l_return;
193:

Line 216: l_return := hr_api.g_date;

212: exit;
213: END If;
214: END LOOP;
215: IF l_return IS NULL THEN
216: l_return := hr_api.g_date;
217: END IF;
218: hr_utility.set_location('Leaving: '||l_proc,30);
219: RETURN l_return;
220:

Line 395: l_probation_end_date := hr_api.g_date;

391: -- Bug 14489891
392: IF l_api_details(1).parameter_name = 'PROBATION_PERIOD' THEN
393: l_probation_end_date := NULL;
394: ELSE
395: l_probation_end_date := hr_api.g_date;
396: END IF;
397:
398: get_ovn_and_mode (p_table_name => 'PER_ALL_ASSIGNMENTS_F'
399: ,p_dt_flag => 'Y'

Line 1675: hr_api.mandatory_arg_error(p_api_name => l_proc

1671:
1672: --
1673: -- Ensure that all the mandatory arguments are not null
1674: --
1675: hr_api.mandatory_arg_error(p_api_name => l_proc
1676: ,p_argument => 'process_date'
1677: ,p_argument_value => p_process_date);
1678: hr_api.mandatory_arg_error(p_api_name => l_proc
1679: ,p_argument => 'operation_mode'

Line 1678: hr_api.mandatory_arg_error(p_api_name => l_proc

1674: --
1675: hr_api.mandatory_arg_error(p_api_name => l_proc
1676: ,p_argument => 'process_date'
1677: ,p_argument_value => p_process_date);
1678: hr_api.mandatory_arg_error(p_api_name => l_proc
1679: ,p_argument => 'operation_mode'
1680: ,p_argument_value => p_operation_mode);
1681:
1682: --