DBA Data[Home] [Help]

APPS.ISC_FS_FTFR_RPT_PKG dependencies on BIS_USER_ATTRIBUTES

Line 19: from bis_user_attributes

15: is
16:
17: cursor c_bua(b_session number) is
18: select session_value
19: from bis_user_attributes
20: where user_id = fnd_global.user_id
21: and session_id = b_session
22: and function_name = g_detail_rep_func
23: and attribute_name = 'VIEW_BY';