DBA Data[Home] [Help]

APPS.PAY_HRMS_ACCESS_PKG dependencies on HR_LEGISLATION_INSTALLATIONS

Line 16: from HR_LEGISLATION_INSTALLATIONS

12:
13: cursor csr_legislation_status is
14: Select
15: LEGISLATION_CODE -- which is set by datainstall utility.
16: from HR_LEGISLATION_INSTALLATIONS
17: where STATUS is null and ACTION is not null
18: or STATUS = 'I' and ACTION is not null;
19:
20: --

Line 52: l_legislation hr_legislation_installations.legislation_code%type;

48: -- fnd_install_processes.
49:
50: l_stmt_fnd_install_data varchar2(200);
51: l_cnt_fnd_install_data number;
52: l_legislation hr_legislation_installations.legislation_code%type;
53:
54: l_sleep_time PAY_ACTION_PARAMETERS.PARAMETER_VALUE%type;
55:
56: l_flag_offline boolean;