DBA Data[Home] [Help]

APPS.PAY_CA_DBI_ROE dependencies on FF_USER_ENTITIES_S

Line 136: select ff_user_entities_s.nextval

132: where user_entity_name = p_user_entity_name
133: and legislation_code = 'CA';
134:
135: cursor cur_user_entity_id is
136: select ff_user_entities_s.nextval
137: from dual;
138:
139: l_user_entity_id number;
140: l_creator_type ff_user_entities.creator_type%TYPE;