DBA Data[Home] [Help]

APPS.WMS_LPN_LOVS dependencies on MTL_CYCLE_COUNT_HEADERS

Line 3430: FROM mtl_cycle_count_headers

3426: BEGIN
3427: -- Get the cycle count container discrepancy flag
3428: SELECT NVL(container_discrepancy_option, 2)
3429: INTO l_container_discrepancy_option
3430: FROM mtl_cycle_count_headers
3431: WHERE cycle_count_header_id = p_cycle_count_header_id;
3432:
3433: IF (p_unscheduled_entry = 1) THEN -- Unscheduled entries are allowed
3434: -- Select all LPN's which exist in the given org, sub, loc

Line 3544: FROM mtl_cycle_count_headers

3540: BEGIN
3541: -- Get the cycle count container discrepancy flag
3542: SELECT NVL(container_discrepancy_option, 2)
3543: INTO l_container_discrepancy_option
3544: FROM mtl_cycle_count_headers
3545: WHERE cycle_count_header_id = p_cycle_count_header_id;
3546:
3547: IF (p_unscheduled_entry = 1) THEN -- Unscheduled entries are allowed
3548: -- Select all LPN's which exist in the given org, sub, loc