DBA Data[Home] [Help]

APPS.PAY_SE_PAYSLIP_ARCHIVE dependencies on FF_DATABASE_ITEMS

Line 1352: ff_database_items d

1348: /* Cursor to retrieve Defined Balance Id */
1349: CURSOR csr_def_bal_id(p_user_name VARCHAR2) IS
1350: SELECT u.creator_id
1351: FROM ff_user_entities u,
1352: ff_database_items d
1353: WHERE d.user_name = p_user_name
1354: AND u.user_entity_id = d.user_entity_id
1355: AND (u.legislation_code = 'SE' )
1356: AND (u.business_group_id IS NULL )