DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_RULES dependencies on FF_DATABASE_ITEMS

Line 6228: ff_database_items DI

6224:
6225: cursor c_defined_balance_id(p_dbi_name in varchar2) is
6226: select fnd_number.canonical_to_number(UE.creator_id)
6227: from ff_user_entities UE,
6228: ff_database_items DI
6229: where DI.user_name = p_dbi_name --'SUI_ER_TAXABLE_PER_JD_GRE_YTD'
6230: and UE.user_entity_id = DI.user_entity_id
6231: and Ue.creator_type = 'B'
6232: and UE.legislation_code = 'US' ;