DBA Data[Home] [Help]

APPS.BIV_DBI_COLLECTION_INIT dependencies on FND_GLOBAL

Line 5: g_user_id number := fnd_global.user_id;

1: package body biv_dbi_collection_init as
2: /* $Header: bivsrvcintb.pls 120.6 2005/11/10 06:25:04 kamsharm noship $ */
3:
4: g_bis_setup_exception exception;
5: g_user_id number := fnd_global.user_id;
6: g_login_id number := fnd_global.login_id;
7: g_process_type varchar2(30) := 'INITIAL_LOAD';
8:
9: function internal_wrapup

Line 6: g_login_id number := fnd_global.login_id;

2: /* $Header: bivsrvcintb.pls 120.6 2005/11/10 06:25:04 kamsharm noship $ */
3:
4: g_bis_setup_exception exception;
5: g_user_id number := fnd_global.user_id;
6: g_login_id number := fnd_global.login_id;
7: g_process_type varchar2(30) := 'INITIAL_LOAD';
8:
9: function internal_wrapup
10: ( p_rowid in rowid