DBA Data[Home] [Help]

APPS.HR_AMD_UPD dependencies on HR_API_MODULES

Line 64: -- Update the hr_api_modules Row

60: --
61: --
62: hr_amd_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Update the hr_api_modules Row
65: --
66: update hr_api_modules
67: set
68: module_name = p_rec.module_name,

Line 66: update hr_api_modules

62: hr_amd_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Update the hr_api_modules Row
65: --
66: update hr_api_modules
67: set
68: module_name = p_rec.module_name,
69: module_package = p_rec.module_package,
70: data_within_business_group = p_rec.data_within_business_group