DBA Data[Home] [Help]

APPS.PAY_AMO_DEL dependencies on PAY_AU_MODULES

Line 98: -- Delete the pay_au_modules row.

94: hr_utility.set_location('Entering:'||l_proc, 5);
95: --
96: pay_amo_shd.g_api_dml := true; -- Set the api dml status
97: --
98: -- Delete the pay_au_modules row.
99: --
100: delete from pay_au_modules
101: where module_id = p_rec.module_id;
102: --

Line 100: delete from pay_au_modules

96: pay_amo_shd.g_api_dml := true; -- Set the api dml status
97: --
98: -- Delete the pay_au_modules row.
99: --
100: delete from pay_au_modules
101: where module_id = p_rec.module_id;
102: --
103: pay_amo_shd.g_api_dml := false; -- Unset the api dml status
104: --