DBA Data[Home] [Help]

APPS.PAY_RFI_BUS dependencies on FF_USER_ENTITIES

Line 235: from ff_user_entities

231: ) IS
232: --
233: cursor csr_user_entity_id is
234: select null
235: from ff_user_entities
236: where user_entity_id = p_user_entity_id ;
237: --
238: l_proc varchar2(72) := g_package || 'chk_user_entity_id';
239: l_exists varchar2(1);