DBA Data[Home] [Help]

APPS.WMS_ATF_REG_CUST_APIS dependencies on DUAL

Line 2039: from dual;

2035: -- a record in the wms_api_hook_calls.
2036: l_prog := 55;
2037: select wms_api_hook_calls_s.nextval
2038: into l_hook_call_id_seq
2039: from dual;
2040:
2041: if (l_debug = 1) then
2042: trace(l_proc||' Passed Progress :'|| l_prog);
2043: trace(l_proc||' Hook Call ID sequence to be inserted : ' || l_hook_call_id_seq);