DBA Data[Home] [Help]

APPS.PAY_JP_DIMENSION_GENERATOR_PKG dependencies on FF_DATABASE_ITEMS

Line 779: ff_database_items d,

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
783: and u.creator_type in ('B', 'RB')

Line 798: ff_database_items d,

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
802: and u.creator_type in ('B', 'RB')