DBA Data[Home] [Help]

APPS.PAY_CON_UPD dependencies on PAY_US_CONTRIBUTION_HISTORY

Line 67: -- Update the pay_us_contribution_history Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: pay_con_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the pay_us_contribution_history Row
68: --
69: update pay_us_contribution_history
70: set
71: contr_history_id = p_rec.contr_history_id,

Line 69: update pay_us_contribution_history

65: pay_con_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the pay_us_contribution_history Row
68: --
69: update pay_us_contribution_history
70: set
71: contr_history_id = p_rec.contr_history_id,
72: person_id = p_rec.person_id,
73: date_from = p_rec.date_from,