DBA Data[Home] [Help]

APPS.PAY_NL_REM_REPORT dependencies on FF_USER_ENTITIES

Line 128: FROM ff_user_entities u,

124: --=============================================================================
125: /* Cursor to retrieve Defined Balance Id */
126: CURSOR csr_def_bal_id(c_bal_dim VARCHAR2) IS
127: SELECT u.creator_id
128: FROM ff_user_entities u,
129: ff_database_items d
130: WHERE d.user_name = c_bal_dim
131: AND u.user_entity_id = d.user_entity_id
132: AND (u.legislation_code = 'NL' )