DBA Data[Home] [Help]

APPS.BIM_UTL_PKG dependencies on BIM_REP_HISTORY

Line 90: l_table_name VARCHAR2(100):='bim_rep_history';

86: x_return_status OUT NOCOPY VARCHAR2
87: )
88: IS
89: l_user_id NUMBER := FND_GLOBAL.USER_ID();
90: l_table_name VARCHAR2(100):='bim_rep_history';
91: BEGIN
92: INSERT INTO
93: bim_rep_history
94: (creation_date,

Line 93: bim_rep_history

89: l_user_id NUMBER := FND_GLOBAL.USER_ID();
90: l_table_name VARCHAR2(100):='bim_rep_history';
91: BEGIN
92: INSERT INTO
93: bim_rep_history
94: (creation_date,
95: last_update_date,
96: created_by,
97: last_updated_by,