DBA Data[Home] [Help]

APPS.WMS_LPN_LOVS dependencies on MTL_CYCLE_COUNT_HEADERS

Line 3429: FROM mtl_cycle_count_headers

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

Line 3543: FROM mtl_cycle_count_headers

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