DBA Data[Home] [Help]

APPS.GHR_DUT_UPD dependencies on GHR_DUTY_STATIONS_F

Line 78: (p_base_table_name => 'ghr_duty_stations_f',

74: -- version number.
75: --
76: p_rec.object_version_number :=
77: dt_api.get_object_version_number
78: (p_base_table_name => 'ghr_duty_stations_f',
79: p_base_key_column => 'duty_station_id',
80: p_base_key_value => p_rec.duty_station_id);
81: --
82: ghr_dut_shd.g_api_dml := true; -- Set the api dml status

Line 84: -- Update the ghr_duty_stations_f Row

80: p_base_key_value => p_rec.duty_station_id);
81: --
82: ghr_dut_shd.g_api_dml := true; -- Set the api dml status
83: --
84: -- Update the ghr_duty_stations_f Row
85: --
86: update ghr_duty_stations_f
87: set
88: duty_station_id = p_rec.duty_station_id,

Line 86: update ghr_duty_stations_f

82: ghr_dut_shd.g_api_dml := true; -- Set the api dml status
83: --
84: -- Update the ghr_duty_stations_f Row
85: --
86: update ghr_duty_stations_f
87: set
88: duty_station_id = p_rec.duty_station_id,
89: locality_pay_area_id = p_rec.locality_pay_area_id,
90: leo_pay_area_code = p_rec.leo_pay_area_code,