DBA Data[Home] [Help]

APPS.FF_GLOBALS_F_PKG dependencies on FF_DATABASE_ITEMS

Line 485: ff_database_items_pkg.translate_row

481: -- Update the translated database item rows. Note: translate_row takes
482: -- care of any name conversion and validation.
483: --
484: l_dbi_name := x_global_name;
485: ff_database_items_pkg.translate_row
486: (x_user_name => upper(x_b_global_name)
487: ,x_legislation_code => x_b_legislation_code
488: ,x_translated_user_name => l_dbi_name
489: ,x_description => x_global_description

Line 656: from ff_database_items fdbi,

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
659: and ffue.creator_id = r_global_id
660: and ffue.creator_type = 'S');

Line 690: delete ff_database_items_tl

686: delete ff_route_parameter_values
687: where user_entity_id = i.user_entity_id
688: and value =to_char(p_global_id) ;
689:
690: delete ff_database_items_tl
691: where user_entity_id = i.user_entity_id;
692:
693: delete ff_user_entities
694: where user_entity_id=i.user_entity_id;