DBA Data[Home] [Help]

APPS.BEN_ELIG_SCRE_WTG_API dependencies on BEN_ESW_SHD

Line 61: ben_esw_shd.g_api_dml := true; -- Set the api dml status

57: -- Set the object version number for the insert
58: --
59: l_object_version_number := 1;
60: --
61: ben_esw_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Select the next sequence number
64: --
65: Open C_Sel1;

Line 112: ben_esw_shd.g_api_dml := false; -- Unset the api dml status

108: ,l_last_updated_by
109: );
110: hr_utility.set_location('Dn Insert: '||l_proc, 5);
111: --
112: ben_esw_shd.g_api_dml := false; -- Unset the api dml status
113: --
114: -- When in validation only mode raise the Validate_Enabled exception
115: --
116: if p_validate then