DBA Data[Home] [Help]

APPS.PER_PAC_BUS dependencies on PER_PAC_BUS

Line 1: Package Body per_pac_bus as

1: Package Body per_pac_bus as
2: /* $Header: pepacrhi.pkb 120.3 2006/10/19 07:29:26 sturlapa noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_pac_bus.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- The following two global variables are only to be
12: -- used by the return_legislation_code function.

Line 133: if ( nvl(per_pac_bus.g_allocated_checklist_id, hr_api.g_number)

129: ,p_argument => 'allocated_checklist_id'
130: ,p_argument_value => p_allocated_checklist_id
131: );
132: --
133: if ( nvl(per_pac_bus.g_allocated_checklist_id, hr_api.g_number)
134: = p_allocated_checklist_id) then
135: --
136: -- The legislation code has already been found with a previous
137: -- call to this function. Just return the value in the global

Line 140: l_legislation_code := per_pac_bus.g_legislation_code;

136: -- The legislation code has already been found with a previous
137: -- call to this function. Just return the value in the global
138: -- variable.
139: --
140: l_legislation_code := per_pac_bus.g_legislation_code;
141: hr_utility.set_location(l_proc, 20);
142: else
143: --
144: -- The ID is different to the last call to this function

Line 164: per_pac_bus.g_allocated_checklist_id := p_allocated_checklist_id;

160: -- Set the global variables so the values are
161: -- available for the next call to this function.
162: --
163: close csr_leg_code;
164: per_pac_bus.g_allocated_checklist_id := p_allocated_checklist_id;
165: per_pac_bus.g_legislation_code := l_legislation_code;
166: end if;
167: hr_utility.set_location(' Leaving:'|| l_proc, 40);
168: return l_legislation_code;

Line 165: per_pac_bus.g_legislation_code := l_legislation_code;

161: -- available for the next call to this function.
162: --
163: close csr_leg_code;
164: per_pac_bus.g_allocated_checklist_id := p_allocated_checklist_id;
165: per_pac_bus.g_legislation_code := l_legislation_code;
166: end if;
167: hr_utility.set_location(' Leaving:'|| l_proc, 40);
168: return l_legislation_code;
169: end return_legislation_code;

Line 605: per_pac_bus.chk_name_unq

601: hr_utility.set_location('Entering:'||l_proc, 5);
602: --
603: -- Call all supporting business operations
604: --
605: per_pac_bus.chk_name_unq
606: (p_checklist_name => p_rec.checklist_name
607: ,p_checklist_category => p_rec.checklist_category
608: ,p_allocated_checklist_id => p_rec.allocated_checklist_id
609: ,p_person_id => p_rec.person_id

Line 615: per_pac_bus.chk_ddf(p_rec);

611: );
612: --
613: -- Validate Dependent Attributes
614: --
615: per_pac_bus.chk_ddf(p_rec);
616: --
617: per_pac_bus.chk_df(p_rec);
618: --
619: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 617: per_pac_bus.chk_df(p_rec);

613: -- Validate Dependent Attributes
614: --
615: per_pac_bus.chk_ddf(p_rec);
616: --
617: per_pac_bus.chk_df(p_rec);
618: --
619: hr_utility.set_location(' Leaving:'||l_proc, 10);
620: End insert_validate;
621: --

Line 637: per_pac_bus.chk_name_unq

633: hr_utility.set_location('Entering:'||l_proc, 5);
634: --
635: -- Call all supporting business operations
636: --
637: per_pac_bus.chk_name_unq
638: (p_checklist_name => p_rec.checklist_name
639: ,p_checklist_category => p_rec.checklist_category
640: ,p_allocated_checklist_id => p_rec.allocated_checklist_id
641: ,p_person_id => p_rec.person_id

Line 653: per_pac_bus.chk_ddf(p_rec);

649: ,p_rec => p_rec
650: );
651: --
652: --
653: per_pac_bus.chk_ddf(p_rec);
654: --
655: per_pac_bus.chk_df(p_rec);
656: --
657: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 655: per_pac_bus.chk_df(p_rec);

651: --
652: --
653: per_pac_bus.chk_ddf(p_rec);
654: --
655: per_pac_bus.chk_df(p_rec);
656: --
657: hr_utility.set_location(' Leaving:'||l_proc, 10);
658: End update_validate;
659: --

Line 677: end per_pac_bus;

673: --
674: hr_utility.set_location(' Leaving:'||l_proc, 10);
675: End delete_validate;
676: --
677: end per_pac_bus;