DBA Data[Home] [Help]

APPS.PAY_JP_DIMENSION_GENERATOR_PKG dependencies on FF_FDI_USAGES_F

Line 774: from ff_fdi_usages_f

770: p_business_group_id in number)
771: is
772: begin
773: delete
774: from ff_fdi_usages_f
775: where formula_id in (
776: select distinct
777: ff.formula_id
778: from ff_user_entities u,

Line 780: ff_fdi_usages_f fdi,

776: select distinct
777: ff.formula_id
778: from ff_user_entities u,
779: ff_database_items d,
780: ff_fdi_usages_f fdi,
781: ff_formulas_f ff
782: where u.creator_id = p_defined_balance_id
783: and u.creator_type in ('B', 'RB')
784: and d.user_entity_id = u.user_entity_id

Line 799: ff_fdi_usages_f fdi,

795: select distinct
796: ff.formula_id
797: from ff_user_entities u,
798: ff_database_items d,
799: ff_fdi_usages_f fdi,
800: ff_formulas_f ff
801: where u.creator_id = p_defined_balance_id
802: and u.creator_type in ('B', 'RB')
803: and d.user_entity_id = u.user_entity_id