DBA Data[Home] [Help]

APPS.PAY_JP_FORMULA_FUNCTION_PKG dependencies on FF_GLOBALS_F

Line 11: global_name ff_globals_f.global_name%type,

7: g_effective_date date;
8: g_session_id number;
9: --
10: type t_glb_rec is record(
11: global_name ff_globals_f.global_name%type,
12: global_value ff_globals_f.global_value%type);
13: --
14: type t_glb_tbl is table of t_glb_rec index by binary_integer;
15: --

Line 12: global_value ff_globals_f.global_value%type);

8: g_session_id number;
9: --
10: type t_glb_rec is record(
11: global_name ff_globals_f.global_name%type,
12: global_value ff_globals_f.global_value%type);
13: --
14: type t_glb_tbl is table of t_glb_rec index by binary_integer;
15: --
16: g_glb_tbl t_glb_tbl;