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: -- Added the following code as a part of Zero Downtime Patching Project.
344: -- Code Starts Here.
345: --