DBA Data[Home] [Help]

APPS.HR_UTILITY dependencies on HR_LEGISLATION_INSTALLATIONS

Line 94: TBATTOO 24-MAY-1999 changed chk_product_install to use hr_legislation_installations

90: - no local variables are initialised
91: - all global package variables are fully qualified
92: - the new sub-procedure set_location_trace is only
93: - called when trace is on.
94: TBATTOO 24-MAY-1999 changed chk_product_install to use hr_legislation_installations
95: MREID 18-MAY-1999 Added I to language code check for 11i
96: DKERR 13-MAY-1999 Replaced chr() with fnd_global.local_chr()
97: which is portable.
98: DKERR 12-May-1999 trace/set_location can use dbms_output.

Line 1209: from hr_legislation_installations

1205:
1206:
1207: select 'x'
1208: into v_chk
1209: from hr_legislation_installations
1210: where l_short_name=application_short_name
1211: and nvl(p_legislation,'x')=nvl(legislation_code,'x')
1212: and (status='I' or action is not NULL);
1213: