DBA Data[Home] [Help]

APPS.FII_SETUP_VAL_C dependencies on BIS_OBJ_PROPERTIES

Line 1934: FROM bis_obj_properties

1930: -- Check if Profit and Loss, Profit and Loss by Manager Dashboard
1931: -- is enabled or not
1932: SELECT max(implementation_flag)
1933: INTO l_enabled_flag
1934: FROM bis_obj_properties
1935: WHERE object_name in ('FII_GL_PROFIT_AND_LOSS_PAGE', 'FII_PL_BY_MGR_PAGE')
1936: and object_type = 'PAGE';
1937:
1938: fii_util.put_line('Dashboard implementation flag = ' || l_enabled_flag );

Line 1994: FROM bis_obj_properties

1990:
1991: -- Check if Expense Management Dashboard is enabled or not
1992: SELECT implementation_flag
1993: INTO l_enabled_flag
1994: FROM bis_obj_properties
1995: WHERE object_name = 'FII_EXP_MGMT_PAGE_P'
1996: and object_type = 'PAGE';
1997:
1998: fii_util.put_line('Dashboard implementation flag = ' || l_enabled_flag );

Line 2053: FROM bis_obj_properties

2049:
2050: -- Check if Expense Analysis Dashboard is enabled or not
2051: SELECT implementation_flag
2052: INTO l_enabled_flag
2053: FROM bis_obj_properties
2054: WHERE object_name = 'FII_EA_EXPENSE_ANALYSIS_PAGE'
2055: and object_type = 'PAGE';
2056:
2057: fii_util.put_line('Dashboard implementation flag = ' || l_enabled_flag );

Line 2114: FROM bis_obj_properties

2110:
2111: -- Check if Funds Management Dashboard is enabled or not
2112: SELECT implementation_flag
2113: INTO l_enabled_flag
2114: FROM bis_obj_properties
2115: WHERE object_name = 'FII_PSI_FUNDS_MANAGEMENT_PAGE'
2116: and object_type = 'PAGE';
2117:
2118: fii_util.put_line('Dashboard implementation flag = ' || l_enabled_flag );