DBA Data[Home] [Help]

APPS.PAY_JP_DIMENSION_GENERATOR_PKG dependencies on FF_FORMULAS_F

Line 772: ff_formulas_f ff

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')
775: and d.user_entity_id = u.user_entity_id
776: and fdi.item_name = d.user_name

Line 791: ff_formulas_f ff

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')
794: and d.user_entity_id = u.user_entity_id
795: and fdi.item_name = d.user_name