DBA Data[Home] [Help]

APPS.FF_GLOBALS_F_PKG dependencies on FF_FDI_USAGES_F

Line 654: from ff_fdi_usages_f ffu

650:
651: Procedure Delete_glb_and_child_entities(p_global_id number) is
652: CURSOR csr_global_bsd(r_global_id number) IS
653: select distinct ffu.formula_id
654: from ff_fdi_usages_f ffu
655: where ffu.item_name in (select fdbi.user_name
656: from ff_database_items fdbi,
657: ff_user_entities ffue
658: where fdbi.user_entity_id = ffue.user_entity_id

Line 676: delete ff_fdi_usages_f where formula_id = i.formula_id;

672: Begin
673:
674: for i in csr_global_bsd(r_global_id=>p_global_id)
675: loop
676: delete ff_fdi_usages_f where formula_id = i.formula_id;
677: delete ff_compiled_info_f where formula_id =i.formula_id;
678: end loop;
679:
680: for i in csr_user_entity_id(r_base_global_name=>p_base_global_name,