DBA Data[Home] [Help]

APPS.HRI_BPL_FAST_FORMULA dependencies on FF_FORMULA_TYPES

Line 37: g_formula_type_id ff_formula_types.formula_type_id%TYPE;

33: --
34: -- Global variable used to store the formula type id for the QuickPaint
35: -- type of fastformula.
36: --
37: g_formula_type_id ff_formula_types.formula_type_id%TYPE;
38: --
39: g_msg_sub_group VARCHAR2(400) := '';
40: --
41: -- END DEFINE GLOBALS

Line 551: FROM ff_formula_types

547: -- type.
548: --
549: CURSOR c_ff_type_id IS
550: SELECT formula_type_id
551: FROM ff_formula_types
552: WHERE formula_type_name = 'QuickPaint';
553: --
554: BEGIN
555: --