DBA Data[Home] [Help]

APPS.PAY_NL_GENERAL dependencies on FF_DATABASE_ITEMS

Line 426: ff_database_items d

422: /* Cursor to retrieve Defined Balance Id */
423: CURSOR csr_def_bal_id(p_user_name VARCHAR2) IS
424: SELECT u.creator_id
425: FROM ff_user_entities u,
426: ff_database_items d
427: WHERE d.user_name = p_user_name
428: AND u.user_entity_id = d.user_entity_id
429: AND (u.legislation_code = 'NL' )
430: AND (u.business_group_id IS NULL )