DBA Data[Home] [Help]

APPS.WMS_ATF_REG_CUST_APIS dependencies on WMS_API_HOOK_SIGNATURES

Line 194: from wms_api_hook_signatures

190: l_proc varchar2(72) := 'populate_parameter_table :';
191:
192: cursor c_get_signature is
193: select parameter_name, parameter_in_out, parameter_type
194: from wms_api_hook_signatures
195: where module_hook_id = p_module_hook_id;
196:
197: begin
198: if (l_debug = 1) then