DBA Data[Home] [Help]

APPS.PAY_AE_GENERAL dependencies on FF_USER_ENTITIES

Line 944: FROM ff_user_entities u,

940: RETURN NUMBER AS
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'