DBA Data[Home] [Help]

APPS.PQH_LCD_BUS dependencies on PQH_LCD_BUS

Line 1: Package Body pqh_lcd_bus as

1: Package Body pqh_lcd_bus as
2: /* $Header: pqlcdrhi.pkb 115.4 2002/12/03 00:07:48 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' pqh_lcd_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_lcd_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 127: if ( nvl(pqh_lcd_bus.g_level_code_id, hr_api.g_number)

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

Line 134: l_legislation_code := pqh_lcd_bus.g_legislation_code;

130: -- The legislation code has already been found with a previous
131: -- call to this function. Just return the value in the global
132: -- variable.
133: --
134: l_legislation_code := pqh_lcd_bus.g_legislation_code;
135: hr_utility.set_location(l_proc, 20);
136: else
137: --
138: -- The ID is different to the last call to this function

Line 158: pqh_lcd_bus.g_level_code_id := p_level_code_id;

154: -- Set the global variables so the values are
155: -- available for the next call to this function.
156: --
157: close csr_leg_code;
158: pqh_lcd_bus.g_level_code_id := p_level_code_id;
159: pqh_lcd_bus.g_legislation_code := l_legislation_code;
160: end if;
161: hr_utility.set_location(' Leaving:'|| l_proc, 40);
162: return l_legislation_code;

Line 159: pqh_lcd_bus.g_legislation_code := l_legislation_code;

155: -- available for the next call to this function.
156: --
157: close csr_leg_code;
158: pqh_lcd_bus.g_level_code_id := p_level_code_id;
159: pqh_lcd_bus.g_legislation_code := l_legislation_code;
160: end if;
161: hr_utility.set_location(' Leaving:'|| l_proc, 40);
162: return l_legislation_code;
163: end return_legislation_code;

Line 407: end pqh_lcd_bus;

403: Chk_delete(p_rec);
404: hr_utility.set_location(' Leaving:'||l_proc, 10);
405: End delete_validate;
406: --
407: end pqh_lcd_bus;