DBA Data[Home] [Help]

APPS.PAY_PUC_DEL dependencies on PAY_USER_COLUMNS

Line 96: -- Delete the pay_user_columns row.

92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: pay_puc_shd.g_api_dml := true; -- Set the api dml status
95: --
96: -- Delete the pay_user_columns row.
97: --
98: delete from pay_user_columns
99: where user_column_id = p_rec.user_column_id;
100: --

Line 98: delete from pay_user_columns

94: pay_puc_shd.g_api_dml := true; -- Set the api dml status
95: --
96: -- Delete the pay_user_columns row.
97: --
98: delete from pay_user_columns
99: where user_column_id = p_rec.user_column_id;
100: --
101: pay_puc_shd.g_api_dml := false; -- Unset the api dml status
102: --

Line 225: (p_module_name => 'PAY_USER_COLUMNS'

221: --
222: when hr_api.cannot_find_prog_unit then
223: --
224: hr_api.cannot_find_prog_unit_error
225: (p_module_name => 'PAY_USER_COLUMNS'
226: ,p_hook_type => 'AD');
227: --
228: end;
229: --