DBA Data[Home] [Help]

APPS.PAY_SA_GENERAL dependencies on FF_DATABASE_ITEMS

Line 262: ff_database_items d

258:
259: CURSOR csr_get_def_bal_id (p_def_bal_name IN VARCHAR2) IS
260: SELECT u.creator_id
261: FROM ff_user_entities u,
262: ff_database_items d
263: WHERE d.user_name = p_def_bal_name
264: AND u.user_entity_id = d.user_entity_id
265: AND u.legislation_code = 'SA'
266: AND u.business_group_id is null