DBA Data[Home] [Help]

APPS.PAY_SE_EMPLOYMENT_STATISTICS dependencies on FF_DATABASE_ITEMS

Line 1749: FROM ff_user_entities u, ff_database_items d

1745: /* Cursor to retrieve Defined Balance Id */
1746: CURSOR csr_def_bal_id (p_user_name VARCHAR2)
1747: IS
1748: SELECT u.creator_id
1749: FROM ff_user_entities u, ff_database_items d
1750: WHERE d.user_name = p_user_name
1751: AND u.user_entity_id = d.user_entity_id
1752: AND (u.legislation_code = 'SE')
1753: AND (u.business_group_id IS NULL)

Line 1794: FROM ff_user_entities u, ff_database_items d

1790: /* Cursor to retrieve Defined Balance Id */
1791: CURSOR csr_def_bal_id (p_user_name VARCHAR2)
1792: IS
1793: SELECT u.creator_id
1794: FROM ff_user_entities u, ff_database_items d
1795: WHERE d.user_name = p_user_name
1796: AND u.user_entity_id = d.user_entity_id
1797: AND (u.legislation_code = 'SE')
1798: AND (u.business_group_id IS NULL)