DBA Data[Home] [Help]

APPS.FND_SVC_COMPONENT dependencies on DUAL

Line 223: SELECT fnd_svc_comp_requests_h_s.nextval INTO l_request_history_id FROM dual;

219: 'wf.plsql.FND_SVC_COMPONENT.EXECUTE_REQUEST.request_audit',
220: 'Request audited with status: '||l_Status);
221: end if;
222:
223: SELECT fnd_svc_comp_requests_h_s.nextval INTO l_request_history_id FROM dual;
224:
225: FND_SVC_COMP_REQUESTS_H_PKG.Insert_Row
226: ( x_rowid => l_rowid
227: , x_request_history_id => l_request_history_id

Line 345: FROM dual;

341: -- Retrieve next sequence value
342: --
343: SELECT fnd_svc_comp_param_vals_s.nextval
344: INTO l_component_parameter_id
345: FROM dual;
346:
347: --
348: -- Retrieve common data from component
349: --