DBA Data[Home] [Help]

APPS.BIM_LEAD_FACTS_PKG dependencies on BIM_REP_HISTORY

Line 86: FROM bim_rep_history

82: /* Find if the data will be loaded for the first time or not.*/
83: DECLARE
84: CURSOR chk_history_data IS
85: SELECT MIN(start_date),MAX(end_date)
86: FROM bim_rep_history
87: WHERE object = 'LEADS';
88: BEGIN
89: OPEN chk_history_data;
90: FETCH chk_history_data INTO l_start_date,l_end_date;

Line 285: INSERT INTO bim_rep_history

281: -- Initialize API return status to SUCCESS
282: x_return_status := FND_API.G_RET_STS_SUCCESS;
283: */
284:
285: INSERT INTO bim_rep_history
286: (CREATION_DATE,
287: LAST_UPDATE_DATE,
288: CREATED_BY,
289: LAST_UPDATED_BY,