DBA Data[Home] [Help]

APPS.PAY_JP_DBI_PKG dependencies on FF_USER_ENTITIES

Line 111: ff_user_entities u

107: --
108: cursor csr is
109: select u.user_entity_id
110: from ff_database_items d,
111: ff_user_entities u
112: where d.user_name = p_user_name
113: and u.user_entity_id = d.user_entity_id
114: and u.legislation_code = 'JP';
115: begin