DBA Data[Home] [Help]

APPS.BIS_VALIDATION_UTILITIES dependencies on BIS_REFRESH_LOG

Line 26: insert into bis_refresh_log(

22: g_request_id:=FND_GLOBAL.conc_request_id;
23: g_user_id := fnd_global.user_id;
24: g_login_id := fnd_global.login_id;
25:
26: insert into bis_refresh_log(
27: Request_id,
28: Concurrent_id,
29: object_type,
30: Object_name,

Line 94: insert into bis_refresh_log(

90: g_request_id:=FND_GLOBAL.conc_request_id;
91: g_user_id := fnd_global.user_id;
92: g_login_id := fnd_global.login_id;
93:
94: insert into bis_refresh_log(
95: Request_id,
96: Concurrent_id,
97: object_type,
98: Object_name,

Line 163: insert into bis_refresh_log(

159: g_request_id:=FND_GLOBAL.conc_request_id;
160: g_user_id := fnd_global.user_id;
161: g_login_id := fnd_global.login_id;
162:
163: insert into bis_refresh_log(
164: Request_id,
165: Concurrent_id,
166: object_type,
167: Object_name,

Line 228: insert into bis_refresh_log(

224: g_request_id:=FND_GLOBAL.conc_request_id;
225: g_user_id := fnd_global.user_id;
226: g_login_id := fnd_global.login_id;
227:
228: insert into bis_refresh_log(
229: Request_id,
230: Concurrent_id,
231: object_type,
232: Object_name,

Line 300: insert into bis_refresh_log(

296: g_request_id:=FND_GLOBAL.conc_request_id;
297: g_user_id := fnd_global.user_id;
298: g_login_id := fnd_global.login_id;
299:
300: insert into bis_refresh_log(
301: Request_id,
302: Concurrent_id,
303: object_type,
304: Object_name,