DBA Data[Home] [Help]

APPS.GMF_XLA_PKG dependencies on GMD_P_FS_CONTEXT

Line 2008: gmd_p_fs_context.set_additional_attr; --Disable formula security

2004: print_debug(g_log_msg);
2005:
2006: /* Begin Bug 12419110 */
2007: BEGIN
2008: gmd_p_fs_context.set_additional_attr; --Disable formula security
2009: EXCEPTION
2010: WHEN OTHERS THEN
2011: RAISE_APPLICATION_ERROR(-20101, NULL);
2012: END;