DBA Data[Home] [Help]

APPS.BEN_ELIGIBLE_PERSON_API dependencies on BEN_PEP_SHD

Line 645: l_rec ben_pep_shd.g_rec_type;

641: is
642: --
643: l_proc varchar2(72) := g_package||'create_Eligible_Person';
644: --
645: l_rec ben_pep_shd.g_rec_type;
646: --
647: -- Declare cursors and local variables
648: --
649: l_elig_per_id ben_elig_per_f.elig_per_id%TYPE;

Line 803: ben_pep_shd.g_api_dml := true; -- Set the api dml status

799: -- Set the object version number for the insert
800: --
801: l_object_version_number := 1;
802: --
803: ben_pep_shd.g_api_dml := true; -- Set the api dml status
804: --
805: -- Insert the row into: ben_elig_per_f
806: --
807: hr_utility.set_location('Insert: '||l_proc, 5);

Line 1022: ben_pep_shd.g_api_dml := false; -- Unset the api dml status

1018: l_last_update_login
1019: ) RETURNING elig_per_id into l_elig_per_id;
1020: hr_utility.set_location('Dn Insert: '||l_proc, 5);
1021: --
1022: ben_pep_shd.g_api_dml := false; -- Unset the api dml status
1023: --
1024: -- When in validation only mode raise the Validate_Enabled exception
1025: --
1026: if p_validate then

Line 1740: ben_pep_shd.lck

1736: begin
1737: --
1738: hr_utility.set_location('Entering:'|| l_proc, 10);
1739: --
1740: ben_pep_shd.lck
1741: (p_elig_per_id => p_elig_per_id
1742: ,p_validation_start_date => l_validation_start_date
1743: ,p_validation_end_date => l_validation_end_date
1744: ,p_object_version_number => p_object_version_number