DBA Data[Home] [Help]

APPS.WMS_ATF_REG_CUST_APIS dependencies on WMS_API_HOOK_CALLS_S

Line 2016: select wms_api_hook_calls_s.nextval

2012: if l_sign_valid then
2013: -- Now that all the checks have been done we are ready to create
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

Line 2065: trace(l_proc||' Record Inserted into wms_api_hook_calls successfully.....', 4);

2061: trace(l_proc||' After Calling Insert into wms_api_hook_calls..', 4);
2062: end if;
2063:
2064: if (l_debug = 1) then
2065: trace(l_proc||' Record Inserted into wms_api_hook_calls successfully.....', 4);
2066: end if;
2067:
2068: l_prog := 58;
2069: if (l_debug = 1) then

Line 2187: trace(l_proc||' Select from Sequence wms_api_hook_calls_s failed with ' || sqlerrm(sqlcode), 4);

2183: trace(l_proc||' Insert into wms_api_hook_calls failed with ' || sqlerrm(sqlcode), 4);
2184: end if;
2185:
2186: if (l_prog = 55) then
2187: trace(l_proc||' Select from Sequence wms_api_hook_calls_s failed with ' || sqlerrm(sqlcode), 4);
2188: end if;
2189:
2190: if (l_prog = 51) then
2191: trace(l_proc||' Invalid package/procedure combination ', 4);