DBA Data[Home] [Help]

APPS.BIM_RESPONSE_FACTS_PKG dependencies on BIM_REP_HISTORY

Line 74: FROM bim_rep_history

70: /* Find if the data will be loaded for the first time or not.*/
71: DECLARE
72: CURSOR chk_history_data IS
73: SELECT MAX(end_date)
74: FROM bim_rep_history
75: WHERE object = 'RESPONSE';
76:
77: BEGIN
78: OPEN chk_history_data;

Line 256: INSERT INTO bim_rep_history

252: -- Initialize API return status to SUCCESS
253: x_return_status := FND_API.G_RET_STS_SUCCESS;
254: */
255:
256: INSERT INTO bim_rep_history
257: (CREATION_DATE,
258: LAST_UPDATE_DATE,
259: CREATED_BY,
260: LAST_UPDATED_BY,