DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_SUGGESTIONS dependencies on DUAL

Line 380: -- We need to at least break the dual maintanance between H and I,

376:
377: --ATF_J
378: -- select operation_plan_ID from MMTT
379: -- This makes this file depending on patchset I and above.
380: -- We need to at least break the dual maintanance between H and I,
381: -- but can keep the dual maintanance between I and J
382:
383: CURSOR mmtt_cursor (l_line_id IN NUMBER) IS
384: SELECT

Line 381: -- but can keep the dual maintanance between I and J

377: --ATF_J
378: -- select operation_plan_ID from MMTT
379: -- This makes this file depending on patchset I and above.
380: -- We need to at least break the dual maintanance between H and I,
381: -- but can keep the dual maintanance between I and J
382:
383: CURSOR mmtt_cursor (l_line_id IN NUMBER) IS
384: SELECT
385: nvl(mmtt.LPN_ID, mmtt.CONTENT_LPN_ID),

Line 490: FROM DUAL WHERE exists

486:
487: BEGIN
488: SELECT 1
489: INTO l_process_flag_count
490: FROM DUAL WHERE exists
491: (SELECT 1
492: FROM mtl_txn_request_lines
493: WHERE lpn_id = p_lpn_id
494: AND line_status <> inv_globals.g_to_status_closed /* 3867448 */