DBA Data[Home] [Help]

APPS.PQH_CEF_SHD dependencies on PQH_COPY_ENTITY_FUNCTIONS_S

Line 341: select pqh_copy_entity_functions_s.nextval into l_copy_entity_function_id from dual;

337: and nvl(last_updated_by , -1) in (l_last_updated_by,-1,1);
338: else
339: -- insert row
340:
341: select pqh_copy_entity_functions_s.nextval into l_copy_entity_function_id from dual;
342:
343: insert into pqh_copy_entity_functions
344: ( copy_entity_function_id,
345: table_route_id,