DBA Data[Home] [Help]

APPS.PAY_JP_DIMENSION_GENERATOR_PKG dependencies on FF_USER_ENTITIES

Line 778: from ff_user_entities u,

774: from ff_fdi_usages_f
775: where formula_id in (
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

Line 797: from ff_user_entities u,

793: from ff_compiled_info_f
794: where formula_id in (
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

Line 812: from ff_user_entities

808: and ff.effective_end_date = fdi.effective_end_date
809: and ff.business_group_id = p_business_group_id);
810: --
811: delete
812: from ff_user_entities
813: where creator_id = p_defined_balance_id
814: and creator_type in ('B', 'RB');
815: end delete_dbi;
816: -- ----------------------------------------------------------------------------