DBA Data[Home] [Help]

APPS.PQH_RSS_BUS dependencies on PQH_RSS_BUS

Line 1: Package Body pqh_rss_bus as

1: Package Body pqh_rss_bus as
2: /* $Header: pqrssrhi.pkb 115.9 2002/12/13 13:57:40 joward noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_rss_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_rss_bus.g_result_set_id, hr_api.g_number)

123: ,p_argument => 'result_set_id'
124: ,p_argument_value => p_result_set_id
125: );
126: --
127: if ( nvl(pqh_rss_bus.g_result_set_id, hr_api.g_number)
128: = p_result_set_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_rss_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_rss_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_rss_bus.g_result_set_id := p_result_set_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_rss_bus.g_result_set_id := p_result_set_id;
159: pqh_rss_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_rss_bus.g_legislation_code := l_legislation_code;

155: -- available for the next call to this function.
156: --
157: close csr_leg_code;
158: pqh_rss_bus.g_result_set_id := p_result_set_id;
159: pqh_rss_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 492: end pqh_rss_bus;

488: --
489: hr_utility.set_location(' Leaving:'||l_proc, 10);
490: End delete_validate;
491: --
492: end pqh_rss_bus;