DBA Data[Home] [Help]

APPS.CS_CHG_WF_EVENT_PKG dependencies on DUAL

Line 140: FROM dual;

136: IF (p_Event_Code = 'SUBMIT_CHARGES') THEN
137:
138: SELECT cs_wf_process_id_s.nextval
139: INTO l_event_id
140: FROM dual;
141: -- Construct the unique event key
142: l_event_key := p_Estimate_Detail_Id ||'-'||to_char(l_event_id) || '-EVT';
143:
144: --RAISE the WF Business event.