DBA Data[Home] [Help]

APPS.PQP_ERT_BUS dependencies on PQP_ERT_BUS

Line 1: Package Body pqp_ert_bus as

1: Package Body pqp_ert_bus as
2: /* $Header: pqertrhi.pkb 120.7 2006/09/15 00:09:58 sshetty noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqp_ert_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 119: if (( nvl(pqp_ert_bus.g_exception_report_id, hr_api.g_number)

115: ,p_argument_value => p_exception_report_id
116: );
117: --
118: --
119: if (( nvl(pqp_ert_bus.g_exception_report_id, hr_api.g_number)
120: = p_exception_report_id)
121: and ( nvl(pqp_ert_bus.g_language, hr_api.g_varchar2)
122: = p_language)) then
123: --

Line 121: and ( nvl(pqp_ert_bus.g_language, hr_api.g_varchar2)

117: --
118: --
119: if (( nvl(pqp_ert_bus.g_exception_report_id, hr_api.g_number)
120: = p_exception_report_id)
121: and ( nvl(pqp_ert_bus.g_language, hr_api.g_varchar2)
122: = p_language)) then
123: --
124: -- The legislation code has already been found with a previous
125: -- call to this function. Just return the value in the global

Line 128: l_legislation_code := pqp_ert_bus.g_legislation_code;

124: -- The legislation code has already been found with a previous
125: -- call to this function. Just return the value in the global
126: -- variable.
127: --
128: l_legislation_code := pqp_ert_bus.g_legislation_code;
129: hr_utility.set_location(l_proc, 20);
130: else
131: --
132: -- The ID is different to the last call to this function

Line 152: pqp_ert_bus.g_exception_report_id := p_exception_report_id;

148: -- Set the global variables so the values are
149: -- available for the next call to this function.
150: --
151: close csr_leg_code;
152: pqp_ert_bus.g_exception_report_id := p_exception_report_id;
153: pqp_ert_bus.g_language := p_language;
154: pqp_ert_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 153: pqp_ert_bus.g_language := p_language;

149: -- available for the next call to this function.
150: --
151: close csr_leg_code;
152: pqp_ert_bus.g_exception_report_id := p_exception_report_id;
153: pqp_ert_bus.g_language := p_language;
154: pqp_ert_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);
157: return l_legislation_code;

Line 154: pqp_ert_bus.g_legislation_code := l_legislation_code;

150: --
151: close csr_leg_code;
152: pqp_ert_bus.g_exception_report_id := p_exception_report_id;
153: pqp_ert_bus.g_language := p_language;
154: pqp_ert_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);
157: return l_legislation_code;
158: end return_legislation_code;

Line 282: end pqp_ert_bus;

278: --
279: hr_utility.set_location(' Leaving:'||l_proc, 10);
280: End delete_validate;
281: --
282: end pqp_ert_bus;