DBA Data[Home] [Help]

APPS.PQH_TAH_BUS dependencies on PQH_TAH_BUS

Line 1: Package Body pqh_tah_bus as

1: Package Body pqh_tah_bus as
2: /* $Header: pqtahrhi.pkb 120.2 2005/12/21 11:27:52 hpandya noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_tah_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 146: /*if (( nvl(pqh_tah_bus.g_approval_history_id, hr_api.g_number)

142: ,p_argument => 'transaction_history_id'
143: ,p_argument_value => p_transaction_history_id
144: );
145: --
146: /*if (( nvl(pqh_tah_bus.g_approval_history_id, hr_api.g_number)
147: = p_approval_history_id)
148: and ( nvl(pqh_tah_bus.g_transaction_history_id, hr_api.g_number)
149: = p_transaction_history_id)) then
150: --

Line 148: and ( nvl(pqh_tah_bus.g_transaction_history_id, hr_api.g_number)

144: );
145: --
146: /*if (( nvl(pqh_tah_bus.g_approval_history_id, hr_api.g_number)
147: = p_approval_history_id)
148: and ( nvl(pqh_tah_bus.g_transaction_history_id, hr_api.g_number)
149: = p_transaction_history_id)) then
150: --
151: -- The legislation code has already been found with a previous
152: -- call to this function. Just return the value in the global

Line 155: l_legislation_code := pqh_tah_bus.g_legislation_code;

151: -- The legislation code has already been found with a previous
152: -- call to this function. Just return the value in the global
153: -- variable.
154: --
155: l_legislation_code := pqh_tah_bus.g_legislation_code;
156: hr_utility.set_location(l_proc, 20);
157: else
158: --
159: -- The ID is different to the last call to this function

Line 179: pqh_tah_bus.g_approval_history_id := p_approval_history_id;

175: -- Set the global variables so the values are
176: -- available for the next call to this function.
177: --
178: close csr_leg_code;
179: pqh_tah_bus.g_approval_history_id := p_approval_history_id;
180: pqh_tah_bus.g_transaction_history_id := p_transaction_history_id;
181: pqh_tah_bus.g_legislation_code := l_legislation_code;
182: end if;*/
183: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 180: pqh_tah_bus.g_transaction_history_id := p_transaction_history_id;

176: -- available for the next call to this function.
177: --
178: close csr_leg_code;
179: pqh_tah_bus.g_approval_history_id := p_approval_history_id;
180: pqh_tah_bus.g_transaction_history_id := p_transaction_history_id;
181: pqh_tah_bus.g_legislation_code := l_legislation_code;
182: end if;*/
183: hr_utility.set_location(' Leaving:'|| l_proc, 40);
184: return l_legislation_code;

Line 181: pqh_tah_bus.g_legislation_code := l_legislation_code;

177: --
178: close csr_leg_code;
179: pqh_tah_bus.g_approval_history_id := p_approval_history_id;
180: pqh_tah_bus.g_transaction_history_id := p_transaction_history_id;
181: pqh_tah_bus.g_legislation_code := l_legislation_code;
182: end if;*/
183: hr_utility.set_location(' Leaving:'|| l_proc, 40);
184: return l_legislation_code;
185: end return_legislation_code;

Line 307: end pqh_tah_bus;

303: --
304: hr_utility.set_location(' Leaving:'||l_proc, 10);
305: End delete_validate;
306: --
307: end pqh_tah_bus;