DBA Data[Home] [Help]

APPS.PAY_AMT_DEL dependencies on PAY_AU_MODULE_TYPES

Line 64: -- Delete the pay_au_module_types row.

60: hr_utility.set_location('Entering:'||l_proc, 5);
61: --
62: pay_amt_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Delete the pay_au_module_types row.
65: --
66: delete from pay_au_module_types
67: where module_type_id = p_rec.module_type_id;
68: --

Line 66: delete from pay_au_module_types

62: pay_amt_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Delete the pay_au_module_types row.
65: --
66: delete from pay_au_module_types
67: where module_type_id = p_rec.module_type_id;
68: --
69: pay_amt_shd.g_api_dml := false; -- Unset the api dml status
70: --