DBA Data[Home] [Help]

APPS.PAY_NL_TAXOFFICE_ARCHIVE dependencies on FF_DATABASE_ITEMS

Line 3470: ff_database_items d

3466: /* Cursor to retrieve User Defined Balance Id */
3467: CURSOR csr_def_bal_id(p_user_name VARCHAR2) IS
3468: SELECT u.creator_id
3469: FROM ff_user_entities u,
3470: ff_database_items d
3471: WHERE d.user_name = p_user_name
3472: AND u.user_entity_id = d.user_entity_id
3473: AND (u.legislation_code is NULL )
3474: AND (u.business_group_id = p_bg_id )