DBA Data[Home] [Help]

APPS.GMD_RECIPES_MLS dependencies on GMD_P_FS_CONTEXT

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

613: is
614: begin
615: --QZENG Bug 16036237 Disable formula security
616: BEGIN
617: gmd_p_fs_context.set_additional_attr; --Disable formula security
618: EXCEPTION
619: WHEN OTHERS THEN
620: RAISE_APPLICATION_ERROR(-20101, NULL);
621: END;