DBA Data[Home] [Help]

APPS.WMS_ATF_REG_CUST_APIS dependencies on DUAL

Line 2018: from dual;

2014: -- a record in the wms_api_hook_calls.
2015: l_prog := 55;
2016: select wms_api_hook_calls_s.nextval
2017: into l_hook_call_id_seq
2018: from dual;
2019:
2020: if (l_debug = 1) then
2021: trace(l_proc||' Passed Progress :'|| l_prog);
2022: trace(l_proc||' Hook Call ID sequence to be inserted : ' || l_hook_call_id_seq);