DBA Data[Home] [Help]

APPS.PAY_JP_DIMENSION_GENERATOR_PKG dependencies on FF_DATABASE_ITEMS

Line 770: ff_database_items d,

766: where formula_id in (
767: select distinct
768: ff.formula_id
769: from ff_user_entities u,
770: ff_database_items d,
771: ff_fdi_usages_f fdi,
772: ff_formulas_f ff
773: where u.creator_id = p_defined_balance_id
774: and u.creator_type in ('B', 'RB')

Line 789: ff_database_items d,

785: where formula_id in (
786: select distinct
787: ff.formula_id
788: from ff_user_entities u,
789: ff_database_items d,
790: ff_fdi_usages_f fdi,
791: ff_formulas_f ff
792: where u.creator_id = p_defined_balance_id
793: and u.creator_type in ('B', 'RB')