DBA Data[Home] [Help]

APPS.SSP_MAT_UPD dependencies on SSP_MATERNITIES

Line 67: -- Update the ssp_maternities Row

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

Line 69: update ssp_maternities

65: ssp_mat_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ssp_maternities Row
68: --
69: update ssp_maternities
70: set
71: due_date = p_rec.due_date,
72: start_date_maternity_allowance = p_rec.start_date_maternity_allowance,
73: notification_of_birth_date = p_rec.notification_of_birth_date,