DBA Data[Home] [Help]

APPS.PAY_SA_GENERAL dependencies on FF_USER_ENTITIES

Line 263: FROM ff_user_entities u,

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