DBA Data[Home] [Help]

APPS.PER_CKL_BUS dependencies on PER_CKL_BUS

Line 1: Package Body per_ckl_bus as

1: Package Body per_ckl_bus as
2: /* $Header: pecklrhi.pkb 120.2 2005/11/15 09:02 lsilveir noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

119: ,p_argument => 'checklist_id'
120: ,p_argument_value => p_checklist_id
121: );
122: --
123: if ( nvl(per_ckl_bus.g_checklist_id, hr_api.g_number)
124: = p_checklist_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 := per_ckl_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 := per_ckl_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: per_ckl_bus.g_checklist_id := p_checklist_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: per_ckl_bus.g_checklist_id := p_checklist_id;
155: per_ckl_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: per_ckl_bus.g_legislation_code := l_legislation_code;

151: -- available for the next call to this function.
152: --
153: close csr_leg_code;
154: per_ckl_bus.g_checklist_id := p_checklist_id;
155: per_ckl_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 741: per_ckl_bus.chk_name

737: (p_business_group_id => p_rec.business_group_id
738: ,p_associated_column1 => per_ckl_shd.g_tab_nam
739: || '.BUSINESS_GROUP_ID');
740: --
741: per_ckl_bus.chk_name
742: (p_name => p_rec.name
743: ,p_category => p_rec.checklist_category
744: ,p_business_group_id => p_rec.business_group_id
745: ,p_checklist_id => p_rec.checklist_id

Line 749: per_ckl_bus.chk_ler_id

745: ,p_checklist_id => p_rec.checklist_id
746: ,p_object_version_number => p_rec.object_version_number
747: );
748: --
749: per_ckl_bus.chk_ler_id
750: (p_ler_id => p_rec.event_reason_id
751: ,p_business_group_id => p_rec.business_group_id
752: ,p_effective_date => p_effective_date
753: );

Line 755: per_ckl_bus.chk_ckl_category

751: ,p_business_group_id => p_rec.business_group_id
752: ,p_effective_date => p_effective_date
753: );
754: --
755: per_ckl_bus.chk_ckl_category
756: (p_checklist_id => p_rec.checklist_id,
757: p_ckl_category => p_rec.checklist_category,
758: p_effective_date => p_effective_date
759: );

Line 770: /* per_ckl_bus.chk_ddf(p_rec);

766: --
767: -- Validate Dependent Attributes
768: --
769: --
770: /* per_ckl_bus.chk_ddf(p_rec);
771: --
772: per_ckl_bus.chk_df(p_rec);
773: */ --
774: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 772: per_ckl_bus.chk_df(p_rec);

768: --
769: --
770: /* per_ckl_bus.chk_ddf(p_rec);
771: --
772: per_ckl_bus.chk_df(p_rec);
773: */ --
774: hr_utility.set_location(' Leaving:'||l_proc, 10);
775: End insert_validate;
776: --

Line 798: per_ckl_bus.chk_name

794: ,p_associated_column1 => per_ckl_shd.g_tab_nam
795: || '.BUSINESS_GROUP_ID');
796: --
797: --
798: per_ckl_bus.chk_name
799: (p_name => p_rec.name
800: ,p_category => p_rec.checklist_category
801: ,p_business_group_id => p_rec.business_group_id
802: ,p_checklist_id => p_rec.checklist_id

Line 806: per_ckl_bus.chk_ler_id

802: ,p_checklist_id => p_rec.checklist_id
803: ,p_object_version_number => p_rec.object_version_number
804: );
805: --
806: per_ckl_bus.chk_ler_id
807: (p_ler_id => p_rec.event_reason_id
808: ,p_business_group_id => p_rec.business_group_id
809: ,p_effective_date => p_effective_date
810: );

Line 812: per_ckl_bus.chk_ckl_category

808: ,p_business_group_id => p_rec.business_group_id
809: ,p_effective_date => p_effective_date
810: );
811: --
812: per_ckl_bus.chk_ckl_category
813: (p_checklist_id => p_rec.checklist_id,
814: p_ckl_category => p_rec.checklist_category,
815: p_effective_date => p_effective_date
816: );

Line 833: per_ckl_bus.chk_ddf(p_rec);

829: );
830: --
831: --
832: /*
833: per_ckl_bus.chk_ddf(p_rec);
834: --
835: per_ckl_bus.chk_df(p_rec);
836: */
837: --

Line 835: per_ckl_bus.chk_df(p_rec);

831: --
832: /*
833: per_ckl_bus.chk_ddf(p_rec);
834: --
835: per_ckl_bus.chk_df(p_rec);
836: */
837: --
838: hr_utility.set_location(' Leaving:'||l_proc, 10);
839: End update_validate;

Line 858: end per_ckl_bus;

854: --
855: hr_utility.set_location(' Leaving:'||l_proc, 10);
856: End delete_validate;
857: --
858: end per_ckl_bus;