DBA Data[Home] [Help]

APPS.PAY_CA_DBI_ROE dependencies on FF_USER_ENTITIES_S

Line 134: select ff_user_entities_s.nextval

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