[Home] [Help]
8208: cursor csr_budget_details is
8209: select null
8210: from sys.dual
8211: where exists(select null
8212: from pqh_budget_details
8213: where position_id = p_position_id
8214: and p_datetrack_mode = 'ZAP');
8215:
8216: --