DBA Data[Home] [Help]

APPS.BEN_ELIG_PERSON_OPTION_API dependencies on BEN_EPO_SHD

Line 643: ben_epo_shd.g_api_dml := true; -- Set the api dml status

639: -- Set the object version number for the insert
640: --
641: l_object_version_number := 1;
642: --
643: ben_epo_shd.g_api_dml := true; -- Set the api dml status
644: --
645: -- Select the next sequence number
646: --
647: Open C_Sel1;

Line 847: ben_epo_shd.g_api_dml := false; -- Unset the api dml status

843: l_last_update_login
844: );
845: hr_utility.set_location('Dn Insert: '||l_proc, 5);
846: --
847: ben_epo_shd.g_api_dml := false; -- Unset the api dml status
848: --
849: -- When in validation only mode raise the Validate_Enabled exception
850: --
851: if p_validate then

Line 1530: ben_epo_shd.lck

1526: begin
1527: --
1528: hr_utility.set_location('Entering:'|| l_proc, 10);
1529: --
1530: ben_epo_shd.lck
1531: (
1532: p_elig_per_opt_id => p_elig_per_opt_id
1533: ,p_validation_start_date => l_validation_start_date
1534: ,p_validation_end_date => l_validation_end_date