DBA Data[Home] [Help]

APPS.FM_FORM_MST_MLS dependencies on GMD_P_FS_CONTEXT

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

622: is
623: begin
624: --QZENG Bug 16036237 Disable formula security
625: BEGIN
626: gmd_p_fs_context.set_additional_attr; --Disable formula security
627: EXCEPTION
628: WHEN OTHERS THEN
629: RAISE_APPLICATION_ERROR(-20101, NULL);
630: END;