DBA Data[Home] [Help]

APPS.OTA_TFL_API_BUS dependencies on HR_API

Line 407: hr_api.mandatory_arg_error

403: hr_utility.set_location('Entering:'|| l_proc, 10);
404: --
405: -- Ensure that all the mandatory parameter are not null
406: --
407: hr_api.mandatory_arg_error
408: (p_api_name => l_proc
409: ,p_argument => 'finance_line_id'
410: ,p_argument_value => p_finance_line_id
411: );

Line 434: hr_api.set_security_group_id

430: close csr_sec_grp;
431: --
432: -- Set the security_group_id in CLIENT_INFO
433: --
434: hr_api.set_security_group_id
435: (p_security_group_id => l_security_group_id
436: );
437: --
438: -- Set the sessions legislation context in HR_SESSION_DATA

Line 440: hr_api.set_legislation_context(l_legislation_code);

436: );
437: --
438: -- Set the sessions legislation context in HR_SESSION_DATA
439: --
440: hr_api.set_legislation_context(l_legislation_code);
441: end if;
442: --
443: hr_utility.set_location(' Leaving:'|| l_proc, 20);
444: --

Line 504: hr_api.mandatory_arg_error (p_api_name => l_proc,

500: hr_utility.set_location('Entering:'||l_proc, 5);
501: --
502: -- Ensure that all the mandatory parameters are not null
503: --
504: hr_api.mandatory_arg_error (p_api_name => l_proc,
505: p_argument => 'finance_line_id',
506: p_argument_value => p_finance_line_id);
507: open csr_leg_code;
508: fetch csr_leg_code into l_legislation_code;