DBA Data[Home] [Help]

APPS.PAY_AE_GENERAL dependencies on FF_DATABASE_ITEMS

Line 945: ff_database_items d

941:
942: CURSOR csr_get_def_bal_id (p_def_bal_name IN VARCHAR2) IS
943: SELECT u.creator_id
944: FROM ff_user_entities u,
945: ff_database_items d
946: WHERE d.user_name = p_def_bal_name
947: AND u.user_entity_id = d.user_entity_id
948: AND u.legislation_code = 'AE'
949: AND u.business_group_id is null