DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on INV_PICK_RELEASE_PUB

Line 949: IF inv_pick_release_pub.g_pick_expired_lots THEN

945: l_sec_quantity_to_detail := l_sec_quantity_to_detail * (l_quantity_to_detail / l_orig_quantity_to_detail);
946: END IF; /* IF (l_non_inv_reservations_qty > 0 AND l_quantity_to_detail > l_reserved_quantity */ -- Bug 3440014
947:
948: -- Expired lots custom hook
949: IF inv_pick_release_pub.g_pick_expired_lots THEN
950: l_exp_date := NULL;
951: ELSE
952: l_exp_date := SYSDATE;
953: END IF;

Line 2919: IF inv_pick_release_pub.g_pick_expired_lots THEN

2915: END IF;
2916: END IF;
2917: -- Expired lots custom hook
2918:
2919: IF inv_pick_release_pub.g_pick_expired_lots THEN
2920: l_exp_date := NULL;
2921: ELSE
2922: l_exp_date := SYSDATE;
2923: END IF;