DBA Data[Home] [Help]

APPS.PQH_RAP_BUS dependencies on PQH_RAP_BUS

Line 1: Package Body pqh_rap_bus as

1: Package Body pqh_rap_bus as
2: /* $Header: pqraprhi.pkb 120.0 2005/05/29 02:24 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package constant varchar2(33) := ' pqh_rap_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 57: if ( nvl(pqh_rap_bus.g_rank_process_approval_id, hr_api.g_number)

53: ,p_argument => 'rank_process_approval_id'
54: ,p_argument_value => p_rank_process_approval_id
55: );
56: --
57: if ( nvl(pqh_rap_bus.g_rank_process_approval_id, hr_api.g_number)
58: = p_rank_process_approval_id) then
59: --
60: -- The legislation code has already been found with a previous
61: -- call to this function. Just return the value in the global

Line 64: l_legislation_code := pqh_rap_bus.g_legislation_code;

60: -- The legislation code has already been found with a previous
61: -- call to this function. Just return the value in the global
62: -- variable.
63: --
64: l_legislation_code := pqh_rap_bus.g_legislation_code;
65: hr_utility.set_location(l_proc, 20);
66: else
67: --
68: -- The ID is different to the last call to this function

Line 88: pqh_rap_bus.g_rank_process_approval_id := p_rank_process_approval_id;

84: -- Set the global variables so the values are
85: -- available for the next call to this function.
86: --
87: close csr_leg_code;
88: pqh_rap_bus.g_rank_process_approval_id := p_rank_process_approval_id;
89: pqh_rap_bus.g_legislation_code := l_legislation_code;
90: end if;
91: hr_utility.set_location(' Leaving:'|| l_proc, 40);
92: return l_legislation_code;

Line 89: pqh_rap_bus.g_legislation_code := l_legislation_code;

85: -- available for the next call to this function.
86: --
87: close csr_leg_code;
88: pqh_rap_bus.g_rank_process_approval_id := p_rank_process_approval_id;
89: pqh_rap_bus.g_legislation_code := l_legislation_code;
90: end if;
91: hr_utility.set_location(' Leaving:'|| l_proc, 40);
92: return l_legislation_code;
93: end return_legislation_code;

Line 218: end pqh_rap_bus;

214: --
215: hr_utility.set_location(' Leaving:'||l_proc, 10);
216: End delete_validate;
217: --
218: end pqh_rap_bus;