DBA Data[Home] [Help]

APPS.PAY_NL_TAXOFFICE_ARCHIVE dependencies on FF_DATABASE_ITEMS

Line 3504: ff_database_items d

3500: /* Cursor to retrieve User Defined Balance Id */
3501: CURSOR csr_def_bal_id(p_user_name VARCHAR2) IS
3502: SELECT u.creator_id
3503: FROM ff_user_entities u,
3504: ff_database_items d
3505: WHERE d.user_name = p_user_name
3506: AND u.user_entity_id = d.user_entity_id
3507: AND (u.legislation_code is NULL )
3508: AND (u.business_group_id = p_bg_id )