DBA Data[Home] [Help]

APPS.PAY_CON_DEL dependencies on PAY_US_CONTRIBUTION_HISTORY

Line 60: -- Delete the pay_us_contribution_history row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: pay_con_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the pay_us_contribution_history row.
61: --
62: delete from pay_us_contribution_history
63: where contr_history_id = p_rec.contr_history_id;
64: --

Line 62: delete from pay_us_contribution_history

58: pay_con_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the pay_us_contribution_history row.
61: --
62: delete from pay_us_contribution_history
63: where contr_history_id = p_rec.contr_history_id;
64: --
65: pay_con_shd.g_api_dml := false; -- Unset the api dml status
66: --