DBA Data[Home] [Help]

APPS.PAY_FI_ARCHIVE_PYSA dependencies on FF_DATABASE_ITEMS

Line 1207: ff_database_items d

1203: /* Cursor to retrieve Defined Balance Id */
1204: CURSOR csr_def_bal_id(p_user_name VARCHAR2) IS
1205: SELECT u.creator_id
1206: FROM ff_user_entities u,
1207: ff_database_items d
1208: WHERE d.user_name = p_user_name
1209: AND u.user_entity_id = d.user_entity_id
1210: AND (u.legislation_code = 'FI' )
1211: AND (u.business_group_id IS NULL )