DBA Data[Home] [Help]

APPS.PAY_US_MAGTAPE_REPORTING dependencies on FF_USER_ENTITIES

Line 57: ff_user_entities UE

53: --
54: cursor csr_defined_balance is
55: select fnd_number.canonical_to_number(UE.creator_id)
56: from ff_database_items DI,
57: ff_user_entities UE
58: where DI.user_name = p_db_item_name
59: and UE.user_entity_id = DI.user_entity_id
60: and UE.creator_type = 'B'
61: and UE.legislation_code = 'US'; /* Bug: 2296797 */