DBA Data[Home] [Help]

APPS.PER_ELC_BUS dependencies on PER_ELC_BUS

Line 1: Package Body per_elc_bus as

1: Package Body per_elc_bus as
2: /* $Header: peelcrhi.pkb 115.10 2002/12/05 10:37:58 pkakar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_elc_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 387: if ( nvl(per_elc_bus.g_election_id, hr_api.g_number)

383: ,p_argument => 'election_id'
384: ,p_argument_value => p_election_id
385: );
386: --
387: if ( nvl(per_elc_bus.g_election_id, hr_api.g_number)
388: = p_election_id) then
389: --
390: -- The legislation code has already been found with a previous
391: -- call to this function. Just return the value in the global

Line 394: l_legislation_code := per_elc_bus.g_legislation_code;

390: -- The legislation code has already been found with a previous
391: -- call to this function. Just return the value in the global
392: -- variable.
393: --
394: l_legislation_code := per_elc_bus.g_legislation_code;
395: hr_utility.set_location(l_proc, 20);
396: else
397: --
398: -- The ID is different to the last call to this function

Line 418: per_elc_bus.g_election_id := p_election_id;

414: -- Set the global variables so the values are
415: -- available for the next call to this function.
416: --
417: close csr_leg_code;
418: per_elc_bus.g_election_id := p_election_id;
419: per_elc_bus.g_legislation_code := l_legislation_code;
420: end if;
421: hr_utility.set_location(' Leaving:'|| l_proc, 40);
422: return l_legislation_code;

Line 419: per_elc_bus.g_legislation_code := l_legislation_code;

415: -- available for the next call to this function.
416: --
417: close csr_leg_code;
418: per_elc_bus.g_election_id := p_election_id;
419: per_elc_bus.g_legislation_code := l_legislation_code;
420: end if;
421: hr_utility.set_location(' Leaving:'|| l_proc, 40);
422: return l_legislation_code;
423: end return_legislation_code;

Line 877: per_elc_bus.chk_ddf(p_rec);

873: ,p_result_publish_date => p_rec.result_publish_date
874: ,p_object_version_number => p_rec.object_version_number
875: );
876:
877: per_elc_bus.chk_ddf(p_rec);
878: --
879: per_elc_bus.chk_df(p_rec);
880: --
881: hr_utility.set_location(' Leaving:'||l_proc, 20);

Line 879: per_elc_bus.chk_df(p_rec);

875: );
876:
877: per_elc_bus.chk_ddf(p_rec);
878: --
879: per_elc_bus.chk_df(p_rec);
880: --
881: hr_utility.set_location(' Leaving:'||l_proc, 20);
882: End insert_validate;
883: --

Line 924: per_elc_bus.chk_ddf(p_rec);

920: ,p_object_version_number => p_rec.object_version_number
921: );
922:
923: --
924: per_elc_bus.chk_ddf(p_rec);
925: --
926: per_elc_bus.chk_df(p_rec);
927: --
928: hr_utility.set_location(' Leaving:'||l_proc, 20);

Line 926: per_elc_bus.chk_df(p_rec);

922:
923: --
924: per_elc_bus.chk_ddf(p_rec);
925: --
926: per_elc_bus.chk_df(p_rec);
927: --
928: hr_utility.set_location(' Leaving:'||l_proc, 20);
929: End update_validate;
930: --

Line 945: per_elc_bus.chk_can_delete

941: hr_utility.set_location('Entering:'||l_proc, 5);
942: --
943: -- Call all supporting business operations
944: --
945: per_elc_bus.chk_can_delete
946: (p_election_id => p_rec.election_id
947: ,p_object_version_number => p_rec.object_version_number
948: );
949: --

Line 953: end per_elc_bus;

949: --
950: hr_utility.set_location(' Leaving:'||l_proc, 20);
951: End delete_validate;
952: --
953: end per_elc_bus;