DBA Data[Home] [Help]

APPS.PAY_AE_ARCHIVE dependencies on FF_DATABASE_ITEMS

Line 1720: ff_database_items d

1716: /* Cursor to retrieve Defined Balance Id */
1717: CURSOR csr_def_bal_id(p_user_name VARCHAR2) IS
1718: SELECT u.creator_id
1719: FROM ff_user_entities u,
1720: ff_database_items d
1721: WHERE d.user_name = p_user_name
1722: AND u.user_entity_id = d.user_entity_id
1723: AND (u.legislation_code = 'AE' )
1724: AND (u.business_group_id IS NULL )