DBA Data[Home] [Help]

APPS.PAY_SEED_UTL dependencies on FF_GLOBALS_F

Line 78: from ff_globals_f

74: -- Cursor to retrieve balance_type_id given name
75: CURSOR c_global_name_id(p_global_name VARCHAR2,
76: p_legislation_code VARCHAR2) IS
77: select global_id
78: from ff_globals_f
79: where global_name = p_global_name
80: and legislation_code = p_legislation_code
81: and business_group_id IS NULL;
82: