DBA Data[Home] [Help]

APPS.PQH_DOA_BUS dependencies on PQH_DOA_BUS

Line 1: Package Body pqh_doa_bus as

1: Package Body pqh_doa_bus as
2: /* $Header: pqdoarhi.pkb 115.0 2003/01/06 09:20:29 svorugan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_doa_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 123: if ( nvl(pqh_doa_bus.g_document_attribute_id, hr_api.g_number)

119: ,p_argument => 'document_attribute_id'
120: ,p_argument_value => p_document_attribute_id
121: );
122: --
123: if ( nvl(pqh_doa_bus.g_document_attribute_id, hr_api.g_number)
124: = p_document_attribute_id) then
125: --
126: -- The legislation code has already been found with a previous
127: -- call to this function. Just return the value in the global

Line 130: l_legislation_code := pqh_doa_bus.g_legislation_code;

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

Line 154: pqh_doa_bus.g_document_attribute_id := p_document_attribute_id;

150: -- Set the global variables so the values are
151: -- available for the next call to this function.
152: --
153: close csr_leg_code;
154: pqh_doa_bus.g_document_attribute_id := p_document_attribute_id;
155: pqh_doa_bus.g_legislation_code := l_legislation_code;
156: end if;
157: hr_utility.set_location(' Leaving:'|| l_proc, 40);
158: return l_legislation_code;

Line 155: pqh_doa_bus.g_legislation_code := l_legislation_code;

151: -- available for the next call to this function.
152: --
153: close csr_leg_code;
154: pqh_doa_bus.g_document_attribute_id := p_document_attribute_id;
155: pqh_doa_bus.g_legislation_code := l_legislation_code;
156: end if;
157: hr_utility.set_location(' Leaving:'|| l_proc, 40);
158: return l_legislation_code;
159: end return_legislation_code;

Line 482: end pqh_doa_bus;

478: --
479: hr_utility.set_location(' Leaving:'||l_proc, 10);
480: End delete_validate;
481: --
482: end pqh_doa_bus;