DBA Data[Home] [Help]

APPS.PER_ECO_BUS dependencies on PER_ECO_BUS

Line 1: Package Body per_eco_bus as

1: Package Body per_eco_bus as
2: /* $Header: peecorhi.pkb 115.7 2002/12/05 10:37:50 pkakar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_eco_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 445: if ( nvl(per_eco_bus.g_election_constituency_id, hr_api.g_number)

441: ,p_argument => 'election_constituency_id'
442: ,p_argument_value => p_election_constituency_id
443: );
444: --
445: if ( nvl(per_eco_bus.g_election_constituency_id, hr_api.g_number)
446: = p_election_constituency_id) then
447: --
448: -- The legislation code has already been found with a previous
449: -- call to this function. Just return the value in the global

Line 452: l_legislation_code := per_eco_bus.g_legislation_code;

448: -- The legislation code has already been found with a previous
449: -- call to this function. Just return the value in the global
450: -- variable.
451: --
452: l_legislation_code := per_eco_bus.g_legislation_code;
453: hr_utility.set_location(l_proc, 20);
454: else
455: --
456: -- The ID is different to the last call to this function

Line 476: per_eco_bus.g_election_constituency_id:= p_election_constituency_id;

472: -- Set the global variables so the values are
473: -- available for the next call to this function.
474: --
475: close csr_leg_code;
476: per_eco_bus.g_election_constituency_id:= p_election_constituency_id;
477: per_eco_bus.g_legislation_code := l_legislation_code;
478: end if;
479: hr_utility.set_location(' Leaving:'|| l_proc, 40);
480: return l_legislation_code;

Line 477: per_eco_bus.g_legislation_code := l_legislation_code;

473: -- available for the next call to this function.
474: --
475: close csr_leg_code;
476: per_eco_bus.g_election_constituency_id:= p_election_constituency_id;
477: per_eco_bus.g_legislation_code := l_legislation_code;
478: end if;
479: hr_utility.set_location(' Leaving:'|| l_proc, 40);
480: return l_legislation_code;
481: end return_legislation_code;

Line 764: per_eco_bus.chk_df(p_rec);

760: ,p_election_constituency_id => p_rec.election_constituency_id
761: );
762: --
763: --
764: per_eco_bus.chk_df(p_rec);
765: --
766: hr_utility.set_location(' Leaving:'||l_proc, 20);
767: End insert_validate;
768: --

Line 815: per_eco_bus.chk_df(p_rec);

811: ,p_constituency_id => p_rec.constituency_id
812: ,p_election_constituency_id => p_rec.election_constituency_id
813: );
814: --
815: per_eco_bus.chk_df(p_rec);
816: --
817: hr_utility.set_location(' Leaving:'||l_proc, 20);
818: End update_validate;
819: --

Line 834: per_eco_bus.chk_can_delete

830: hr_utility.set_location('Entering:'||l_proc, 5);
831: --
832: -- Call all supporting business operations
833: --
834: per_eco_bus.chk_can_delete
835: (p_election_constituency_id => p_rec.election_constituency_id
836: ,p_election_id => p_rec.election_id
837: ,p_object_version_number => p_rec.object_version_number
838: );

Line 843: end per_eco_bus;

839: --
840: hr_utility.set_location(' Leaving:'||l_proc, 20);
841: End delete_validate;
842: --
843: end per_eco_bus;