DBA Data[Home] [Help]

APPS.PQH_RANK_UTILITY dependencies on DUAL

Line 582: select pqh_workflow_item_key_s.nextval into l_itemKey from dual;

578: -- -----------------------------------------------------
579: -- Get the itemKey from sequence.
580: -- NOTE: This is a new item for the ODF and needs to be generated.
581: --
582: select pqh_workflow_item_key_s.nextval into l_itemKey from dual;
583: --
584: l_itemKey := 'GSP'||l_itemKey;
585: Open csr_fun;
586: Fetch csr_fun into l_function_id;