DBA Data[Home] [Help]

APPS.FV_WF_BE_APPROVAL dependencies on DUAL

Line 137: FROM DUAL;

133:
134: -- Get the sequence value for the itemkey.
135: SELECT fv_be_wf_itemkey_s.NEXTVAL
136: INTO vl_item_seq
137: FROM DUAL;
138:
139: -- Set the Itemtype,Itemkey
140: vg_itemtype := 'FVBEAPPR';
141: vg_itemkey := p_doc_id || '-' || vl_item_seq;