DBA Data[Home] [Help]

APPS.PAY_JP_DIMENSION_GENERATOR_PKG dependencies on FF_FDI_USAGES_F

Line 765: from ff_fdi_usages_f

761: p_business_group_id in number)
762: is
763: begin
764: delete
765: from ff_fdi_usages_f
766: where formula_id in (
767: select distinct
768: ff.formula_id
769: from ff_user_entities u,

Line 771: ff_fdi_usages_f fdi,

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

Line 790: ff_fdi_usages_f fdi,

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