DBA Data[Home] [Help]

APPS.PQH_TXH_BUS dependencies on PQH_TXH_BUS

Line 1: Package Body pqh_txh_bus as

1: Package Body pqh_txh_bus as
2: /* $Header: pqtxhrhi.pkb 120.2 2005/12/21 11:29:59 hpandya noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_txh_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 126: /*if ( nvl(pqh_txh_bus.g_transaction_history_id, hr_api.g_number)

122: ,p_argument => 'transaction_history_id'
123: ,p_argument_value => p_transaction_history_id
124: );
125: --
126: /*if ( nvl(pqh_txh_bus.g_transaction_history_id, hr_api.g_number)
127: = p_transaction_history_id) then
128: --
129: -- The legislation code has already been found with a previous
130: -- call to this function. Just return the value in the global

Line 133: l_legislation_code := pqh_txh_bus.g_legislation_code;

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

Line 157: pqh_txh_bus.g_transaction_history_id := p_transaction_history_id;

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

Line 158: pqh_txh_bus.g_legislation_code := l_legislation_code;

154: -- available for the next call to this function.
155: --
156: close csr_leg_code;
157: pqh_txh_bus.g_transaction_history_id := p_transaction_history_id;
158: pqh_txh_bus.g_legislation_code := l_legislation_code;
159: end if;*/
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);
161: return l_legislation_code;
162: end return_legislation_code;

Line 283: end pqh_txh_bus;

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