DBA Data[Home] [Help]

APPS.PER_CAI_BUS dependencies on PER_CAI_BUS

Line 1: Package Body per_cai_bus as

1: Package Body per_cai_bus as
2: /* $Header: pecairhi.pkb 115.1 2002/12/04 05:50:07 raranjan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_cai_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 122: if ( nvl(per_cai_bus.g_cagr_api_id, hr_api.g_number)

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

Line 129: l_legislation_code := per_cai_bus.g_legislation_code;

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

Line 153: per_cai_bus.g_cagr_api_id := p_cagr_api_id;

149: -- Set the global variables so the values are
150: -- available for the next call to this function.
151: --
152: close csr_leg_code;
153: per_cai_bus.g_cagr_api_id := p_cagr_api_id;
154: per_cai_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: per_cai_bus.g_legislation_code := l_legislation_code;

150: -- available for the next call to this function.
151: --
152: close csr_leg_code;
153: per_cai_bus.g_cagr_api_id := p_cagr_api_id;
154: per_cai_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 501: per_cai_bus.chk_category_name

497: -- Call all supporting business operations
498: --
499: -- Check category name
500: --
501: per_cai_bus.chk_category_name
502: (p_cagr_api_id => p_rec.cagr_api_id
503: ,p_category_name => p_rec.category_name
504: ,p_effective_date => p_effective_date);
505: --

Line 510: per_cai_bus.chk_api_name

506: hr_utility.set_location(l_proc, 20);
507: --
508: -- Check api name
509: --
510: per_cai_bus.chk_api_name
511: (p_cagr_api_id => p_rec.cagr_api_id
512: ,p_api_name => p_rec.api_name);
513: --
514: hr_utility.set_location(' Leaving:'||l_proc, 100);

Line 542: per_cai_bus.chk_category_name

538: hr_utility.set_location(l_proc,20);
539: --
540: -- Check category name
541: --
542: per_cai_bus.chk_category_name
543: (p_cagr_api_id => p_rec.cagr_api_id
544: ,p_category_name => p_rec.category_name
545: ,p_effective_date => p_effective_date);
546: --

Line 551: per_cai_bus.chk_api_name

547: hr_utility.set_location(l_proc, 20);
548: --
549: -- Check api name
550: --
551: per_cai_bus.chk_api_name
552: (p_cagr_api_id => p_rec.cagr_api_id
553: ,p_api_name => p_rec.api_name);
554: --
555: hr_utility.set_location(' Leaving:'||l_proc, 100);

Line 574: per_cai_bus.chk_api_use

570: hr_utility.set_location('Entering:'||l_proc, 5);
571: --
572: -- Check the API is not being referenced
573: --
574: per_cai_bus.chk_api_use
575: (p_cagr_api_id => p_rec.cagr_api_id);
576: --
577: --
578: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 581: end per_cai_bus;

577: --
578: hr_utility.set_location(' Leaving:'||l_proc, 10);
579: End delete_validate;
580: --
581: end per_cai_bus;