DBA Data[Home] [Help]

APPS.WMS_ATF_DEST_LPN dependencies on WMS_API_HOOKED_ENTITIES

Line 80: from wms_api_hook_calls wahc, wms_api_hooked_entities wahe

76: is
77:
78: cursor c_get_hook_call_details is
79: select wahe.current_package_cntr
80: from wms_api_hook_calls wahc, wms_api_hooked_entities wahe
81: where wahe.module_hook_id = wahc.module_hook_id
82: and wahe.short_name_id = 2 -- Restricts the output to "LPN Selection/Validation" only
83: and wahc.hook_call_id = p_hook_call_id;
84: