DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_RULES dependencies on FF_DATABASE_ITEMS

Line 6152: ff_database_items DI

6148:
6149: cursor c_defined_balance_id(p_dbi_name in varchar2) is
6150: select fnd_number.canonical_to_number(UE.creator_id)
6151: from ff_user_entities UE,
6152: ff_database_items DI
6153: where DI.user_name = p_dbi_name --'SUI_ER_TAXABLE_PER_JD_GRE_YTD'
6154: and UE.user_entity_id = DI.user_entity_id
6155: and Ue.creator_type = 'B'
6156: and UE.legislation_code = 'US' ;