DBA Data[Home] [Help]

APPS.BIM_POPDATES_PKG dependencies on BIM_REP_HISTORY

Line 202: DELETE FROM bim_rep_history

198: ams_utility_pvt.write_conc_log('Error updating bim_intl_dates ' || sqlerrm(sqlcode));
199: RAISE FND_API.g_exc_error;
200: END;
201:
202: DELETE FROM bim_rep_history
203: WHERE object='DATES';
204: INSERT INTO
205: bim_rep_history
206: (creation_date,

Line 205: bim_rep_history

201:
202: DELETE FROM bim_rep_history
203: WHERE object='DATES';
204: INSERT INTO
205: bim_rep_history
206: (creation_date,
207: last_update_date,
208: created_by,
209: last_updated_by,