DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on PSP_WF_ITEM_KEY_S

Line 5889: select psp_wf_item_key_s.nextval

5885: ', p_person_id='||p_person_id||', p_approver_type = '||p_approver_type||
5886: ', p_source_type='|| p_source_type ||', p_source_code='|| p_source_code||
5887: ', p_time_period_id='||p_time_period_id);
5888:
5889: select psp_wf_item_key_s.nextval
5890: into l_wf_itemkey
5891: from dual;
5892:
5893: if p_source_type = 'A' then